https://github.com/axiros/py_unicode_in_axiros
Presentation 2015
https://github.com/axiros/py_unicode_in_axiros
bytestring python27 trolling unicode
Last synced: 3 months ago
JSON representation
Presentation 2015
- Host: GitHub
- URL: https://github.com/axiros/py_unicode_in_axiros
- Owner: axiros
- Created: 2015-05-12T12:27:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T22:07:43.000Z (about 10 years ago)
- Last Synced: 2025-01-19T23:45:03.496Z (4 months ago)
- Topics: bytestring, python27, trolling, unicode
- Language: JavaScript
- Size: 2.46 MB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unicode In Axiros
[Presentation 2015](https://axchange.axiros.com/multimedia/unicode/unicode_in_axiros/reveal.js/index.html#/text-in-axiros-python-processes) - why Py2.7 / bytestring sandwich / defaultencoding(utf-8)## How to Create Other Presentations
### Technologies
- Format is [reveal.js](http://lab.hakim.se/reveal-js/#/)
- Source is [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
- Converter is pandoc => ``brew install pandoc`` (comes with reveal output template)### Toolchain
git clone https://github.com/axiros/py_unicode_in_axiros/
./make.py # in one terminal
vi show.markdown # in another, write YOUR content
file:////reveal.js/index.html # in browser to see presentation- source is in show.markdown, free to modify. [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) works
- ./make.py checks for changes of show.markdown and rebuilds reveal.js/index.html - which you open in the browser to see the presentation. make.py requires pandoc with reveal output pluginIt did not work out of box with the reveal.js version in this repo, so make.py inserts content into fitting index.html.tmpl
Structure of presentation must exactly follow this scheme:
- h1 (#) Only Title, no other text on slide
- h2 (##) Title with content
- h2 (##) Title with content
- h1 (#) Next Title
- (...)No h3 allowed.
### Notes
- Check [impress.js](http://bartaz.github.io/impress.js/#/bored)
- CSS currently out of the box, would require some effort to allow more content on slides, scrolling and better CI
- Real cool would be [this](https://github.com/damianavila/RISE), i.e. the possibility to show live, working code, incl. updated charts, within the slideshow.But no time currently to have a look :-(