Python-Useful-Scripts/README.md

11 lines
692 B
Markdown
Raw Normal View History

2024-05-10 14:13:09 +02:00
# Python Useful Scripts #
This repository contains useful programs written in **Python 3.9**. Each folder accompanied with **requirements.txt** for easier dependency access.
2024-05-14 01:00:34 +02:00
## Currently Available: ##
2024-06-16 10:06:22 +02:00
* **Benchmark Program** : using **psutil** to obtain computer performance
* **Pickle Compress Program** : compress variable dumps using **gzip**, **bzip2**, **lzma**, or **no compression at all**
* **FastAPI Simple Example** : contains API standard operations (Normal Request, GET Request, HTML Request)
2024-06-16 15:13:17 +02:00
* **Matrix-based Bencmark** : contains a class to recreate Linpack (Matrix-based) Floating-point Per Second (FLOPS) Benchmark. Based on **numpy** or **scipy** libs
2024-05-10 14:13:09 +02:00
* *adding more soon*