Skip to content

My presentation slides and source code for PyCon 2017.

License

Notifications You must be signed in to change notification settings

KixPanganiban/deck-PyCon2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deck-PyCon2017

My presentation slides and source code for PyCon 2017.

The slides for this deck is an Apple Keynote file.

Running the Potatolist Stack

  1. Bob's DB Wrapper

    Make sure you have the awesome Pipenv installed!

    $ cd src/python
    $ pipenv install        # pipenv sets up a virtualenv and installs dependencies
    $ pipenv shell          # launch a shell session inside the virtualenv
    $ python server.py      # run the zerorpc server
  2. Carding's ExpressJS Web Server

    $ brew install zeromq   # for mac only. zeromq C headers are required for zerorpc
    $ cd src/javascript
    $ npm install           # install dependencies
    $ node index.js         # run the expressjs server
  3. Dodong's Pie Chart "Analytics"

    $ cd src/python3
    $ pipenv install
    $ pipenv shell          # same procedure as above, but this time runs a sanic server
    $ python analytics.py   # and a zerorpc client

License

MIT License. See LICENSE.

Additional Reading

About

My presentation slides and source code for PyCon 2017.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published