446 skills found · Page 15 of 15
Bogdanp / MarkiiA development-mode error handler for Python web applications.
idmitrievsky / PireErlang-style supervisor error handling for Python.
leodiegues / UnwrappyYet another Rust-inspired Result and Option ergonomics brought to Python, enabling safe, expressive error handling with errors as values.
BugSplat-Git / Bugsplat Py🐛🐍💥 BugSplat error reporting integration for Python
yuynwa / LogMMSEA minimum-mean-square-error noise reduction algorithm implementation with Python
xlabmedical / McmcseProvides tools for computing Monte Carlo standard errors (MCSE) in Markov chain Monte Carlo (MCMC). A python numpy implementation of mcmcse.r
Jatin1o1 / UMBmark Test ROSPython code for doing UMBmark test for odometry error estimation in differentiaal robots
ajayarunachalam / RegressorMetricGraphPlotPython package to simplify plotting of common evaluation metrics for regression models. Metrics included are pearson correlation coefficient (r), coefficient of determination (r-squared), mean squared error (mse), root mean squared error(rmse), root mean squared relative error (rmsre), mean absolute error (mae), mean absolute percentage error (mape), etc.
Beliavsky / ChatGPT Fortran GeneratorPython scripts to generate Fortran code by ChatGPT, compile it, correct errors, and run it -- broken by API changes. Try https://github.com/Beliavsky/OpenAI-Fortran-agent instead
rahul-2004-json / AttendifyAttendify is a web-based AI attendance system that uses facial recognition to automate tracking. Teachers upload classroom photos, and the system detects and matches student faces with the database to mark attendance. Built with Python, OpenCV, React.js, and MySQL/MongoDB, it saves time, reduces errors, and improves efficiency.
nzy1997 / ILPQECILPQEC is a Python package for maximum-likelihood quantum error correction decoding using integer linear programming (ILP).
zunzun / ZunzunsiteA Django site in Python 2 for curve fitting 2D and 3D data that can output source code in several computing languages and run a genetic algorithm for initial parameter estimation. Includes orthogonal distance and relative error regressions. Generates PDF files and surface animations. Based on code from zunzun.com.
JamariCJGoodridge / BasicBankApplicationA basic bank application made from python. It is capable of making deposits and withdrawals in the program, track these transactions and update the bank file. This project utilizes python to read, write and add to existing files to produce an interactable file. Also used were exceptions to avoid errors that could be caused by user input, such as ValueErrors that could be produced from a user trying to add letters into their bank account instead of numbers. Varaibles were keep localized to avoid complications and make actions explicit.
omartood / Sophone Py PackageProfessional Somali phone number validation, formatting & operator detection for Python. A comprehensive library with CLI tools, type hints, and beautiful error handling.
itsaugvst0x01 / WebScraperA powerful and user-friendly command-line interface tool for extracting web data and exporting it to CSV format. Built with Python, this tool provides an intuitive way to scrape web content with professional-grade features and error handling.
loki42 / Failover ConnectionThis is a redis-py connection with failover in the event of a connection error, the connection pool is managed with zookeeper. Inspired by redis_failover, use that if you're using ruby, or this if you're using python.
rawalraj022 / My Python Code Guide A ZPython Basic to Advanced Guide is designed to take you from the fundamentals to expert-level programming. We’ll start with core concepts like variables, data types, and control structures, then progress to more advanced topics such as object-oriented programming, file handling, and error management. The course also covers advanced features ...
Kalepa / Safe InitSafe Init is a Python library that enhances AWS Lambda functions with advanced error handling, logging, monitoring, and resilience features, providing comprehensive observability and reliability for serverless applications.
SJTU-YONGFU-RESEARCH-GRP / Qr Code GeneratorA Python CLI tool for generating QR codes from text data, URLs, or other information. This tool allows you to create customizable QR codes with various error correction levels, sizes, and colors.
THUSHARTOM / BPSKBasic python code for BPSK modulation and demodulation with PN sequence encryption and jamming signal. Plotting Signal to noise Vs Bit error rate and its signal constellation including all the individual signals.