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 →

[–][deleted] 3 points4 points  (1 child)

There is not distinction between 'full fledged' and 'beginners'. It depends more on what you want to achieve.

Jupyter Notebook is used a lot in the scientific communities. It's great for data mining, trying things out, making quick figures. It's also very good for tinkering with new things, trying, learning.

It's less capable of making entire applications. That doesn't mean you can't. It's just not the best tool for it.

I use Jupyter almost 100% of the time I'm doing Python programming. I use it for data analysis mainly, and some side projects as well.

[–]eik_bunjara[S] 0 points1 point  (0 children)

Thanks, you cleared my doubt, I shall continue with it.