Skip to content

HackBulgaria/Python-101-Forever

Repository files navigation

🚀 Python 101 Forever 🚀

Official Python 101 Forever GitHub repository.

START HERE - CHECK README

SUBSCRIBE FOR UPDATES HERE

Sponsors

HackSoft

Contact us at team@hackbulgaria.com for sponsorship opportunities.

Concepts

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

Glossary

If you wonder about those C01V01, C01P01, C01P01S01 things, here is the explanation:

  1. Those are unique identifiers for the different resources in the course.
  2. C01V01 means Concept 01, Video 01. This is a video, explaining something. Video is located in YouTube and linked here.
  3. C01P01 means Concept 01, Problem 01. This is a problem that needs solving. Problem is located here in markdown format.
  4. C01P01S01 means 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.