Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.43 KB

File metadata and controls

39 lines (27 loc) · 1.43 KB

Python Projects

Welcome to the Python Projects repository! This repository contains various Python modules and projects, each focusing on different aspects of Python programming.

Modules

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.

How to Use

  1. Navigate to the desired module.
  2. Follow the instructions in the module's README file.
  3. Experiment with the scripts to learn and build upon the examples.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Happy coding!