🚀 Module 00: Getting Started¶
Welcome to VibeLearning! This module will help you set up your environment and understand how to use this repository effectively.
What's in This Module¶
| File | Description |
|---|---|
| 01_python_setup.md | Installing Python on your system |
| 02_running_code.md | Different ways to run Python code |
| 03_using_this_repo.md | How to navigate and use VibeLearning |
Learning Objectives¶
By the end of this module, you will:
- ✅ Have Python installed and working on your computer
- ✅ Know how to run Python programs
- ✅ Understand how to navigate this repository
- ✅ Be ready to start learning!
Time Estimate¶
⏱️ 1-2 hours to complete this module
Prerequisites¶
- A computer (Windows, macOS, or Linux)
- Internet connection for downloading Python
- Curiosity and enthusiasm! 🎉
Let's Begin!¶
Start with 01_python_setup.md to install Python.