Welcome to the Python for AI repository β your go-to resource for learning Python fundamentals with a special focus on applications in Artificial Intelligence. This repository contains structured lectures, hands-on code examples, and curated video content to help beginners and aspiring AI engineers master Python.
Each lecture covers an essential Python concept or module that's relevant to AI programming. Below is the list of lectures along with their topics, YouTube links for video tutorials, and associated code folders in this repository.
Lecture | Topic | YouTube Link | Code |
---|---|---|---|
1 | Why you should learn Python? | Watch | Lecture_01 |
2 | Top 5 Tools to learn AI | Watch | Lecture_02 |
3 | Anaconda Masterclass | Watch | Lecture_03 |
4 | Mutable and Immutable in Python | Watch | Lecture_04 |
5 | How to print on terminal? | Watch | Lecture_05 |
6 | What is variable? | Watch | Lecture_06 |
7 | Date types in Python | Watch | Lecture_07 |
8 | Numbers in Python | Watch | Lecture_08 |
9 | String in Python | Watch | Lecture_09 |
10 | Booleans in Python | Watch | Lecture_10 |
11 | Operators in Python | Watch | Lecture_11 |
12 | Python List | Watch | Lecture_12 |
13 | Tuples in Python | Watch | Lecture_13 |
14 | Sets in Python | Watch | Lecture_14 |
15 | Dictionaries in Python | Watch | Lecture_15 |
16 | Conditional Statements | Watch | Lecture_16 |
17 | Loops in Python | Watch | Lecture_17 |
18 | Functions in Python | Watch | Lecture_18 |
19 | Modules and packages | Watch | Lecture_19 |
20 | File Handling in Python | Watch | Lecture_20 |
21 | Exception Handling in Python | Watch | Lecture_21 |
22 | What is object oriented programming? | Watch | Lecture_22 |
23 | Class & Object | Watch | Lecture_23 |
24 | Encapsulation | Watch | Lecture_24 |
25 | Inheritance | Watch | Lecture_25 |
26 | Abstraction | Watch | Lecture_26 |
27 | Polymorphism | Watch | Lecture_27 |
28 | What next? | Watch | Lecture_28 |
π Note: YouTube links are placeholders β update them as you upload new content!
- πΊ Playlist: Full YouTube Playlist
- π§ Join AI Engineers Community: Telegram Group
Have ideas or improvements? Pull requests are welcome! Whether it's fixing typos, improving code, or adding new lectures β your contributions are appreciated.
This project is licensed under the MIT License. See LICENSE
for more details.
Happy Learning! π