Dr. REEJA S R gave a talk on high performance computing (HPC) and Python. She discussed what HPC is, when it is needed, and what it includes. She also covered the history of computer architectures for HPC, including vector computers, massively parallel processors, symmetric multiprocessors, and clusters. Additionally, she explained what Python is, why it is useful for HPC, and some of the libraries that can help with HPC tasks like NumPy, SciPy, and MPI4py. Finally, she discussed some challenges with Python for HPC and ways to improve performance, such as through the PyMPI, Pynamic, PyTrilinos, ODIN, and Seamless libraries