Introduction To This Course
  • Welcome To This Course
Setup a Proper Python Environment
  • Download All Python Environment Software
  • Step 1 – Install the Python 3
  • Step 2 – Install Java SE Development Kit
  • Your Feedback is Important
  • Step 3 – Add the Python 3 Directory to your System Path Environment Variable
  • Step 4 - Install PyCharm: Python IDE
Python Getting Started
  • Creating and Running Your First Python Project
  • Code Blocks and Indentation In Python
  • Python Statement Order
  • Python Comments
Python Variables
  • Introduction to Python Variables
  • Python Variable Types
  • Python Strings, Integer, Float And Boolean
  • Redefine Python Variables
  • Rules For Naming Variables
  • SyntaxError: Invalid Syntax
Python Numbers
  • Python Arithmetic and Assignment Operators
  • Python Built-in Function: divmod()
  • Python Built-in Function: int()
  • Python Built-in Function: float()
Python Strings
  • String Literals In Python
  • Empty Python String
  • Python \n And \t Functions
  • Python Escape
  • Python String Arithmetic Operators
  • Python String indexing
  • Python String Methods: replace()
  • Python Slice()
  • Python String Methods: split() and join()
Python Lists
  • Python Collections (Arrays)
  • Create A Python List
  • Mutable vs Immutable Objects In Python
  • Multi-Dimensional Python Lists
  • Update Python List Values
  • Python List Methods
  • Python List count() and sort()
  • Python Variable Synchronization and copy()
Python Tuples
  • Create A Python Tuple
  • Convert A List To A Tuple
  • Python Tuple Methods: count() and index()
  • Python len() and Python in Keyword
Python Dictionaries
  • Create A Python Dictionary
  • Accessing Items: Dictionary Keys
  • Python Dictionary update()
  • Deleting and Clearing Python Dictionary items
  • Python Dictionary Keys and Values
  • Dictionary Methods
Python Sets
  • Create A Python Set
  • Unordered and Unindexed Python Set
  • Set Methods
Conclusion
  • Bonus Lecture