orsinium / notesLinks
Articles about Python and Go, snippets, cheatsheets
☆39Updated 3 months ago
Alternatives and similar repositories for notes
Users that are interested in notes are comparing it to the libraries listed below
Sorting:
- flake8 plugin to validate annotations complexity☆47Updated 3 months ago
- Walrus operator has been added in Python 3.8 and offer a plethora of possibilities.☆46Updated 3 years ago
- flake8 plugin to validate expressions complexity☆33Updated 3 years ago
- A flake8 extension that checks classes attributes order☆60Updated 3 months ago
- Safe and composable assert for Python that can be used together with optimised mode☆17Updated this week
- Generate setup.py (setuptools) from pyproject.toml (poetry)☆46Updated 5 years ago
- Configure uWSGI from your Python code☆77Updated last week
- An extension for flake8 that validates cognitive functions complexity☆72Updated 4 years ago
- flake8 plugin for validation of function parameters (length, complexity, etc)☆50Updated 2 years ago
- Framework which helps you to make parallel/distributed calculations using data pipelines☆45Updated 4 years ago
- aiohttp tutorial for US PyCon 2019☆62Updated 4 years ago
- A flake8 extension that helps to make more readable variables names☆54Updated 11 months ago
- Scaraplate is a wrapper around cookiecutter which allows to repeatedly rollup project templates onto concrete projects.☆62Updated last year
- Site for monthly Pythonauts' meetup in Moscow☆42Updated last year
- Демо-проект RSS-агрегатора☆27Updated 8 years ago
- A Flake8 plugin that checks Python tests follow the Arrange-Act-Assert pattern☆70Updated last year
- Decorator library to configure function arguments☆38Updated 2 years ago
- ☆25Updated 9 months ago
- The package provides base classes and utils for flake8 plugin writing☆18Updated last year
- Library to calculate Python functions cognitive complexity via code.