scientific-computing-with-python
There are 24 repositories under scientific-computing-with-python topic.
usnistgov/fipy
FiPy is a Finite Volume PDE solver written in Python
FiniteVolumeTransportPhenomena/PyFVTool
Finite volume toolbox in Python
nasa/upsp-processing
Software for processing high-speed video recordings from Unsteady Pressure-Sensitive Paint (UPSP) measurement systems. https://nasa.github.io/upsp-processing
usnistgov/steppyngstounes
Python package for getting from here to there
RaheesAhmed/math-physics-learning-platform
This project is a FastAPI-based backend API for a Math and Physics Educational Platform. It provides various endpoints for mathematical calculations, physics simulations, and data visualizations. The platform is designed to be easily extendable and can be used as a foundation for educational tools or scientific computing applications.
AryanKhokhar1/FreeCodeCamp-scientific-computing-with-python-projects
This repository contain 5 projects of Scientific Computing with Python by FreecodeCamp are - Arithmetic Formatter, Time Calculator, Budget App, Polygon Area Calculator, Probability Calculator
mohdrafik/Protein-AFM-Analysis-and-Lennard-Jones-potential-fitting
A tool for preprocessing, extracting, and identifying critical regions of interest in AFM protein sample data. The repository applies the Lennard-Jones Potential fit to analyze and model the interaction forces at the nanoscale, providing insights into protein structure and behavior.
mrarvind90/python-projects
Python projects made for the freeCodeCamp Scientific Computing with Python Certification.
Siddhesh-Agarwal/FreeCodeCamp-Python-Challenges
Projects for FreeCodeCamp's "Scientific Computing with Python" Certificate.
waldohidalgo/probability-calculator-project
Repositorio con el código solución al quinto y último proyecto requisito obligatorio para obtener la freecodecamp Scientific Computing with Python Certification
BPCecy/FreeCodeCamp
All my projects
davidecarluccio/arithmetic-formatter
Python function to format arithmetic problems vertically and side-by-side. Handles addition and subtraction with up to 5 problems, validates input, and optionally displays results. Returns meaningful error messages for invalid input.
davidecarluccio/budget-app
Python app for managing budget categories with features like deposits, withdrawals, transfers, and balance checks. Includes a spend chart visualizing category expenses as percentages. Supports accurate formatting and ledger tracking.
hrtnisri2016/scp-projects
Scientific Computing with Python Projects from freeCodeCamp
jessilebonzo/Freecodecamp-Python3-projects
FreeCodeCamp Python3
m-ressel/Scientific-Computing-with-Python
My projects made for Scientific Computing with Python course on freecodecamp.org
amri-tah/FCC-Scientific-Computing-with-Python
This repository consists of the projects done by me, for the completion of the Scientific Computing with Python course on freeCodeCamp.
davidecarluccio/polygon-area-calculator
Python program to calculate areas, perimeters, diagonals, and other properties of rectangles and squares. Utilizes object-oriented programming with inheritance where the Square class extends Rectangle, allowing shared methods and unique square-specific adjustments.
davidecarluccio/probability-calculator
Simulates a probability calculator to estimate the chance of drawing a specific combination of balls from a hat using random experiments. Implements a Hat class with a draw method and an experiment function to compute probabilities based on repeated trials.
davidecarluccio/time-calculator
Python function to calculate the time after adding a duration to a start time in 12-hour format. Handles optional day input, next-day indications, and multi-day offsets. Returns formatted results with accurate day and time transitions.
RaheesAhmed/nqs-quantum-simulator
A PyTorch implementation of a Neural Quantum State (NQS) simulator for quantum many-body systems, featuring symmetry-preserving neural networks and advanced sampling techniques.