This repository showcases a variety of Python projects, from fundamental exercises to complex games and web applications. Each subfolder contains distinct projects or sets of Python scripts focusing on different aspects of Python programming.
Basic to intermediate Python scripts and learning materials, ideal for beginners or those solidifying their understanding of core concepts.
Interactive Python games like "Fantasy Duel" and "Elemental Showdown," demonstrating OOP principles and game development basics.
Projects emphasizing the use of modules to improve code readability and maintainability, showcasing how different parts of a Python program interact.
Additional scripts and exercises for further exploring and practicing Python, including specific implementations like Linked Lists and Store and Products.
Flask-based web applications demonstrating Python's use in web development. Projects include:
- Guess_the_Number_Game: A beginner-level game where players guess a randomly selected number.
- Counter: A web application tracking the number of site visits.
- Clone this repository:
git clone https://github.com/PFKimmerle/Python.git - Navigate to the desired project directory.
- Follow the specific instructions in the project's
README.mdto run the scripts or projects.
This project is licensed under the MIT License. See the license file in the repository for more details.