An open API service indexing awesome lists of open source software.

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

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)