If you are a Python expert, you should not be on this page :)
As I am revisiting Python as a programming language, I figured I would post things as I am learning and putting together examples. That's the point of this series.
Installing Python:
After installing, set the path and add: C:\Python27
NOTE: I have been running with version 2.7.x because that is still the most popular and widely used and has the biggest third-party library support. On the other hand you have 3.x versions that my examples have not been tested on.
Python IDE that I like and it is most lightweight:
You can also use a cloud-based IDE: http://c9.io
Python Tutorials:
Good reference website and full docs is at the official Python site: https://docs.python.org/2/tutorial/
Good tutorials are:
- http://www.tutorialspoint.com/python/ (I like this one. It is a very good start to do a bit of everything initially)
- almirsCorner.com -
#python #programming #code #coding #programmer #softwareengineering
No comments:
Post a Comment