Welcome to the Web hosting site for the Doane Center for Computing in the Liberal Arts (CCLA) High-Performance Computing (HPC) workshop. This workshop is designed for students and researchers, who have some programming experience, and who want to decrease the amount of time their code takes to run.
We assume that you have some experience with Python, and will include some examples in C++ as well.
The sections below provide direct links to the various lessons hosted here. New blog posts will be posted as more content is added to the site.
How make your Python code run faster
- Optimizing Python code
- Using built-in functions
- List comprehension
- Using aliases
- Aggregate functions