orsinium / notes
Articles about Python and Go, snippets, cheatsheets
☆39Updated last month
Alternatives and similar repositories for notes:
Users that are interested in notes are comparing it to the libraries listed below
- Walrus operator has been added in Python 3.8 and offer a plethora of possibilities.☆46Updated 3 years ago
- Library to calculate Python functions cognitive complexity via code.☆42Updated 2 years ago
- flake8 plugin to validate annotations complexity☆46Updated 2 months ago
- Generate setup.py (setuptools) from pyproject.toml (poetry)☆46Updated 5 years ago
- ☆25Updated 8 months ago
- Scaraplate is a wrapper around cookiecutter which allows to repeatedly rollup project templates onto concrete projects.☆61Updated last year
- An extension for flake8 that validates cognitive functions complexity☆72Updated 4 years ago
- aiohttp tutorial for US PyCon 2019☆62Updated 3 years ago
- Site for monthly Pythonauts' meetup in Moscow☆42Updated last year
- Configure uWSGI from your Python code☆77Updated last week
- Decorator library to configure function arguments☆38Updated 2 years ago
- Framework which helps you to make parallel/distributed calculations using data pipelines☆45Updated 4 years ago
- A flake8 extension that checks classes attributes order☆60Updated last month
- flake8 plugin to validate expressions complexity☆33Updated 3 years ago
- A flake8 extension that helps to make more readable variables names☆55Updated 10 months ago
- Home of Repeatable Software Development Process☆53Updated 4 months ago
- An extension for IPython to switch between modules and evaluate the code from Emacs like we do in Common Lisp.☆51Updated 2 years ago
- Sloth Test is a Python library that automatically creates unit tests based on previous real-life cases to prevent regression bugs.☆11Updated 6 years ago
- flake8 plugin for validation of function parameters (length, complexity, etc)☆50Updated 2 years ago
- Safe and composable assert for Python that can be used together with optimised mode☆17Updated last month
- Python library providing type-checked function calls at runtime☆98Updated 8 months ago
- A python3.7 dataclass supplemental library. Enhances dataclasses to perform basic type checking and makes the dataclass JSON serializable…☆78Updated 2 years ago
- Tools for aiohttp☆24Updated 3 years ago
- It's like os.walk(), but backwards... and on a bicycle.