Starting a new Lecture Notes Series on Python Programming
Youtube Lecture Playlist CreditsChannel Name: Neso Academy
So Let Us Start to This Journey of Learning
Python Programming By Lecture Notes together!
Lecture 1: Introduction to Python Programming
Lecture 2: The Definition of Python
Lecture 3: What is a Compiler?
Lecture 4: What is an Interpreter?
Lecture 5: Compiled vs. Interpreted Languages
Lecture 6: Is Python Compiled or Interpreted?
Lecture 7: Python and Visual Studio Code Installation
Lecture 8: Indentation in Python (Part 1)
Lecture 9: Indentation in Python (Part 2)
Lecture 11: Basic Data Types in Python (Part 1)
Lecture 12: Basic Data Types in Python (Part 2)
Lecture 13: Variables in Python
Lecture 14: Variable Naming Conventions in Python
Lecture 15: Variables as Labels in Python
Lecture 16: Strings in Python
Lecture 17: Accessing String Characters in Python
Lecture 18: String Operators in Python (Part 1)
Lecture 19: String Operators in Python (Part 2)
Lecture 20: String Operators in Python (Part 3)
Lecture 21: String Slicing in Python (Part 1)
Lecture 22: String Slicing in Python (Part 2)
Lecture 23: String Formatting in Python (Part 1)
Lecture 24: String Formatting in Python (Part 2)
Lecture 25: String Methods in Python (Part 1)
Lecture 26: String Methods in Python (Part 2)
Lecture 27: String Methods in Python (Part 3)
Lecture 28: String Methods in Python (Part 4)
Lecture 29: String Methods in Python (Part 5)
Lecture 30: String Methods in Python (Part 6)
Lecture 31: String Methods in Python (Part 7)
Lecture 32: String Methods in Python (Part 8)
Lecture 33: Implicit Type Conversion in Python
Lecture 34: Explicit Type Conversion in Python (Part 1)
Lecture 35: Explicit Type Conversion in Python (Part 2)
Lecture 36: Arithmetic Operators in Python
Lecture 38: Comparison Operators in Python
Lecture 39: Logical Operators in Python
Lecture 41: Bitwise Operators in Python (Part 1)
Lecture 42: Bitwise Operators in Python (Part 2)
Lecture 43: Bitwise Right Shift Operator in Python
Lecture 44: Bitwise Left Shift Operator in Python
Lecture 45: Assignment Operators in Python
Lecture 46: Membership Operators in Python
Lecture 47: Identity Operators in Python (Part 1)
Lecture 48: Identity Operators in Python (Part 2)
Lecture 49: Expressions in Python (Part 1)
Lecture 50: Expressions in Python (Part 2)
Lecture 51: Statements in Python (Part 1)
Lecture 52: Statements in Python (Part 2)
Lecture 53: Comments in Python
Lecture 54: Python Programming - Rapid Fire Quiz 1
Lecture 55: Introduction to Lists in Python
Lecture 56: Accessing Elements of a List in Python
Lecture 57: Adding Elements to a List in Python