Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpuderer/python-snippets27
python 2.7 code snippets and quickstarts
https://github.com/bpuderer/python-snippets27
Last synced: 2 months ago
JSON representation
python 2.7 code snippets and quickstarts
- Host: GitHub
- URL: https://github.com/bpuderer/python-snippets27
- Owner: bpuderer
- License: mit
- Created: 2015-11-20T04:23:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T17:01:08.000Z (about 6 years ago)
- Last Synced: 2024-08-08T00:44:15.259Z (6 months ago)
- Language: Python
- Homepage:
- Size: 126 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - bpuderer/python-snippets27 - python 2.7 code snippets and quickstarts (Python)
README
## Python snippets
Collection of python 2.7 code snippets from built-in functions, standard library, and third party modules.
#### Awesome References
[PyMOTW](https://pymotw.com/2/)
[Transforming Code into Beautiful, Idiomatic Python](https://www.youtube.com/watch?v=OSGv2VnC0go)
[Python's Class Development Toolkit](https://www.youtube.com/watch?v=HTLu2DFOdTg)
[Pragmatic Unicode, or, How do I stop the pain?](https://www.youtube.com/watch?v=sgHbC6udIqc)
[Loop like a native: while, for, iterators, generators](https://www.youtube.com/watch?v=EnSu9hHGq5o)
[Getting Started Testing](https://www.youtube.com/watch?v=FxSsnHeWQBY)
[Facts and Myths about Python names and values](https://www.youtube.com/watch?v=_AEJHKGk9ns)
[Code Like a Pythonista: Idiomatic Python](http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html)
[Learn Python in Y minutes](https://learnxinyminutes.com/docs/python/)
[Awesome python](https://github.com/vinta/awesome-python)
Huge thanks to the following for their presentations, posts, pages, books, tutorials, etc: Raymond Hettinger, Ned Batchelder, Alex Martelli, David Beazley, Doug Hellmann, Harry Percival, Martijn Pieters