DEV Community

Discussion on: Learning to code in Python: The Basics

Collapse
 
arvindpdmn profile image
Arvind Padmanabhan

Beginners should keep in mind that they will find a lot of projects and example code in Python2. Learn Python3. Then understand how it differs from Python2: devopedia.org/python-2-vs-3

Collapse
 
scidroid profile image
Juan Almanza

Thank you for your comment, it is a good clarification.