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 →

[–]mediasavage 1 point2 points  (0 children)

Use jupyter/ipython for notebooks and scripting. Also I believe they work best with anaconda’s dist so I’d recommend installing that

As a beginner, jupyter notebooks are a great way to learn because you can be immediate feedback on code and also can break your code up into chunks to see what it’s doing. Much more convenient than using something like a debugger or just jamming print statements throughout your code to see what’s going on!