An open API service indexing awesome lists of open source software.

https://github.com/zipcodecore/pythonprepbook

python3 version of the ZCW JS prep book
https://github.com/zipcodecore/pythonprepbook

Last synced: 9 months ago
JSON representation

python3 version of the ZCW JS prep book

Awesome Lists containing this project

README

          

# PythonPrepBook
source for ZCW Python3 Prep Book

this thing is NOT in Markdown, the source is in AsciiDoc.
Look at it, it's a better way of doing this for multi-file, multi-topic projects.

### install asciidoctor

----
sudo gem install asciidoctor-pdf --pre

asciidoctor-pdf -v
----
*Asciidoctor PDF* is a native PDF converter for AsciiDoc.

to generate targets:
use `asciidoctor-pdf index.adoc` to get index.pdf
use `/usr/local/bin/asciidoctor-epub3 -D EPUB index.adoc` to get EPUB/index.epub