Learn Python, Microsoft 365 and Google Workspace
Connect with me: Youtube | LinkedIn | WhatsApp Channel | Web | Facebook | Twitter
To access the updated handouts, please click on the following link: https://yasirbhutta.github.io/python/video-training-python.html
Python Exercises
Print() Function:
Comments:
Indentation:
Local and Global Variables:
Python Challenge to test your knowledge Quiz #1
Python Quiz - Variables
str:
Python str examples:
Python Quiz -String
int:
float:
bool:
1. Arithmetic Operators:
2. Comparison Operators: 3. Assignment Operators: 4. Logical Operators:
5. Identity Operators:
6. Membership Operators:
7. Bitwise Operators:
Python operators examples:
Python def examples:
Python lambda examples:
Python generator examples:
Python Quiz -IF
while loop examples:
Tuple:
List Methods:
dict Methods:
List comprehension examples:
Python sorting examples:
[#1 NumPy | How to Create 1D, 2D, and 3D Arrays in NumPy](https://youtu.be/08PDFhQhnNg) |
[#2 NumPy | Python NumPy Array Creation Methods Explained | Zeros, Ones, Empty, Arange, and Linspace](https://youtu.be/PI4UegrAYxs) |
[#3 NumPy | Python Array Dimensions: Understanding Shape and Size @yasirbhutta](https://youtu.be/UIGM_suK5cI) |
[#8 NumPy | Matrix Multiplication using NumPy in Python](https://youtu.be/6IAOoMDbxMM) |
[#9 NumPy | Matrix Transpose using NumPy in Python](https://youtu.be/sF6aK9edzBQ) |
[#10 NumPy | Inverse of a Matrix in Python with NumPy](https://youtu.be/u4jBU1DYSPU) |
Numpy in Python examples: