An open API service indexing awesome lists of open source software.

https://github.com/realpython/realpython-intro


https://github.com/realpython/realpython-intro

Last synced: 9 months ago
JSON representation

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*.