|
Size: 151
Comment: collection of links to help spread Python knowledge during presentations
|
Size: 644
Comment: add generators chapter
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
Not in Python, but a good stuff anyway: * https://bartaz.github.com/impress.js - Prezi clone in CSS3 * https://github.com/schacon/showoff * https://github.com/imakewebthings/deck.js * https://lab.hakim.se/reveal-js/ (it looks like https://github.com/ipython/nbconvert is able to convert IPython notebooks into this format) Generators in Python from text formats: * https://github.com/adamzap/landslide - converts markdown, ReST, or textile to Google's html5slides template |
Here is some useful stuff to help prepare your next awesome Python talk.
https://slides.html5rocks.com/ - slides using latest HTML5 technologies
Not in Python, but a good stuff anyway:
https://bartaz.github.com/impress.js - Prezi clone in CSS3
https://lab.hakim.se/reveal-js/ (it looks like https://github.com/ipython/nbconvert is able to convert IPython notebooks into this format)
Generators in Python from text formats:
https://github.com/adamzap/landslide - converts markdown, ReST, or textile to Google's html5slides template
