Python Forum
Can't make the document update itself
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't make the document update itself
#1
New to python,I tried, just for practice, make no-graphics programm where you could create a user or login using a password and a username. How can i do it so the document could update itself so when i run it again the user i've created before is there?
Thanks.
Reply
#2
If I understand correctly, you need to store the user information somewhere to preserve user information between runs - e.g. file, database, etc.
Post your code in python tags and people here will help you
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Python + Google Sheet | Best way to update specific cells in a single Update()? Vokofe 1 2,669 Dec-16-2020, 05:26 AM
Last Post: Vokofe

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020