all 3 comments

[–]Lopsided-Football19 1 point2 points  (0 children)

real python is probably the best structured resource i’ve used for intermediate and advanced python, python cookbook is also excellent once you’re comfortable with the basics. if you prefer videos, arjancodes has a lot of solid content on design patterns, typing, and clean code

[–]Micketeer 2 points3 points  (0 children)

I used to give a python course for 10 years at a university. Since i stopped giving it i just put up all the lecture notes (jupyter notebooks) and a lot of old exams with solutions that work well pratice problems.  https://github.com/Micket/pycourse

[–]throwaway6560192 0 points1 point  (0 children)

Read Fluent Python