switowski / writing-faster-python3Links
Code examples for the writing faster Python 3 talk
☆55Updated 2 years ago
Alternatives and similar repositories for writing-faster-python3
Users that are interested in writing-faster-python3 are comparing it to the libraries listed below
Sorting:
- ☆193Updated 3 years ago
- Replace `Optional[T]` by `Union[T, None]` 👀☆57Updated 3 years ago
- A GitHub Action to add latest changes after each PR merged automatically☆190Updated last week
- a tool to detect test pollution☆196Updated last month
- Arrest is a small utility to easily structure and validate your REST api calls using pydantic and httpx☆157Updated 9 months ago
- Command-line parsing library for Python 3.☆135Updated last year
- Test whether your code is logging correctly 🪵☆115Updated last week
- Browser reload with uvicorn!☆68Updated 2 years ago
- dead simple python dead code detection☆382Updated last month
- automatically add annotations to untyped python code!☆186Updated 4 months ago
- pytest + rich integration (proof of concept)☆247Updated last week
- Builds a graph of a Python project's internal dependencies.☆94Updated this week
- 🌿 Exploring cooperative concurrency primitives in Python☆234Updated last year
- Automatically use the awesome walrus operator☆119Updated last week
- A small web framework, just big enough for a spider.☆57Updated 3 months ago
- Flake8 FastAPI - Avoid simple FastAPI mistakes ~opinionated~ 🤓☆45Updated 2 years ago
- The ultimate linter and formatter for removing unused import statements in your code.☆244Updated last month
- The simplest websocket cli☆65Updated last year
- A fully typed configparser built on top of configparser☆28Updated last year
- Automatically remove unnecessary `# noqa` comments☆264Updated last month
- pytest plugin for pretty printing the test summary.☆455Updated 3 months ago
- Elevate your 🐍 code with optimal data structure recommendations from pyggester.☆88Updated last year
- Run pytest inside a sub interpreter☆23Updated last year
- New Generation Profiler based on PEP669☆66Updated last year
- Automatically convert unittests to pytest☆57Updated last month
- Learn Python tips, tools, and techniques in around 5 minutes each.☆31Updated 2 years ago
- OpenAI powered AI CLI in just a few lines of code.☆124Updated last year
- Pytest plugin to fake subprocess.☆114Updated last week
- A Flake8 plugin that checks for issues using the standard library logging module.☆84Updated last week
- ☆91Updated last week