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

https://github.com/gpproton/python-experiments

Collection of python code i find intresting/experiment with in my free time
https://github.com/gpproton/python-experiments

hobby pyhton python3 script

Last synced: 7 months ago
JSON representation

Collection of python code i find intresting/experiment with in my free time

Awesome Lists containing this project

README

          

# Python Experiments

This repository contains python code i find intresting/experiment with in my free time for later refrence or possible learning while taking a breather from any chalenging project.

### Samples

>[!Info]
All included script very much aspire to always be self contained and are only meant to be self contained with no requirement for installing any python package.

- [Chunked async excustion](./chunked_async.py)
- [Trip route distance and ETA resolver](./trip_resolver.py)
- [Long running background tasks](./simple_background_tasks.py)

---

## Licenses

[MIT](./LICENSE.md)

- Godwin Peter .O