Skip to content

Instantly share code, notes, and snippets.

View alivelee's full-sized avatar

徐磊 alivelee

  • Shanghai
View GitHub Profile
## {{{ http://code.activestate.com/recipes/532908/ (r3)
#! /usr/bin/env python
"""
pyText2Pdf - Python script to convert plain text files into Adobe
Acrobat PDF files with support for arbitrary page breaks etc.
Version 2.0
Author: Anand B Pillai <abpillai at gmail dot com>

TABLE OF CONTENTS

  1. Java Basics
  2. Classes, Objects, References, Arguments, Return Values, ArrayLists, Interfaces, Inheritance, and Polymorphism
  3. Object References on the Stack
  4. Constructors and the Garbage Collector
  5. Static and Final
  6. Exception Handling
  7. Events
  8. Graphics

TABLE OF CONTENTS

  1. Meet Python - Python Basics
  2. Sharing Your Code
  3. Files and Exceptions
  4. Persistence: Saving Data to Files
  5. Comprehending Data
  6. Custom Data Objects
  7. Web Development
  8. Mobile App Development