Download All Example Sources

Want the runnable files without copy/paste? Grab them here.

Quick Run Conventions

Use these examples from the repository root (TaoTeZipcode/).

For Java examples:

1cd Site/static/code/examples/java
2javac FileName.java
3java FileNameWithoutDotJava

For Python examples:

1cd Site/static/code/examples/python
2python file_name.py

If your machine uses python3 instead of python, use python3.

Java Sources

Python Sources