PyCon APAC 2023

Yung-Yu Chen

Yung-Yu is a numerical analyst and HPC software architect. He has experience in different application domains, including computational fluid dynamics (CFD) and optical proximity correction (OPC). Yung-Yu is teaching software development for engineering at NYCU and an R&D engineer at Synopsys. He has contributed to the Python community for many years and is a PSF fellow.


Session

10-27
11:40
30min
Write Python for Speed
Yung-Yu Chen

Being a slow interpreter, Python may drive a system to deliver utmost speed if some guidelines are followed. The key is to treat programming languages as syntactic sugar to the machine code. It expedites the workflow of timing, iterative design, automatic testing, optimization, and realize an HPC system balancing the time to market and quality of code. I will share how to make it happen.

Tips of development with Python
track 2