Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
adding user to a class
#2
That is the way that variables works, they are stored in RAM, so you lose all you have done when the program finish. You have no persistence unless you write data into a file or store it into a database.
Reply


Messages In This Thread
adding user to a class - by Nickd12 - Oct-14-2020, 09:05 PM
RE: adding user to a class - by sblancov - Oct-14-2020, 09:35 PM
RE: adding user to a class - by Skaperen - Oct-14-2020, 09:51 PM
RE: adding user to a class - by deanhystad - Oct-15-2020, 03:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Adding markers to Folium map only adding last element. tantony 0 2,214 Oct-16-2019, 03:28 PM
Last Post: tantony
  user input to select and print data from another class python TyTheChosenOne 6 4,291 Aug-30-2018, 05:53 PM
Last Post: TyTheChosenOne
  [Help] Using "Class" with User Input in an online sign up form vanicci 8 6,825 Aug-29-2018, 10:52 AM
Last Post: vanicci
  Adding C methods to a pure python class relent95 1 2,984 Nov-03-2017, 03:24 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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