It’s been a month since I started playing with Python and I was able to tame it and now it has become a good pet. 😉
Many guys asked me what my favorite IDE for Python is after seeing my crush for IDE’s and my interest with Python.
Well, initially I was using the default IDLE which came with Python distribution and after getting a hold of the syntax I started using PyDEV, a plugin for Eclipse. PyDEV lets you to use all the features of Eclipse for developing both Python and Jython programs.
If you are looking for a decent, free IDE for Python then PyDEV will surely suit your needs.
I have solved some exercise problems from books I have used to learn Python and will try to post them here after refining them a bit.
Any one else playing with Python?