fuckitpy
Error suppressor
A Python tool that helps run code despite errors using dynamic compilation and other techniques
The Python error steamroller.
5k stars
89 watching
178 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A tool that repeatedly compiles and reloads JavaScript code to detect and remove errors, allowing it to continue execution despite initial mistakes. | 4,126 |
| | Automates type checking and error prevention in Python code | 4,791 |
| | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,562 |
| | A tool for bundling Python applications and their dependencies into standalone executables. | 11,999 |
| | Type-checking software for Python code | 6,885 |
| | Provides a set of functional programming primitives and tools to improve code organization and debugging in Python | 3,352 |
| | A library providing a simple, type-safe way to handle values with potential errors in Python 3. | 1,625 |
| | A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. | 4,476 |
| | A tool for protecting and obfuscating Python scripts to prevent reverse engineering | 3,720 |
| | A comprehensive library providing efficient numerical computation and data manipulation capabilities for Python-based scientific computing. | 28,350 |
| | Provides a collection of fake Blender Python API modules to support code completion in IDEs. | 1,436 |
| | A tool to help catch errors in Python code by checking type compatibility and hints at compile time | 18,687 |
| | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,569 |
| | A fast and feature-rich static code analyzer and language server for Python | 2,550 |
| | A Python profiler tool used to identify and optimize slow parts of code. | 6,727 |