A loan eligibility calculator aiming to reduce algorithmic biases

A loan eligibility calculator aiming to reduce algorithmic biases. Made for Hack the Globe 2022 by Team 32. This code acts as a framework which banks/lenders can use to build on and improve their own loan eligability algorith, in order to reduce biases towards those of lower income (which often includes many marginalised groups) by determining their eligability for a loan without the use of a credit score, and also makes them less riskier to lend to by offering more […]

Read more

Running performance calculator

👉 Have you ever wondered if you ran 10km at 2000m altitude, how fast would you ran the same distance at lower altitudes? How would elevation gain and temperature affect your performance? 🤔 👉 The goal of this application is to calculate how your running pace and time would change given different elevation gain, altitude and temperature. Try it out: https://share.streamlit.io/davide97l/running-performance-calculator/main Features Support for default or custom distances Compute pace and time according to elevation gain, altitude and temperature Clean […]

Read more

Margin Calculator – Personally tailored investment tool

About The Project Are you willing to bet on long-term market growth? Great, this tool calculates how much margin you can take according to your risk-tolerance. (back to top) Built With (back to top) Usage You need to have python and a text editor installed. Edit the file with your numbers Run python margin_calculator.py What does it do? This tool tells you how much you can loan from your broker (e.x. Interactive Brokers), according to your risk tolerance. Assumptions The […]

Read more

A powerful Python REPL calculator

This is a calculator with a complex source that includes a small AST, a parserand a tokenizer. This is a personal project done in 2 days to understand howoperator precedence works and to practice my rusty skills of making interpreters. This project has no external dependencies and should work with minimumPython 3.8 and newer versions of the Python interpreter. Features Complex but small and understandable source code. Implemented in less than 450LoC Supports all basic operations (sum, substraction, multiplication, division) […]

Read more

Alchemical free energy calculations for the masses

Alchemical free energy calculations for the masses. See our website for more information. This library is made available under the MIT open source license. This is pre-alpha work, it should not be considered ready for production and API changes are expected at any time without prior warning. Dependencies can be installed via conda through: conda env create -f environment.yml The openfe library can be installed via: python -m pip install –no-deps . The OpenFE development team. OpenFE is an Open […]

Read more

A calculator of strike price distance for options

This is a calculator of strike price distance for options. Options are a type of derivative. One strategy is sell options to receive the premium and wait the expiration of the serie. After the expiration date and the asset price is not in-the-money (i.e., refers to an option that possesses intrinsic value), the contract is over and you stay with the premium. So, you need to sell the option in a right distance and direction to avoid the option was […]

Read more

Calculate the layout on the wall to hang up pictures

Calculate the layout on the wall to hang up pictures. Installation pip install git+https://github.com/trbznk/wallc.git Getting Started Currently a picture has 4 different parameters: Use the wallc module to initialize the wall and all planned pictures with certain parameters: from wallc import Picture, Suspension, Wall, Layout p1 = Picture(800, 600, Suspension(600, 100)) p2 =

Read more

Calculates the dates and times when the sun or moon is in a given position in the sky

I wrote this script after I was busy updating my article on chronolocation, which can be found here. It calculates the dates and times when the sun or moon is in a given position in the sky. It can be used during chronolocation tasks, to quickly find possible dates and times within a 15 minutes accuracy. For finding a more precise moment, one should use a tool like suncalc.org to find a closer match, or use the option –accurate. Installation […]

Read more
1 2