top of page


Build a Faster Python 3
This post lists the commands to build Python 3.5.2 on Ubuntu with Profile Guided Optimization and install the result into a local...


Build a Faster Python
This post lists the commands to build Python 2.7.12 on Ubuntu with Profile Guided Optimization and install the result into a local...


Export MySQL to Excel with Python
Overview Verified Python code for creating and exporting 2 MySQL tables to Excel using mysql.connector and openpyxl. Code References...
bottom of page