Where do you code in python?
I want to know whether to code directly on the console or to use text editors like edit++
or we have something similar to IDEs like eclipse,netbeans for pythons…
Thank you…
You can use also Geany or you can use the Python IDLE which I believe comes with every Python download
Best regards,
Bruno
4 Likes
I code in vi editor or gedit. Both seem good to me.
1 Like
i use the standard Python IDE… IDLE, I have Vi editor from long time, but never tried it… will try to work in it… well thanx for the suggestion…
1 Like
woooh… nice suggestion… found it awesome…
You could also use online IDEs like ideone…it not only supports python but many more languages…it is also very easy to share your codes as you can directly provide the link!!!
I use Pycharm.