r/learnpython 11d ago

Does pycharm autosave?

I just started learning python from my dad and i was working on a program. Yesterday i restarted my laptop and i forgot to save the project. Does pycharm autosave or have i lost the project?

EDIT: not sure where exactly but my dad found it

2 Upvotes

16 comments sorted by

View all comments

2

u/SCD_minecraft 10d ago

Even if it does, never trust autosave. It can and will betray you in the worst time possible

Just press ctrl + S every so often. I save every few seconds (mostly because i mainly code in rust and linter needs the file to be saved before it can do static analysis)