Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svisser/python-3-examples
Learn Python 3 by examples.
https://github.com/svisser/python-3-examples
Last synced: 9 days ago
JSON representation
Learn Python 3 by examples.
- Host: GitHub
- URL: https://github.com/svisser/python-3-examples
- Owner: svisser
- License: mit
- Created: 2014-09-06T23:58:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-15T20:44:30.000Z (about 10 years ago)
- Last Synced: 2024-10-18T20:31:56.315Z (18 days ago)
- Language: Python
- Size: 211 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Learn Python 3 by examples
==========================This repository shows you things you can only write in Python 3. The examples
are organised by subject and the Python 3.x version number is mentioned in
the code comments.Contributions are welcome as long as they include some commentary and
the Python 3.x version in which the feature was introduced.These examples have been tested with Python 3.4.