astropy / astropy-tutorials

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

Make a Resources page #407

Open kelle opened 4 years ago

kelle commented 4 years ago

We need to have a page with other tutorials and educational materials.

from @bmorris3, as a pre-req for workshops:

One recommendation that might work for now is to share the link to Jake VanderPlas’ free ebook A Whirlwind Tour of Python as a “prerequisite knowledge” resource: https://www.oreilly.com/programming/free/files/a-whirlwind-tour-of-python.pdf

A higher level one: https://www.datacamp.com/courses/software-engineering-for-data-scientists-in-python

pllim commented 4 years ago

http://swcarpentry.github.io/python-novice-inflammation/ (data is not astronomy specific but if you want novice Python lesson, you might find it helpful)

ahriley commented 4 years ago

Worth noting that DataCamp has had issues with sexual assault within the company that were poorly handled, and many instructors have been telling people not to take their course on DataCamp in response

https://www.noamross.net/2019/04/12/datacamp-sexual-assault/

pankajb64 commented 4 years ago

Sharing this link to a series of short "Intro to Astropy" tutorials - https://www.youtube.com/playlist?list=PL7kL5D8ITGyV7zeT-oADweFKHsZNh3tKV

laudb commented 4 years ago

I think the notebooks from the past workshops are quite helpful:

Here are some others that I've come across:

kelle commented 4 years ago

http://summerappspace.com/curriculum/?fbclid=IwAR0zpO1r51jiwPlrpzgQ1FwP4U78RZnAOfII5I24XmKMgcvpzfe2ZrP01EI

kelle commented 4 years ago

Beginners Guide to to Working with Astronomical Data by Markus Pössel

This elementary review covers the basics of working with astronomical data, notably with images, spectra and higher-level (catalog) data. The basic concepts and tools are presented using both application software (DS9 and TOPCAT) and Python. The level of presentation is suitable for undergraduate students, but should also be accessible to advanced high school students.

kelle commented 4 years ago
jehturner commented 4 years ago

Not forgetting The Python Tutorial, which I found useful back in the day.