Last active
January 29, 2017 20:05
-
-
Save cdunklau/0ae4baf51c602346be59 to your computer and use it in GitHub Desktop.
Short links to good texts and presentations about Python, from a few of the denizens of #python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
slugs = ['unipain', 'pyiter', 'pypackages', 'pytest0', 'ircbot'] | |
print('\n'.join('http://bit.ly/{0}'.format(slug) for slug in slugs)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment