Presentations
These are notes/outlines for some presentations that I’ve given.
2009
- SQLite (pysqlite) and Python: presentations to TuPLE
2010
- 2010 presentations to TuPLE
- Generating PDFs in Python with the ReportLab Toolkit
- Example output file: 2010 Appointment Book
- Example output file: 2011 Appointment Book
- My code reordered the pages so the printer (or driver)
doesn’t have to support full booklet printing mode. - When printing
- Use 8 1/2″ × 11″ paper (or “Letter”).
- Print settings:
- portrait probably (although we’ll print two pages
side-by-side, each page is portrait) - double-sided (“Duplex”)
- (“Flip on Right Edge”?)
- “2 in 1”
(two PDF pages reduced to fit on one physical page)
- portrait probably (although we’ll print two pages
- Don’t use regular booklet settings.
- My code reordered the pages so the printer (or driver)
- Generating PDFs in Python with the ReportLab Toolkit