How To Learn Python Effectively?

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

Was this solution helpful to you?

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:

Just Added Q & A:

Find solution

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.