|
|
|
|
|
by ssebastianj
1951 days ago
|
|
You could also show Python docs on a Kindle using its experimental browser: 1. On the development machine: $ python3 -m pydoc -n 0.0.0.0 -p 8888 2. On the Kindle web browser: http://DOCS_MACHINE_IP:8888 It's slow, sometimes times renders with ghosting, ant-sized fonts, but hey, the docs' search works. I rarely (almost never) use this setup but is nice to use the Kindle for other uses apart from books |
|