cod3monk3y / PyImportsLinks
Experiments with Python imports and unit testing, with tests and modules nested at various levels, and using absolute and relative importing
☆120Updated 11 years ago
Alternatives and similar repositories for PyImports
Users that are interested in PyImports are comparing it to the libraries listed below
Sorting:
- A template Python project with a focus on best practices.☆544Updated 3 years ago
- Tutorial on how to structure Python packages☆439Updated last year
- A small project template that shows how to wrap C code into python using cython, along with other packaging concepts☆135Updated 8 months ago
- A cheatsheet for the Python Debugger (pdb)☆200Updated 4 years ago
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆415Updated 2 months ago
- A quick intro to Cython for Python users who don't know C☆34Updated 5 years ago
- Sample project. Use https://github.com/ionelmc/cookiecutter-pylibrary to make your own project. The purpose of this repo is to test the C…☆146Updated 3 months ago
- Intermediate and Advanced Software Carpentry tutorial material☆77Updated 8 years ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆456Updated last year
- A template for Python Projects. INSERT TAGLINE HERE.™☆170Updated 6 months ago
- Python decorators for profiling/tracing/timing a single function☆338Updated 2 months ago
- a heap with decrease-key and increase-key operations☆104Updated 6 years ago
- Cookiecutter template for a Python package. See https://github.com/audreyr/cookiecutter.☆106Updated 6 years ago
- A minimal template for python packages☆206Updated 3 years ago
- persistent caching to memory, disk, or database☆278Updated 2 weeks ago
- Collection of presentations for advanced Python topics☆282Updated 3 years ago
- blog post☆253Updated 5 years ago
- Dark theme for Jupyter Notebook UI☆323Updated 3 years ago
- Exercises for the Sphinx Tutorial that I used to present each year at PyCon☆158Updated 7 years ago
- Cookiecutter template for a Python application project.☆124Updated last year
- Enhanced cookiecutter template for Python libraries.