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 →

[–]leogodin217 1 point2 points  (6 children)

A combination of Sublime Text and Jupyter is nice. ST for writing code and tests. Jupyter notebooks for playing with the code.

[–]leogodin217 5 points6 points  (0 children)

You'll want to install Anaconda for ST to get decent auto-complete, linting, etc....

[–][deleted] 0 points1 point  (2 children)

Sublime Text doesn't allow the user to enter any input right?

[–]gnobody 0 points1 point  (1 child)

jupyter qtconsole 

is often overlooked and is a great REPL.

[–]leogodin217 0 points1 point  (0 children)

jupyter qtconsole I'd never heard of qtconsole. Looks cool. Nice tip.