https://github.com/torshin5ergey/python-playground
Various Python projects created for practicing programming
https://github.com/torshin5ergey/python-playground
Last synced: 7 months ago
JSON representation
Various Python projects created for practicing programming
- Host: GitHub
- URL: https://github.com/torshin5ergey/python-playground
- Owner: torshin5ergey
- License: mit
- Created: 2024-03-08T21:10:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T21:33:02.000Z (over 1 year ago)
- Last Synced: 2024-05-22T21:48:56.850Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Playground 🐍
This repository contains various Python projects that I've created for practicing programming.
## Repository Structure
- Each project resides in its own directory.
- Each project directory contains a README.md file providing a brief description of the project and instructions.## Instructions
1. Navigate to the directory of the project you're interested in.
2. Read the README.md file for detailed information about the project and how to use it.
3. Examine the project's source code.## Projects
- [algo_arena](./algo_arena/): Algorithm practice problems and their implementations.
- [autbor](./autbor): Projects based on the exercises and tasks outlined in the book ["Automate the Boring Stuff with Python"](https://automatetheboringstuff.com/) by Al Sweigart.
- [ungrouped](./ungrouped): Ungrouped exercises.
- [python_generation](./python_generation): mini-projects based on assignments from the "Python Generation" web courses.## Author
Sergey Torshin [@torshin5ergey](https://github.com/torshin5ergey)