Introduction
  • Introduction Video
  • Why Python is a good language?
Starting Points
  • Start with downloading Python
  • Text Editor
  • Quiz Text Editor
  • Using Our First Code of Python
  • Quiz First Code of Python
  • Understand Basic Concepts of Python
  • Quiz Concepts of Python
  • Python Deals with Objects
  • Quiz Python Deals with Objects
  • Using Python as Calculator
  • Quiz Using Python as Calculator
  • Using Square in Python
  • Quiz Using Square in Python
  • Creating Variables in Python
  • Quiz Creating Variables in Python
  • Start Your Program with Text Editor
  • Quiz Start Your Program with Text Editor
  • Run Python Program File in Terminal
  • Quiz Running Python File in Terminal
  • Test Out Your Program
  • Quiz Test Out Your Program
Python Syntax
  • What is Syntax?
Bool Values
  • Boolean Values
  • Quiz Boolean Values
Strings in Python
  • String Operations
  • Quiz String Operations
  • Upper and Lower Functions
  • Newlines in Strings
  • Quiz Newlines in Strings
  • Combining Strings
  • Quiz Combining Strings
  • str() Function
  • title() Function
  • In Operator
Lists and for Loop in Python
  • Create a List
  • Quiz Create a List
  • Combine and print an element with a string
  • Quiz Combine an element from list with a string
  • Change an Element from a List
  • Quiz Change an element from a list
  • Delete an Element from a List
  • Using sort() and reverse() methods
  • Using len() method
  • Using for Loop in Lists
  • Quiz Using for Loops in Lists
  • Using for Loop with range() Method
  • Quiz Using for Loop with range() Method
  • Using min, max, and sum with Numbers in Lists
Slice List
  • Making a Slicing List
  • Quiz Making a Slicing List
  • Using for Loop with Slice List
  • Copying Lists Using Slicing Lists
Tuples in Python
  • Using Tuples
  • Quiz Using Tuples
If, else Statements
  • Using if and else Statements
  • Quiz Using if and else Statements
  • if and else Statements
  • Note Greater than, Less than
  • Greater, less than, and equal operator
  • Quiz Greater, less than, and equal operators
  • Compare Strings with if, else statements
  • Quiz Compare Strings with if, else Statements
  • Using NOT Equal with if, else Statements
  • Quiz Using NOT Equal with if, else Statements.mp4
  • Using (and) with if, else statement
  • Quiz Using (and) with if, else statement
  • Using (or) with if, else statement
  • Quiz Using (or) with if, else statement
Lists with If, else Statements
  • checking Values in Lists with if, else statements
  • checking Values NOT in Lists with if, else statements
if, elif, else Statements
  • if-elif, else statements
  • Quiz if-elif, else statements
  • Testing Multiple elif Expressions
  • Quiz Testing Multiple elif Expressions
Dictionaries in Python
  • Dictionaries in Python
  • Quiz Dictionaries in Python
  • Adding New Key Value in Dictionary
  • Quiz Adding New Key Value in Dictionary
  • Filling Empty Dictionary
  • Quiz Filling Empty Dictionary
  • Edit a Value in Dictionaries
  • Quiz Edit a Value in Dictionaries
  • Delete a Value in Dictionaries
  • Quiz Delete a Value in Dictionaries
input () Function in Python
  • Using input() Function