https://github.com/sup2point0/suppy
A little collection of standalone Python projects made for fun!
https://github.com/sup2point0/suppy
sup
Last synced: about 2 months ago
JSON representation
A little collection of standalone Python projects made for fun!
- Host: GitHub
- URL: https://github.com/sup2point0/suppy
- Owner: Sup2point0
- License: mit
- Created: 2023-11-30T21:19:34.000Z (over 2 years ago)
- Default Branch: root
- Last Pushed: 2024-04-16T16:50:11.000Z (about 2 years ago)
- Last Synced: 2025-03-06T06:16:36.939Z (about 1 year ago)
- Topics: sup
- Language: Python
- Homepage:
- Size: 15.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SupPy
A little collection of standalone Python projects made for fun!
## Index
Projects arranged in chronological order of conception, with thr latest first.
| project | description |
| :------ | :---------- |
| [`draconis.py`](draconis.py) | Drawing the dragon fractal |
| [`heatrace.py`](heatrace.py) | Tracing random walks with heatmaps |
| [`polyrings.py`](polyrings.py) | Constructing rings of polygons |
| [`determinant.py`](determinant.py) | Recursively finding the determinant of a square matrix |
| [`walker.py`](walker.py) | Walking the worlds by distance |
## Notes
These are all personal projects, so they include my [unconventional Python syntax](https://github.com/Sup2point0/Assort/blob/origin/~writing/Python%20Syntax.md) and some habits like `import random as ran`.