Skip to content

aMAAmina/PythonPBs

Repository files navigation

Python challenges and solutions

This repository contains my solutions to problems generated by ChatGPT, an AI tool developed by OpenAI, aimed at tackling specific Python concepts.

Table of Contents

About

Learning by doing: focusing on practical problem-solving rather than overthinking the theory.

Challenges

  1. Pb 1: Problem description – WordFrequencyAnalyser.md Problem solution – WordFrequencyAnalyser.py
  • Notions to focus on (Strings, Lists, Tuples)
  1. Pb 2: Problem description – ProductInventoryManagementSystem.md Problem solution – ProductInventoryManagementSystem.py
  • Notions to focus on (dictionaries, JSON)

Feel free to explore each problem and review the Python code I've written to solve them!

Usage

To run the Python code, ensure you have the appropriate environment set up for your operating system. You can clone this repository and execute the scripts locally.

  1. Clone the repository:
    git clone https://github.com/username/PythonPBs.git
    
    

License

This repository is licensed under the MIT License. See the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages