Most voted "bottle" questions
3 questions
Sort by count of
-
0
votes1
answer194
viewsI cannot render html in python 3
I have the following app: #!/usr/bin/python3 from bottle import template, route, run import html cabeca = (''' <html lang="pt-br"> <head> </head> <body> <nav id="menu">…
-
0
votes0
answers90
viewsDelete 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…
-
0
votes1
answer74
viewsI’m trying to understand these codes, but it’s not making sense to me. Can anyone help me? I’m a beginner
The idea is that the Javascript code communicates with the Python code calling a function and providing arguments, but exactly how it works does not understand very well. Javascript code: set_wheels…