Skip to content

python-vigo/special-methods-for-muggles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Presentation for Python Vigo user group in March 17, 2016.

Uses Hovercraft lib to execute slideshow

Code examples are in examples.py file. Are intended for execute in python console.

Installation

  1. Clone the repo:

    $ git clone git@github.com:alexhermida/special-methods-for-muggles.git
    $ cd special-methods-for-muggles
    
  2. Create a virtualenv with Python 3 and activate it

    $ virtualenv -p python3 .venv
    $ source .venv/bin/activate
    
  3. Install dependencies

    $ pip install -r requirements.txt
    
  4. Start the slideshow:

    $ hovercraft index.rst
    

About

Presentation for Python Vigo. 2016-03-17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.8%
  • CSS 25.2%