Welcome to the Python for Beginners repository! This repository contains solutions to the coding challenges provided in the Python for Beginners course by DICT (Department of Information and Communications Technology). Each challenge has been uploaded part by part to help track progress and serve as a reference for future use.
This course is designed for individuals who are just starting their journey in Python programming. The challenges range from basic syntax exercises to more complex problems that require a solid understanding of Python's core features.
The repository is organized into different parts corresponding to the lessons or topics covered in the course:
π Part 1: Hello Python!
π Part 2: Functions
π Part 3: Strings and Operators
π Part 4: Conditions and Loops
Each folder contains the relevant challenge files and any supporting documentation for that section.
## How to Use
1. **Clone this repository** to your local machine:
```bash
git clone https://github.com/Direcc/DICT---Python-for-Beginners--.git
- Navigate to the part you're interested in and explore the code and solutions.
- Run the Python files using:
python filename.py
- Python 3.x or higher
- No external libraries are required unless mentioned in the specific challenge
Dedicated File for Questions
Feel free to contribute by:
- Reporting issues
- Suggesting improvements
- Providing alternative solutions