Getting Started with Python IDE


Python comes in two major versions, Python 2 and Python 3. Both are quite different. Here in this website i shall teach you Python 2, at the time of this writing Python 2.7.10 in the latest version. I shall be using Mac to show the samples and vim as the editor for writing the scripts for later on the tutorials. Python comes by default in Mac and almost every flavors  of linux. ( If you are using windows then you need to install python 2.7 )

If  you are on Mac or Linux the just fire up your Terminal and type “python”

python_terminal

after pressing enter you shall be presented with the following screen ( your’s may be a little different )

python-ide

 

Leave a comment