Watch the live stream:
About the show
Sponsored by us:
Special guest: Prayson Daniel
Brain #1: Exciting New Ways To Be Told That Your Python Code is Bad
if condition(): x = 4 else: x = 5
x = 4 if condition() else 5
Michael #2: GitHub Readme Stats
Prayson #3: Nox
Brian #4: Two tools for dealing with text
>>> post = frontmatter.load('tests/yaml/hello-world.txt') >>> print(post['title']) Hello, world!
>>> import ftfy >>> ftfy.fix_text('✔ No problems') '✔ No problems'
Michael #5: MPIRE (MultiProcessing Is Really Easy)
multiprocessing.Pool
multiprocessing.Process
Prayson #6: skorch
Extras
Michael
Prayson
Joke: Adoption