You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Financial Calculator is a Python project that performs financial calculations such as annuity with monthly or continuous growth, monthly mortgage payments, retirement investment balance estimation, time to double an amount given a rate, solving logarithmic equations, and converting numbers to and from scientific notation.
Data Graph Explorer is a Python project that allows users to upload a .csv file from their local computer, input a URL, or hardcode a URL. It uses Pandas to load the data, display the first two rows, convert selected columns to Numpy arrays, and plot scatter or line graphs for analysis.
Graphing Calculator is a Python-based tool that allows users to graph functions, create tables of values, solve and graph systems of equations, shade graph regions, zoom in/out, and solve quadratic equations.
Multi-Function Calculator is a Python-based calculator designed to handle tasks like solving proportions, equations, factoring square roots, and converting between decimals, fractions, and percentages.