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
- Host: GitHub
- URL: https://github.com/gpproton/python-experiments
- Owner: gpproton
- License: mit
- Created: 2024-12-07T10:23:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T13:09:46.000Z (about 1 year ago)
- Last Synced: 2025-07-19T12:57:29.400Z (7 months ago)
- Topics: hobby, pyhton, python3, script
- Language: Python
- Homepage: http://godwin.dev/
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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