FiPy is a Finite Volume PDE solver written in Python
-
Updated
Nov 19, 2025 - Python
FiPy is a Finite Volume PDE solver written in Python
Python tutorials in markdown format. These tutorials look at installation on Python and Python IDEs, object orientated programming, the object orientated design pattern known as the Python data model, the concept of inheritance and how the data model is extended for text, numeric and collection based builtins classes and the numeric Python stack.
Finite volume toolbox in Python
Software for processing high-speed video recordings from Unsteady Pressure-Sensitive Paint (UPSP) measurement systems. https://nasa.github.io/upsp-processing
Python package for getting from here to there
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.
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.
This repository contain 5 projects of Scientific Computing with Python by FreecodeCamp are - Arithmetic Formatter, Time Calculator, Budget App, Polygon Area Calculator, Probability Calculator
Python projects made for the freeCodeCamp Scientific Computing with Python Certification.
Repositorio con el código solución al quinto y último proyecto requisito obligatorio para obtener la freecodecamp Scientific Computing with Python Certification
A collection of Python scripts and notebooks for simulating and visualizing phenomena in condensed matter physics, including magnetic ordering and dielectric models.
GPU-accelerated pseudo-spectral solver for investigating finite-time singularities in 3D incompressible Navier-Stokes with BKM monitoring
A Python program that formats arithmetic problems vertically with proper spacing and optional solutions. Built as part of freeCodeCamp’s Scientific Computing with Python.
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.
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.
Physics-based voxel platform for predicting API-excipient incompatibilities using 11-channel field theory and first-principles mechanics.
This repository consists of the projects done by me, for the completion of the Scientific Computing with Python course on freeCodeCamp.
Shape Creator is a Python program that lets users create and analyze Rectangles and Squares using OOP concepts. It calculates area, perimeter, and diagonal, and displays an ASCII art representation of the shape. With clean class design and smart input handling, it’s ideal for learning inheritance and geometry in Python.
Add a description, image, and links to the scientific-computing-with-python topic page so that developers can more easily learn about it.
To associate your repository with the scientific-computing-with-python topic, visit your repo's landing page and select "manage topics."