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 FileNameWithoutDotJavaFor Python examples:
1cd Site/static/code/examples/python
2python file_name.pyIf your machine uses python3 instead of python, use python3.