In the previous post (Click Here ) saw a small brush on Python and some of its concepts. However
What development tools can take to program in Python? Starting
with the basics when you install the python interpreter , it comes with an integrated graphical IDE called IDLE .
Now if we want something more sophisticated and free, we have our dear friend Eclipse IDE which should complement installing the plugin PyDev . With this we will have syntax highlighting, autocomplete code refactoring, highlight errors, etc.
Others are free IDE: BOA Constructor and Eric .
I personally use Eclipse + PyDev and works very well.
If you have questions about how to configure Eclipse to program in Python, comment it and I'll help. Greetings .-
0 comments:
Post a Comment