Python 2 or 3
- 
					
					
					
					
 Hello Everyone, am new to python and also going for machine learning but don't know if i should learn python 2 or python 3 or both. 
 They're basically the same. Learn 3 and when you need to use 2 (i.e. certain packages only support 2) you can easily switch to 2
 
- 
					
					
					
					
 @Limka said in Python 2 or 3: They're basically the same. Learn 3 and when you need to use 2 (i.e. certain packages only support 2) you can easily switch to 2 I guess that should be the answer to your question. And that's also my opinio. If you start, start with Python 3. 
 
