Posts by Gabriel Matheus • 19 points
2 posts
-
0
votes1
answer33
viewsQ: Attach only one line to a CSV file with pandas
I am making a login system using very basic csv tables, because it is not the purpose of the program. def criar_conta(self, respostas): framelogin = pd.read_csv('C:\TCC\Aplicacao\Arquivos…
-
1
votes0
answers26
viewsQ: Switch windows in wxpython without destroying the previous one
Good afternoon, I’m new to Wxpython and I’m only trying to have the "frame1" registration update the window to the Mainframe that will mount a Pie Chart. I don’t want the window to be destroyed,…