Here are some videos and additional Python Resources. CS 230 is the undergraduate Python course; CS 602 is the graduate Python course.
To learn more about Python, try these online resources:
A Guide to Formatting with f-strings in Python (Prof. Masloff’s guide to everything you ever needed to know about formatting data in Python. Updated Feb. 2022)
How To Think Like a Computer Scientist (online book)
http://repl.it (online Python collaborative environment)
https://colab.research.google.com/notebooks/intro.ipynb (Google Collab)
http://pythontutor.com (visual Python debugger)
How to Think Like a Data Scientist (online book)
