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
- Host: GitHub
- URL: https://github.com/zipcodecore/pythonprepbook
- Owner: ZipCodeCore
- License: mit
- Created: 2020-12-16T15:05:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T17:33:56.000Z (over 2 years ago)
- Last Synced: 2025-04-09T09:16:23.246Z (9 months ago)
- Language: Python
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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