vstinner / cpython_core_tutorialLinks
Tutorial to contribute to the CPython project
☆49Updated 2 years ago
Alternatives and similar repositories for cpython_core_tutorial
Users that are interested in cpython_core_tutorial are comparing it to the libraries listed below
Sorting:
- A plugin for pytest to manage expected test failures☆36Updated 2 years ago
- A unifying library for curio and trio, supporting both async libs for great good.☆57Updated 5 years ago
- Asynchronous generators, context managers and other utilities for use with asyncio☆63Updated 7 years ago
- WSGI Transport Adapter for Requests☆42Updated 3 years ago
- Making it easy to write async iterators in Python 3.5☆99Updated 4 years ago
- Think about Python's dir builtin with recursive search capabilities☆49Updated 2 years ago
- Python import rewriter☆80Updated last month
- Context information storage for asyncio☆37Updated 2 years ago
- distributed task queue for asyncio☆90Updated 7 years ago
- Collection of fixtures and utility functions to run service processes for your tests☆62Updated 2 weeks ago
- ☆46Updated 7 years ago
- Python without ifs and buts - an ORM layer for Python objects, inspired by Django☆81Updated 4 years ago
- Materials for PyCon2015 Tutorial "Modules and Packages : Live and Let Die"☆76Updated 10 years ago
- Embed Python in NGINX.☆112Updated 2 years ago
- Network protocol implementations in Python, sans I/O☆144Updated last month
- A pytest plugin to trace resource leaks.☆116Updated 5 years ago
- A library for ptrace-based tracing of Python programs☆154Updated last month
- a simple python database☆105Updated 6 years ago
- Dependency injection framework designed with Python in mind.☆50Updated 3 months ago
- Intercept socket connection to wsgi applications for testing☆42Updated 5 months ago
- Tools for aiohttp☆24Updated 3 years ago
- Python package for retrial of asyncio based coroutines☆14Updated 2 years ago
- aiohttp tutorial for US PyCon 2019☆63Updated 4 years ago
- Utilities to help fight and prevent memory leaks☆174Updated 2 years ago
- Array-like File Access in Python