3 Respostas
+ 2
Nope! Persistent storage is exactly what files (txt or other) are made for. If you want to keep data in between sessions, the best you can do is save your data in a database somewhere on the internet, but that's probably a bit complicated and will probably also cost money.
Javascript would be able to to that, but it has the benefit of running in the browser, and browsers give you tools to store data, much like in a database. No such luck with python I'm afraid.
0
thanks, thats a shame
0
what you can achieve with js can be achieved with python
(but not natovely in the browser)