Python Literate Programming Book
As I was taking a shower, I thought of an interesting idea, creating a literate programming style book about either CPython internals or tinypy using Sphinx and RestructuredText. The most difficult part would probably be including snippets of the C code and keeping it updated with new code commits and changes.
It may be easier to create such a thing using LyX and noweb, I’ll have to investigate further…