Skip to content

jackc0re/VibeLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 VibeLearning

Your comprehensive guide to fundamental programming concepts

Welcome to VibeLearning — an exhaustive, beginner-friendly repository designed to take you from programming fundamentals to confident coder. All concepts are explained with Python examples, balancing theory with practical code.


📚 What's Inside

Module Description
00 - Getting Started Setup, installation, how to use this repo
01 - Foundations Variables, operators, control flow, functions
02 - Data Structures Lists, dicts, trees, graphs, and more
03 - Algorithms Searching, sorting, recursion, dynamic programming
04 - OOP Concepts Classes, inheritance, polymorphism, SOLID
05 - Functional Programming Pure functions, higher-order functions, closures
06 - Software Design DRY, KISS, YAGNI, coupling & cohesion
07 - Design Patterns Creational, structural, behavioral patterns
08 - Error Handling Exceptions, defensive programming, logging
09 - Testing Unit tests, TDD, mocking
10 - File & I/O Reading/writing files, JSON, CSV
11 - Memory & Performance Big-O, complexity, optimization
12 - Concurrency Threads, async, synchronization
13 - Modules & Packages Imports, virtual environments
14 - Debugging Debuggers, tracebacks, common bugs
15 - Version Control Git fundamentals
16 - Essential Libraries Collections, datetime, itertools, pathlib, regex, JSON/CSV, hashing

Plus: Exercises, Projects, and Resources!


🎯 Prerequisites

  • Python 3.8+ installed on your system
  • A code editor (VS Code, PyCharm, or any text editor)
  • Curiosity and willingness to learn!

🗺️ How to Use This Repository

Recommended Learning Path

  1. Start with 00_getting_started/ - Make sure your environment is set up
  2. Follow the numbered modules - They're ordered from basic to advanced
  3. For each concept:
    • Read the README.md for theory and explanations
    • Run examples.py to see the concept in action
    • Try exercises.py to practice
    • Check quiz.md to test your understanding

Structure of Each Module

concept_name/
├── README.md      # Theory, explanation, real-world analogies
├── examples.py    # Runnable code examples
├── exercises.py   # Practice problems
└── quiz.md        # Quick knowledge check

Running Examples

# Navigate to any concept folder
cd 01_foundations/01_variables_and_types

# Run the examples
python examples.py

📊 Progress Tracking

Check PROGRESS.md to see which modules are complete and what's coming next.


🛤️ Learning Roadmap

See ROADMAP.md for a detailed learning path with time estimates.


💡 Tips for Success

  1. Don't just read — code along! Type out the examples yourself
  2. Experiment — Modify the examples and see what happens
  3. Practice consistently — 30 minutes daily beats 5 hours once a week
  4. Use the exercises — They're designed to reinforce learning
  5. Ask questions — If something doesn't make sense, dig deeper

🤝 Contributing

Found a bug? Have a suggestion? Contributions are welcome!

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

📝 License

This project is open source and available for educational purposes.


Happy Learning! 🎉

Remember: Every expert was once a beginner.

About

A small repo with some programming concepts I need to be aware of, in order to explore further. Something like a Starter for my journey of programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors