Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hartwork/slides_python_json_emoji_crash_story
:moyai: Slides of talk "Python JSON Emoji crash story" at Django Meetup Berlin 2020-02-18; latest PDF: https://github.com/hartwork/slides_python_json_emoji_crash_story/releases/download/v4/python-json-emoji-crash-story-2020-02-18-v4.pdf
https://github.com/hartwork/slides_python_json_emoji_crash_story
django django-rest-framework emoji input-validation javascript json pinpoint python python3 slides surrogates unicode
Last synced: 23 days ago
JSON representation
:moyai: Slides of talk "Python JSON Emoji crash story" at Django Meetup Berlin 2020-02-18; latest PDF: https://github.com/hartwork/slides_python_json_emoji_crash_story/releases/download/v4/python-json-emoji-crash-story-2020-02-18-v4.pdf
- Host: GitHub
- URL: https://github.com/hartwork/slides_python_json_emoji_crash_story
- Owner: hartwork
- Created: 2020-02-19T16:06:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T16:13:02.000Z (almost 5 years ago)
- Last Synced: 2024-12-16T06:12:09.639Z (about 2 months ago)
- Topics: django, django-rest-framework, emoji, input-validation, javascript, json, pinpoint, python, python3, slides, surrogates, unicode
- Language: Makefile
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
I made these slides for a talk called
`Python JSON Emoji Crash Story` at
[Django User Group Berlin](https://www.meetup.com/de-DE/django-user-group-berlin)
on
[2020-02-18](https://www.meetup.com/de-DE/django-user-group-berlin/events/qptdkrybcdbxb/).
The slide sources are licensed under
[CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).# Related links
- https://github.com/encode/django-rest-framework/pull/7067
- https://github.com/encode/django-rest-framework/issues/7026
- https://docs.python.org/3/library/json.html#character-encodings
- https://github.com/hartwork/surrogates
# Rendering slides to PDF
Viewing and rendering takes
[GNOME pinpoint](https://gitlab.gnome.org/Archive/pinpoint/)
version 0.1.8; it has a
[package in Debian](https://packages.debian.org/sid/pinpoint).Slides can then be rendered to PDF…
```console
# make
```…or browsed interactively:
```console
# make images && ./slides.pin
```