Lecture Notes

Welcome to the Lecture Notes. This directory contains a collection of markdown files designed to guide you through various Python topics. Each file is structured to provide both theoretical knowledge and practical examples.

β¬… Back to Main Page πŸ’» Code Examples πŸ“ Assignments

πŸŽ₯ Video Tutorials Available

Each lecture includes a comprehensive video explanation. Click the video links in each lecture note to watch!

πŸ“š Contents

Module 1: Python Fundamentals

Module 2: Data Manipulation

Module 3: Advanced Topics

Module 4: Useful Tools

Prerequisites:

Practice by Difficulty:

Assignments:

πŸ“š Study Tips

  1. Start with principles - Watch Coding Principles videos first
  2. Watch module videos - Get an overview of the concepts
  3. Read the lecture notes - Understand the details
  4. Practice in Colab - Hands-on learning with immediate feedback
  5. Complete assignments - Reinforce your understanding
  6. Progress through levels - Start with Beginner and work your way up
  7. Apply tools when needed - Learn Git and file handling as your projects grow

β¬… Back to Main Page