Official Python 101 Forever GitHub repository.
Contact us at [email protected] for sponsorship opportunities.
| Concept | Link |
|---|---|
| 00 - Course Introduction | Click here |
| 01 - Python Basics | Click here |
| 02 - Linux & Python Setup | Click here |
| 03 - Unit testing | Click here |
| 04 - Algorithms and Data structures | Coming soon |
| 05 - Modules, namespaces & interfaces | Coming soon |
| 06 - Expanding in Python, part 1 | Coming soon |
| 07 - Keeping it practical, part 1 | Coming soon |
| 08 - Introduction to Databases / SQL | Coming soon |
| 09 - Python & SQL | Coming soon |
| 10 - Expanding in Python, part 2 | Coming soon |
| 11 - Keeping it Practical, part 2 | Coming soon |
| 12 - Git | Coming soon |
| There's more to come | Coming soon |
If you wonder about those C01V01, C01P01, C01P01S01 things, here is the explanation:
- Those are unique identifiers for the different resources in the course.
C01V01means Concept 01, Video 01. This is a video, explaining something. Video is located in YouTube and linked here.C01P01means Concept 01, Problem 01. This is a problem that needs solving. Problem is located here in markdown format.C01P01S01means Concept 01, Problem 01, Solution 01. This is a video, showing a solution to the specific problem. Video is located in YouTube and linked here. Solution code is located here.