https://github.com/realpython/realpython-intro
https://github.com/realpython/realpython-intro
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realpython/realpython-intro
- Owner: realpython
- Created: 2016-11-07T22:30:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T21:36:29.000Z (almost 9 years ago)
- Last Synced: 2025-01-18T17:55:26.975Z (11 months ago)
- Size: 321 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real Python Intro
Quick presentation for [PyData-Denver](https://www.meetup.com/PyData-Denver/) at the [November 2016 Meetup](https://www.meetup.com/PyData-Denver/events/234360357/)
## Slides
### View
```sh
$ npm install -g reveal-md
$ npm start
```
### Print
```sh
$ npm install -g reveal-md phantomjs-prebuilt
$ npm run pdf
```
> Want to show the speaker notes? Change `showNotes: true` to `showNotes: false` within the config at the top of *slides/slides.md*.