Overview of python
Python 3.0 does not maintain backward compatibility with an older version of python so, in other words, code develop for python 2.x may not work with Python 3.x and vice versa because much code and so many libraries are already developed for python 2 x most of the programmers in scientific community still use 2.x and latest versions of 3.x as the development is increasing day-by-day for python and it’s a good thing for python community.
As a developer you would want an integrated development environment or (IDE) you do not want to program in a native mode so let’s see some highly rated IDE for python.
Top IDE for python
import sys sys.stdout.write("hello from Python %s/n" % (sys.version,))
This will show you versions of python and hello from python this is the two ways you can do this one again from the command prompt and Python IDE so hopefully that makes sense to you. It's a great way to learn how to run python as you can see it’s super easy and you will hopefully get a lot of it.