Posts by Jonathan Cardoso • 105 points
3 posts
-
0
votes2
answers330
viewsQ: Web scraping of a microsoft form Forms returns None [python]
Hello, I’m having difficulties in making a web scraping of a form made by microsoft Forms. (NOTE: The form was made by me). I have the following code: from bs4 import BeautifulSoup import requests…
-
0
votes1
answer49
viewsQ: I need a recommendation on how to use bootstrap as template formatting in a Flask app
Hello, this question seems kind of basic but I still haven’t found a consistent answer. I would like to know if, when using Bootstrap as a template formatting in Flaskpy, the best option is via CDN,…
-
0
votes0
answers90
viewsQ: Delete data from a db using sqlite3 and Bottle (python)
I am trying to make, using the Bottlepy framework, a CRUD in the Todo format (as in the example shown in the Bottle documentation itself https://bottlepy.org/docs/dev/tutorial_app.html). So far the…