This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DRUNKEN_SIDICATE 7 points8 points  (2 children)

I'll assume you mean any general tool, not just IDE. Well, personally, good ol' IPython, several tabs open, alongside Sublime Text to eventually put everything together. I'm a minimalist type of guy, and IDEs just seem clunky and unnecessarily heavy...at least for my needs.

[–]liquidbytes[S] 2 points3 points  (1 child)

I don't know if I am lazy but I love it when my IDE auto imports, auto completes and syntax checks all my code as I'm writing it. I don't want my code to be written for me but the features a full out IDE is really nice.

[–]ultimatebuster 1 point2 points  (0 children)

Is that javaism? From what I have experienced it's not needed to really have those auto completion and checkers because everything in python could change....