This repository contains my solutions to problems generated by ChatGPT, an AI tool developed by OpenAI, aimed at tackling specific Python concepts.
Learning by doing: focusing on practical problem-solving rather than overthinking the theory.
- Pb 1: Problem description – WordFrequencyAnalyser.md Problem solution – WordFrequencyAnalyser.py
- Notions to focus on (Strings, Lists, Tuples)
- 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!
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.
- Clone the repository:
git clone https://github.com/username/PythonPBs.git
This repository is licensed under the MIT License. See the LICENSE file for more information.