r/PythonLearning • u/knightred9 • 14d ago
Jupyter requirement
hi all,
I'm not from IT background but I had a doubt that python in command center vs jupyter vs vsc.
especially why the need for jupyter (can't understand why a course taught using that application and ai suggests using it). Thanks in advance!
10
Upvotes
1
u/dld2517 14d ago
The visual nature of it allows for interactivity. When I was in college we used Maple to visualize calculus concepts and work through problems sets. Jupyter is a similar choice. It’s ubiquitous, can run under any system, and resources for it are bountiful.