Skip to content

A demo of Pep 443: Single-dispatch generic functions in Python 3.4

Notifications You must be signed in to change notification settings

cjellick/single-dispatch-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PEP 443 Demo

Single-dispatch generic functions

You'll need Python 3.4. Use this command to create a 3.4 virtual environment:

virtualenv -p /usr/local/bin/python3.4 venv/
. venv/bin/activate

To run the example:

python main.py

Accompanying presentation: http://prezi.com/uyvpdrtd-nhs/pep-443/

About

A demo of Pep 443: Single-dispatch generic functions in Python 3.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages