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
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.
This repository contain 5 projects of Scientific Computing with Python by FreecodeCamp are - Arithmetic Formatter, Time Calculator, Budget App, Polygon Area Calculator, Probability Calculator
Repositorio con el código solución al quinto y último proyecto requisito obligatorio para obtener la freecodecamp Scientific Computing with Python Certification
Python projects made for the freeCodeCamp Scientific Computing with Python Certification.
GPU-accelerated pseudo-spectral solver for investigating finite-time singularities in 3D incompressible Navier-Stokes with BKM monitoring
This repository consists of the projects done by me, for the completion of the Scientific Computing with Python course on freeCodeCamp.
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.
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.
A mini ETL pipeline in Python that performs batch data validation using the Luhn algorithm. An extension of a freeCodeCamp project to demonstrate data quality concepts.
"A Scientific Computing portfolio implementing 'First-Principles' modeling in Python. Includes custom-built solvers for the Advection-Diffusion equation (FFT), Poisson equation (Finite Difference), and Chaotic systems, demonstrating core skills in numerical analysis and algorithm design
Implementations of FreeCodeCamp’s Scientific Computing with Python projects, showcasing Python skills
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."