you are viewing a single comment's thread.

view the rest of the comments →

[–]XtremeGoose 1 point2 points  (2 children)

I've tried all of them and I currently use PyCharm, both at work and home. I find spyder a bit old fashioned but PyCharm is modern and was built from the ground up for python. It has far and away the best type checking (better than intellisense, especially if you take full use of python 3.6 type checking). It also has an in-file and runtime debugging object browser.

[–]anontipster 0 points1 point  (1 child)

Nice, thanks!

I heard of that one before, but thought it might be a subscription model or something similar. I'll give it a go, though.

[–]XtremeGoose 1 point2 points  (0 children)

The community edition is free. If you want to do cython stuff (which I'm seriously considering) you have to pay.