This repository contains the Jupyter Notebooks and related files for the University of Utah Center for High Performance Computing's Python course. This is a hands-on introduction to the Python language for beginners.
- notebooks contains Jupyter Notebooks with lecture notes and exercises, primarily in notebooks/hands_on_intro_to_python.ipynb
- Other Jupyter Notebook files provide additional examples
- solutions contains Jupyter Notebooks with solutions to exercises
As of Summer 2024, the NumPy and SciPy content has been separated into its own repository at https://github.com/chpc-uofu/intro-numpy.