pablogsal / python-horror-show
Strange and odd python snippets explained
☆300Updated 2 years ago
Alternatives and similar repositories for python-horror-show
Users that are interested in python-horror-show are comparing it to the libraries listed below
Sorting:
- Enables increment operators in Python using a bytecode hack☆93Updated last year
- dead simple python dead code detection☆354Updated last month
- Decorator which checks whether the function is called with the correct type of parameters.☆110Updated 4 months ago
- Automatically add simple type annotations to your code☆253Updated 7 months ago
- pytest plugin for easy integration of memray memory profiler☆378Updated 3 months ago
- Automatically convert relative imports to absolute☆157Updated 10 months ago
- Automatically use the awesome walrus operator☆117Updated this week
- Automatically remove unnecessary `# noqa` comments☆267Updated last month
- Command-line interface to PyPI Stats API to get download stats for Python packages☆213Updated this week
- Tool to automatically replace 'import *' in Python files with explicit imports☆179Updated 2 months ago
- ☆191Updated 2 years ago
- Write short and fully-typed lambdas where you need them.☆278Updated last year
- Replace `Optional[T]` by `Union[T, None]` 👀☆57Updated 2 years ago
- Unravelling Python source code☆188Updated last year
- Explain yourself! Interrogate a codebase for docstring coverage.☆622Updated last month
- Visualize CPython's specializing, adaptive interpreter.☆655Updated 11 months ago
- Aimed at Python beginners: replacing standard traceback by something easier to understand☆323Updated 3 years ago
- PyPI package browsing web application☆51Updated last month
- Separate test code from test cases in pytest.☆360Updated this week
- Flake8 Type Annotation Checking☆164Updated last month
- A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).☆441Updated 6 months ago
- PyPI downloads analytics dashboard☆146Updated 2 years ago
- A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.☆232Updated 4 months ago
- A generic project skeleton for Python projects.☆136Updated this week
- a tool to detect test pollution☆188Updated last month
- ☆226Updated last week
- A little benchmarking tool for Python☆185Updated last year
- better error messages for assert equals in pytest☆322Updated 8 months ago
- A minimal re-implementation of Python's `venv` module☆136Updated 11 months ago
- Lambda Calculus things implemented on Python☆87Updated 5 years ago