How do you keep track of different versions of your code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you keep track of different versions of your code?

13th Sep 2016, 3:07 AM
Gurtej Singh
Gurtej Singh - avatar
5 Answers
+ 1
https://packaging.python.org/multiple_python_versions/
13th Sep 2016, 3:17 AM
Özgür Bildik
Özgür Bildik - avatar
+ 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.
13th Sep 2016, 4:56 AM
Giovanni Gatto
Giovanni Gatto - avatar
+ 1
If you have a big project, you can use some version control software.
13th Sep 2016, 9:19 AM
Zen
Zen - avatar
0
okkk thanks
14th Sep 2016, 5:16 AM
Gurtej Singh
Gurtej Singh - avatar
0
thanks dear...
25th Sep 2016, 6:21 PM
Gurtej Singh
Gurtej Singh - avatar