Posts by Padawan_22 • 15 points
2 posts
-
0
votes3
answers69
viewsQ: SQL syntax error in a Flask application
I am developing a game display system, with user login necessary to add games to this list, but when I try to run the query, I get a syntax error. It follows the code that prepares the database (has…
-
1
votes1
answer5585
viewsQ: Attributeerror: 'Cursoprogramming' Object has no attribute '_valuations'
I’m developing a little Python "online course site" system, and there’s an error that, at least for me, doesn’t make sense. Follows the code: from src.site.classes_de_alunos_e_professores import…