Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hacsoc/pytns

Python: The New Stuff (CWRU Hacker Society talk materials)
https://github.com/hacsoc/pytns

Last synced: about 2 months ago
JSON representation

Python: The New Stuff (CWRU Hacker Society talk materials)

Awesome Lists containing this project

README

        

Python: The New Stuff
=====================

This repository contains materials from a talk given at the CWRU Hacker Society
on September 13, 2011 by Steve Johnson ([email protected]).

* `abstract_base_classes.py`: Uses ABCs to enforce an inteface
* `annotations.py`: Simple annotations demo
* `class_decorators.py`: Class decorators demo
* `comprehension`: List, dict, and set comprehensions
* `function_signatures.py`: New features of function signatures
* `presentation.key`: Keynote presentation for the talk
* `presentation.pdf`: Presentation in PDF form
* `string_formatting.py`: String formatting demonstration
* `typechecked_functions.py`: Use of decorators and annotations to typecheck
functions
* `typechecked_functions_test.py`: Tests for `typechecked_functions.py`.
Requires the `testify` package.