Different Concepts in python POC's
-
Updated
Mar 28, 2021 - Jupyter Notebook
Different Concepts in python POC's
My personal Python learning playground — notes, experiments, and practice code.
A python program that will ask user to choose one of the math operations and then asks for two numbers to compute afterwards. See demon at:
A Python-based ATM simulation with custom exception handling, modular design, and core banking operations like Deposit, Withdraw, and Balance Inquiry.
This repository contains a Jupyter Notebook that provides an in-depth exploration of several important Python modules and concepts. The notebook covers the following topics:
Basics of Python
A more forgiving variation of django's atomic, allowing you to pass some exceptions through atomic block without rollback.
A Python command-line application that calculates Body Mass Index (BMI), categorizes health status, provides personalized health advice, validates user input, and stores records in CSV, JSON, and TXT formats.
Python client for Exceptionless
This is a simple calculator GUI built using Python's tkinter module as well as notify user for error with help of exception handling. See demo at:
A simple ATM System built using Python and Object-Oriented Programming.
Add a description, image, and links to the exception-handling-in-python topic page so that developers can more easily learn about it.
To associate your repository with the exception-handling-in-python topic, visit your repo's landing page and select "manage topics."