Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 4.42 KB

README_EPSCOR.md

File metadata and controls

67 lines (41 loc) · 4.42 KB

EPSCOR Hack Week Python Tutorials

Brought to you by:

CfHA NCCS

This series of tutorials is part of the 2022 EPSCOR Hack Week (https://www.nasawvepscor.org/hack-week/) held June 12-17, 2022 on the West Virginia University campus in Morgantown, WV.

These tutorials are made possible through the support of the NASA GSFC Advanced Software Technology Group.
See their extensive python course materials here: https://github.com/astg606/py_courses/tree/master/modules

To start, you can take the Python Assessment Test

A score of 80% or higher means you may want to skip the "beginner" course material.

EPSCOR Hack Week Python Tutorial Schedule

Session Lecture Topic Link
Session 1A Why Learn Python? Intro Presentation
Session 1B Intro to Python Notebooks and Code Sharing Open In Colab
Session 1C Basic Data Principles Open In Colab
Session 1D Control Flow and Loops Open In Colab
16 May 2022 Numpy Open In Colab
Glossary of python terms Link

Future tutorials: Data Manipulation with Numpy and Pandas; Graphs and Visualization; Intro to Machine Learning with Python

Feedback and suggestions

Future topics for the tutorials are still being determined. Please let us know what you'd like to see in our feedback form.

Other Heliophysics Python Resource Materials

General Python Resources

Books and texts

Two excellent beginner books (both are available online under public license but you can support the developers by purchasing the books):

Online articles