Venom is a structured learning monorepo where I explore multiple computer science domains through hands-on Python projects.
Python 3.14+uv(for dependency management)
# Clone repository
git clone https://github.com/Isvane/venom.git
# Move to the directory
cd venom
# Sync environment
uv syncmini_program/- A collection of lightweight utility scripts and mini-applications.black_hat_python/- Networking and security tools followed from the book Black Hat Python.operations_research/- Optimization models.web/- Web-related applications and APIs, highlighting aFastAPIbackend with structured routes and validation.