+ 1
How do you keep track of different versions of your code?
5 Answers
+ 1
https://packaging.python.org/multiple_python_versions/
+ 1
I think you must learn to use virtualenv so that you can use different versions of python for your code, once you have created a project folder and activated the 'virtual' space, the code will work with that version and those modules without interference with other project. go search how to do it on the Web.
+ 1
If you have a big project, you can use some version control software.
0
okkk thanks
0
thanks dear...