βΊ | Project: SwappingPlace | |
---|---|---|
Description |
A platform dedicated to clothing donations and exchanges among users. SwappingPlace provides an innovative alternative for refreshing your wardrobe without resorting to traditional purchases. Discover clothing that finds a new life with a straightforward process: reserve an item online and pick it up from the donor. Key Features:
|
|
Action | Website: Coming soon | Code: Work In Progress |
I'm reading : "Django for Professionals" to improve my skill
- Python Basics
- Build small projects that will help me solidify my knowledge
- Get hired by a company
- Enhance my coding skills by learning within a company alongside senior developers
- Contribuate Blender community
- ...
from tabletennis import Player
you = Player(name="your_name", is_player=True)
if you.is_player:
print(f"π Hi {you.name}, it will be great to meet up around a table tennis πβ£οΈπ")