|
Size: 151
Comment: collection of links to help spread Python knowledge during presentations
|
← Revision 7 as of 2013-03-21 06:18:27 ⇥
Size: 732
Comment: add hovercraft
|
| 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 * https://github.com/regebro/hovercraft - converts ReST into impress.js presentations |
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
https://github.com/regebro/hovercraft - converts ReST into impress.js presentations
