Personal project – Just for fun and learning
Python Playground is a personal repository where I collect programming exercises and small games developed in Python. The main goal is to practise logic, reinforce programming concepts, and explore the possibilities that Python offers.
This project is not linked to any course or academic work — it was created solely on my initiative as a space for experimentation and continuous learning.
- Python 3.x
- Standard Python libraries
- pygame (for some games)
- Exercises in logic, data structures, and algorithms
- Small interactive games (such as Snake, Pong, among others)
- Useful scripts and simple projects in Python
- Clone the repository:
git clone https://github.com/DuarteLacerda/Python.git
cd Python- Make sure you have Python installed.
- For games that use
pygame, install the library:pip install pygame
- Run any file with:
python filename.py This repository was created for educational and recreational purposes only. It is not intended to be a final or commercial product. Some projects may be unfinished or simplified.
Duarte Lacerda
This project is licensed under the MIT License - see the LICENSE file for details.