Jupyter lab is a great tool to use Python also in a 'visual' way. I reccomend it for beginners and for advanced users, because it gives you a lot of chances to experiment with your code, compare different version of your script and it's so useful when you work with images of graphs because you can watch them right inside the notebooks (that are the files created by Jupyter lab). Jupyter lab is the evolution of Jupyter notebook (that was the evolution of IPython) and it's worthwhile giving it a try.
If you want to install it: pip install jupyter lab.
The go in the cmd and run: jupyter lab.
The post in my blog:
https://pythonprogramming.altervista....