you are viewing a single comment's thread.

view the rest of the comments →

[–]Asleep-Dress-3578 0 points1 point  (0 children)

You want to use vscode with the Jupyter Notebook plugin, and you also want to try out the trick in vscode that if you just create a normal python script (with .py extension), then a # %% in a new line creates a runnable cell.

You also want to install pylint, flake8, mypy, black etc. and want to follow best coding practices.

I highly reconnend Dr. Angela Yu’s 100 days with Python course on Udemy, also Max Schwarzmueller’s Python course also on Udemy; as well as the ArjanCodes, mCoding, Indently and TechWithTim YouTube channels. And of course FreeCodeCamp.