Hello.
I am learning Python 2 at the moment and I have almost finished it (approximately 2 modules away), and I want to learn Python 3, but I don’t want to relearn things that are the same as those in Python 2. Is there any way to only learn the things that have changed between Python 2 and 3.
Thanks!
Hi @tera5288723178,
Take a look at some of the summaries of differences between Python 2 and Python 3 that are available online. Some examples are:
After reading about some of the most prominent differences between Python 2 and Python 3, you can copy some of your Python 2 code from Codecademy to a computer where you have Python 3 installed, and edit your Python 2 code so that it can execute using Python 3.
Perform some searches for additional links to information about the differences between the versions.
2 Likes
Thank you very much!
1 Like
This topic was automatically closed 18 hours after the last reply. New replies are no longer allowed.