Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/hacsoc/pytns
- Owner: hacsoc
- Created: 2011-09-17T00:47:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-23T21:17:19.000Z (over 13 years ago)
- Last Synced: 2024-04-15T01:10:53.070Z (10 months ago)
- Language: Python
- Homepage:
- Size: 2.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.