astropy / astropy-tutorials

Tutorials for the Astropy Project
BSD 3-Clause "New" or "Revised" License
288 stars 170 forks source link

100line tutorials from Philip Mocz #589

Open kelle opened 10 months ago

kelle commented 10 months ago

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 10 months ago

Thanks Kelle!