Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This repository contains a collection of small Python scripts, tutorials, and mi
- **energy_levels_3d_inf_sq_well**: Physics simulation calculating energy levels, combinations, and degeneracies for a particle in a 3D infinite square well.
- **fluid_sim_python**: Fluid dynamics simulation implementations for both CPU and GPU.
- **foehndiagram_scrape**: A Scrapy project designed to scrape foehn wind diagrams.
- **intro_to_FEA**: Scripts and exercises related to Introduction to Finite Element Analysis (FEA).
- **kite_weather_digest**: Script to scrape kite surfing weather data (e.g., Windguru) and generate a digest.
- **manim**: Example animation scenes using the Manim library.
- **memo_fib**: A simple implementation of the Fibonacci sequence using memoization to optimize recursive calls.
Expand Down
Loading