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: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mattdiamond/fuckitjs A tool that repeatedly compiles and reloads JavaScript code to detect and remove errors, allowing it to continue execution despite initial mistakes. 4,126
google/pytype Automates type checking and error prevention in Python code 4,791
indygreg/pyoxidizer A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. 5,562
pyinstaller/pyinstaller A tool for bundling Python applications and their dependencies into standalone executables. 11,999
facebook/pyre-check Type-checking software for Python code 6,885
kachayev/fn.py Provides a set of functional programming primitives and tools to improve code organization and debugging in Python 3,352
rustedpy/result A library providing a simple, type-safe way to handle values with potential errors in Python 3. 1,625
zedr/clean-code-python A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. 4,476
dashingsoft/pyarmor A tool for protecting and obfuscating Python scripts to prevent reverse engineering 3,720
numpy/numpy A comprehensive library providing efficient numerical computation and data manipulation capabilities for Python-based scientific computing. 28,350
nutti/fake-bpy-module Provides a collection of fake Blender Python API modules to support code completion in IDEs. 1,436
python/mypy A tool to help catch errors in Python code by checking type compatibility and hints at compile time 18,687
pypa/pip A package installer for Python that simplifies the process of managing dependencies and installing packages. 9,569
mtshiba/pylyzer A fast and feature-rich static code analyzer and language server for Python 2,550
joerick/pyinstrument A Python profiler tool used to identify and optimize slow parts of code. 6,727