Web: EdmontonPy.com
Twitter: @EdmontonPy
Slack: devedmonton.slack.com
#meetup-edmontonpy
YouTube: Dev Edmonton
When standing as a group of people, always leave room for 1 person to join your group.
Looking for a job? Looking to hire great people?
Please visit #opportunities at devedmonton.slack.com
Podcast.__init__ 259:
Build The Next Generation Of Python Web Applications With FastAPI
A wild PyBoy appears: a GameBoy emulator written in Python (Not a Monad Tutorial)
Caching in Django (testdriven.io)
>>> from faker import Faker # https://faker.readthedocs.io/en/master/index.html
>>> fake = Faker()
>>> fake.pydict()
{'in': Decimal('61070179075.9'), 'bag': 'clatCqYLcKNByUbydOvN', 'clearly': 'vqIlchEYCbyMFPfDpTPw', 'fine': datetime(1991, 11, 19, 12, 17, 7), 'if': 'ALCOfkIblUZSJlOhUZeX', 'sound': 'http://fritz.info/privacy.php', 'position': 'https://ford.net/homepage/', 'study': datetime(1993, 5, 28, 6, 48, 37), 'certainly': 'QHutLMvLwamPgqpielfC', 'worker': 2.3, 'woman': 'BgGGcxCqAFgaWZBwFBvY'} # My eyes!
>>> from pprint import pp # New in 3.8; pprint still works
>>> pp(fake.pydict())
{'sing': 'ISbRoGFVBDVGzaGtBZmT',
'field': 'ZpyrwzmYuBOfjfjSaQyI',
'television': 'KhCpNpYLlNjjELFedDrW',
'none': -34313785.9,
'raise': 'afcNPcrPTxfXTLwBCCFl',
'door': 'andrea61@yahoo.com',
'I': 'nZNNBwqhNHKvIYiNBdLd',
'language': 'vXXwKzvkylaIzSaPhPpn',
'beat': -44249648626.482,
'pretty': 'iOaEOlgGzgxuVicNJArD',
'meet': 'https://www.sullivan-taylor.org/main/category/explore/register.php'}
>>> # Much better!
The pprint module
Large dictionaries and lists can be hard to read
Message one of
@aaron.yong, @Ashia, @data-get, @dgmouris
on Dev Edmonton Slack
Beginners are more than welcome!
Talks vary in topic, they just have to do with Python in some way. 🐍
Aaron Yong
Abram Hindle