fuckitpy

Error suppressor

A Python tool that helps run code despite errors using dynamic compilation and other techniques

The Python error steamroller.

GitHub

5k stars
89 watching
178 forks
Language: Python
last commit: about 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mattdiamond/fuckitjsA tool that repeatedly compiles and reloads JavaScript code to detect and remove errors, allowing it to continue execution despite initial mistakes.4,126
google/pytypeAutomates type checking and error prevention in Python code4,791
indygreg/pyoxidizerA tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters.5,562
pyinstaller/pyinstallerA tool for bundling Python applications and their dependencies into standalone executables.11,999
facebook/pyre-checkType-checking software for Python code6,885
kachayev/fn.pyProvides a set of functional programming primitives and tools to improve code organization and debugging in Python3,352
rustedpy/resultA library providing a simple, type-safe way to handle values with potential errors in Python 3.1,625
zedr/clean-code-pythonA set of guidelines and best practices for writing readable, maintainable, and efficient Python code.4,476
dashingsoft/pyarmorA tool for protecting and obfuscating Python scripts to prevent reverse engineering3,720
numpy/numpyA comprehensive library providing efficient numerical computation and data manipulation capabilities for Python-based scientific computing.28,350
nutti/fake-bpy-moduleProvides a collection of fake Blender Python API modules to support code completion in IDEs.1,436
python/mypyA tool to help catch errors in Python code by checking type compatibility and hints at compile time18,687
pypa/pipA package installer for Python that simplifies the process of managing dependencies and installing packages.9,569
mtshiba/pylyzerA fast and feature-rich static code analyzer and language server for Python2,550
joerick/pyinstrumentA Python profiler tool used to identify and optimize slow parts of code.6,727