Ian Stewart delivered an introduction on the following Python topics:
- Hamilton Python Users Group 100th meeting
- Intro to CPython
- Python Site summary
- Alternatives to CPython
- Python Release History
- Python ByteCode
- Developer Tools
- Taylor Expansion Series
- Demo of Raspberry Pi Pico Analog to Digital Converter
The presentation slide show is available in either .odp or pdf formats:
Python code was run to demonstrate parts of the presentation. The files of the python code are:
- taylor_expansion.py - Shows 12 bit expansion to 16 bit, and then reducing back to 12 bit.
- view_pyc_file_3.7_up.py - Display the bytecode in a .pyc file.
- display_op_code.py - For the current version of python, display all the op codes.
- adc_1.py - MicroPython program for Raspberry Pi Pico Analog to Digital Converter