This repository contains my Python practice exercises and projects as part of the ALX Backend Engineering journey.
It is organized into folders by topic, with each folder containing practice scripts and a dedicated README.
-
python_introduction/
- Basics of Python (variables, input/output, arithmetic operations, etc.)
- Includes small beginner projects like a finance calculator.
-
control_flow_practice/
- Focus on conditional statements (
if,elif,else) and decision-making. - Contains exercises like voting eligibility, discount calculator, nested if examples, and a Mad Libs generator.
- Focus on conditional statements (
The purpose of this repo is to practice core Python concepts step by step, building a strong foundation for backend development.
- Add more folders as I learn new Python concepts (loops, functions, OOP, etc.)
- Expand existing practice files with more real-world examples.
- Language: Python 3
- Tools: Git, VS Code, Command Line
- Platform: GitHub for version control and collaboration