I am very new to Python. These days I realized that we can change the stdlib files and other “basic files” of Python. I do not want to do it, but sometimes we may accidentally change them and save them without awareness.
My question is how to avoid accidentally changing these basic files of Python? I know we can set them as “read-only”. Do we have other ways? BTW, I use vs code as IDE, and does vs code have any way to achieve this?
New contributor
Rzzz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.