astropy/astropy-tutorials

100line tutorials from Philip Mocz

kelle opened this issue ยท 1 comments

kelle commented

Cool tutorials from @pmocz. Not sure how they fit into this project, but thought I'd bookmark them here.

Hi everyone! ๐Ÿ‘‹ I wanted to share some introductory ~100 line Python code tutorials with this group from my GitHub that cover common scientific computing and simulation methods used in Astronomy. ๐Ÿ”ญ Feel free to use and modify for courses, mini-projects, etc. I also blog about them. Follow me on Twitter (https://twitter.com/PMocz) and Medium (https://medium.com/@philip-mocz) if you'd like more content! ๐Ÿš€
N-body
https://github.com/pmocz/nbody-python
Finite Volume
https://github.com/pmocz/finitevolume-python
https://github.com/pmocz/finitevolume2-python
Smoothed-Particle Hydrodynamics
https://github.com/pmocz/sph-python
Particle-in-Cell
https://github.com/pmocz/pic-python
Constrained Transport / MHD
https://github.com/pmocz/constrainedtransport-python
Spectral Methods (e.g. fuzzy dark matter, Navier-Stokes)
https://github.com/pmocz/quantumspectral-python
https://github.com/pmocz/navier-stokes-spectral-python
Volume Rendering
https://github.com/pmocz/volumerender-python
MCMC Parameter Fitting
https://github.com/pmocz/mcmc-python
Nested Sampling Parameter Fitting
https://github.com/pmocz/nestedsampling-python
Artificial Neural Networks (classifying galaxies)
https://github.com/pmocz/artificialneuralnetwork-python

pmocz commented

Thanks Kelle!