Most voted "import" questions
52 questions
Sort by count of
-
-2
votes1
answer32
viewsWhere should the program modules be located?
I developed a personal agenda on Python using the Sqlalchemy and the Pyqt5. I realized that, for example: I have the main.py aquivo app = QtWidgets.QApplication([]) login = TelaLogin() if…
-
-2
votes0
answers30
viewsExport data to Backend Nodejs
I am doing a project on Nodejs and using EJS as engine and came across a problem when trying to use export to send data from my frontend to my backend. When I take the export line, my formScript…