Welcome to the Python Projects repository! This repository contains various Python modules and projects, each focusing on different aspects of Python programming.
This module covers the foundational concepts of Python programming. It includes examples and scripts for:
- Basic Python syntax
- File processing
- Database interaction
- Web scraping
For more details, check the 01_python_basics README.
This module demonstrates the implementation of a stateless OTP (One-Time Password) system. It includes examples of OTP generation, delivery, and validation.
For more details, check the 02_stateless_otp README.
This module focuses on building a calorie calculator application. It includes features for:
- Tracking calorie intake
- Managing food items and their nutritional values
- Calculating daily calorie consumption
For more details, check the 03_calorie_calulator README.
- Navigate to the desired module.
- Follow the instructions in the module's README file.
- Experiment with the scripts to learn and build upon the examples.
This project is licensed under the MIT License. See the LICENSE file for details.
Happy coding!