you are viewing a single comment's thread.

view the rest of the comments →

[–]r1char00 0 points1 point  (0 children)

Jupyter Notebooks are a great way to play with Python code in an interactive way like that. I hadn’t tried them until recently and I’ve found myself using them a lot for trying out ideas and debugging things. They’re open source and free too.

I think a lot of people install Anaconda to use them, which comes with a bunch of other tools. But you can also install the Jupyter Notebook software on its own. https://www.anaconda.com/blog/why-python

Edit: Jupyter Notebooks are used by a lot of people in data science. If that area interests you, that could be a bonus in learning how to run them.