Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.53 KB

File metadata and controls

40 lines (27 loc) · 1.53 KB

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)
  1. Pb 3: Problem description – csv_cleaning.md Problem solution – csv_cleaning.py
  • Notions to focus on (csv cleaning) 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.