Table of Contents

Python

Calling C code

https://news.ycombinator.com/item?id=22365166

Publishing Python App

For end users

If only Windows, use py2exe, otherwise include CPython yourself. source

For other devs

Create an entry in pypi: here

Generate HTML

Then again, it might not be that hard to rewrite in Javascript either. Ehhh, idk.

In Browser Interpreter

Javascript Compiler

Sphinx

Had an error with running Sphinx in Ubuntu. I was getting a “could not import extension” error, and I think it's because the package in APT isn't up to date? Anyways, running 'sudo easy_install -U sphinx' built the latest version of sphinx which is building the documents fine now.