zerlok's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
minimaxir/big-list-of-naughty-strings
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
python-poetry/poetry
Python packaging and dependency management made easy
kuchin/awesome-cto
A curated and opinionated list of resources for Chief Technology Officers, with the emphasis on startups
pypa/pipx
Install and Run Python Applications in Isolated Environments
soxoj/maigret
🕵️♂️ Collect a dossier on a person by username from thousands of sites
numba/numba
NumPy aware dynamic Python compiler using LLVM
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
bitnami/charts
Bitnami Helm Charts
tmc/langchaingo
LangChain for Go, the easiest way to write LLM-based programs in Go
asyncapi/spec
The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs.
ets-labs/python-dependency-injector
Dependency injection framework for Python
koxudaxi/datamodel-code-generator
Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
nodkz/conf-talks
GraphQL на русском — здесь много статей и видео об этой замечательной технологии.
tiangolo/poetry-version-plugin
Poetry plugin for dynamically extracting the package version from a __version__ variable or a Git tag.
okunishinishi/python-stringcase
String case converter for python.
modern-python/that-depends
Simple DI-framework with IOC-container inspired by python-dependency-injector
bwesterb/py-tarjan
Python implementation of Tarjan's strongly connected components algorithm.
aleksul/repid
Repid framework: simple to use, fast to run and extensible to adopt job scheduler
DreamLab/memoize
Caching library for asynchronous Python applications.