Python Crash Course (Beginner to Advanced)
Python Crash Course is a fast-paced, thorough introduction to programming with Python that will have you writing programs, solving problems, and making things that work in no time.
We'll go over important topics in python from simpler ones to more advanced ones (like loops, classes and objects and many more!). This series will help enrich your python knowledge to a great extent as we will also be doing exercises.
Python is an awesome language to start your CS career with so lets get started!
Here is the course content:
Session 1 : Orientation
Session 2 : Comments, Variables
Session 3 : Escape Characters and print()
Session 4: Data Types (Part I)
Session 5 : Data Types (Part II)
Session 6: Casting & Operators
Session 7: If…else & Functions
Session 8: Loops
Session 9: Classes and Objects