This repository contains useful programs written in Python
Find a file
2024-06-02 12:20:48 +07:00
Benchmark Add README.md 2024-05-11 05:25:03 +07:00
FastAPI Example FastAPI Example 2024-06-02 12:19:29 +07:00
PickleCompress Add README.md 2024-05-11 05:25:03 +07:00
.gitignore FastAPI Example 2024-06-02 12:19:29 +07:00
README.md Update README.md 2024-06-02 12:20:48 +07:00

Python Useful Scripts

This repository contains useful programs written in Python 3.9. Each folder accompanied with requirements.txt for easier dependency access.

Currently Available:

  • Benchmark Program : using psutil to obtain performance
  • Pickle Compress Program : compress variable dumps using gzip, bzip2, lzma, or no compression at all
  • FastAPI Simple Example (Normal Request, GET Request, HTML Request)
  • adding more soon