How difficult is it to learn Python 2 if you know Python 3?
-
I'm half-way learning beginner python book. I wanted to use Django but since its not in py3, I have to learn py2 for me to use django.
-
Answer:
It will be very easy. Indeed, python2 is addictive :D
Solongo Munkhjarga at Quora Visit the source
Other answers
At your level, it's basically the same language with a few minor differences. It will be very easy to adapt.
Joël Schaerer
It wont make much of a difference at your level. But you may get addicted to Python 2 beware ;)
Rahul Ram
There are no real differences - the structure of the language remains the same; you won't really need to learn anything, maybe just change a few small habits. You should read the list of change: https://docs.python.org/3.0/whatsnew/3.0.html The main advantage of Python 2 is the extensive amount of support and packages it has that have not yet been ported to Python 3. I will gladly switch to Python 3 (I already use it for some things) when the huge Python 2 package community moves to Python 3. You saw an example of this yourself - Django still uses Python 2 (when the question was asked - now it supports Python 3).
Jacob Kudria
Related Q & A:
- how to zip similar files using python?Best solution by Stack Overflow
- How do I use WordNet in Python?Best solution by Stack Overflow
- How to verify a JWT using python PyJWT with public key?Best solution by Stack Overflow
- how to call a function in Python in another function?Best solution by Yahoo! Answers
- Rock band 2 dlc onto rock band 3?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.