I have been doing software development for 19+ years, but I am relatively new to the open-source community. I learned a bit of Python back in 2013 and I put it on hold because I was not thrilled with the syntax and code readability as I am used to strongly-typed languages, and I picked it up again in last two years as there is something attractive about it.
If you are a Python expert, you should not be on this page :)
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.
Python IDE that I like and it is most lightweight:
NOTE: Install the Community edition. It is good enough.
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)
- http://www.learnpython.org/
Thank you for reading this article. You can follow me here or on via my personal blog: http://www.almirsCorner.com
Almir Mustafic
Comments
Post a Comment