Python development environment

xrapidx

Honorary Master
Joined
Feb 16, 2007
Messages
42,188
Reaction score
4,038
Location
Cape Town
Can someone recommend a python development environment? I've done basic scripting - but getting into the more advanced stuff (on the work side (data) as well as personal (home automation))

Find myself doing more and more in python - currently using nano :p
 
I still prefer Eclipse in general, just use the PyDev plugin.

Debugger sometimes needs a bit of tweaking depending on your OS
 
Havent even thought of debugging yet :P My debugging at the moment is checking what error messages I get when stuff bombs.
 
Havent even thought of debugging yet :P My debugging at the moment is checking what error messages I get when stuff bombs.

:-)

It's the quickest way I pick up a new language, so the first thing I usually do is make sure I can debug, watch and inspect, etc.

Find that the easiest to test assumptions and adjust accordingly
 
Can someone recommend a python development environment? I've done basic scripting - but getting into the more advanced stuff (on the work side (data) as well as personal (home automation))

Find myself doing more and more in python - currently using nano :p

Someone recommended Sublime Text to me, but I prefer Pycharm. And if its for individual use you can get it for $9 per month (there are other payment options)
 
Guys I work with swear by Pycharm, and they say the free version is sufficient. I have used it a bit and am quite happy, though my preferred environment is Geany, which is really just a text editor.
 
Guys I work with swear by Pycharm, and they say the free version is sufficient. I have used it a bit and am quite happy, though my preferred environment is Geany, which is really just a text editor.

ooh, I missed the free part. Though I like it so much I want to get some of the other products by jetbrains and dont mind paying for it.
 
PyCharm CE is a good start. If you need the more advanced features like remote development then PyCharm professional is a great product, just expensive (** of course a google search or 2 can help with that **)
 
If you're a student, you can get free access to JetBrains' paid-for products.
 
Thanks, some playing for the weekend. I see you can also use Visual Studio?
 
Thanks, some playing for the weekend. I see you can also use Visual Studio?

Visual Studio Code is what I use, I love the work spaces and integration with git. Plus it's free and there are loads of extensions
 
Top
Sign up to the MyBroadband newsletter
X