Python Bytes show

Python Bytes

Summary: Python Bytes is a weekly podcast hosted by Michael Kennedy and Brian Okken. The show is a short discussion on the headlines and noteworthy news in the Python, developer, and data science space.

Join Now to Subscribe to this Podcast
  • Visit Website
  • RSS
  • Artist: Michael Kennedy and Brian Okken
  • Copyright: Copyright 2016-2024

Podcasts:

 #29 Responsive Bar Charts with Bokeh, Flask, and Python 3 | File Type: audio/mpeg | Duration: 00:23:04

#29 Responsive Bar Charts with Bokeh, Flask, and Python 3

 #28 The meaning of _ in Python | File Type: audio/mpeg | Duration: 00:20:59

#28 The meaning of _ in Python

 #27 The PyCon 2017 recap and functional Python | File Type: audio/mpeg | Duration: 00:19:08

* All videos available:

 #26 How have you automated your life, or CLI, with Python? | File Type: audio/mpeg | Duration: 00:19:44

#26 How have you automated your life, or CLI, with Python?

 #25 Could we have more in-database machine learning please? | File Type: audio/mpeg | Duration: 00:17:53

#25 Could we have more in-database machine learning please?

 #24 I have a local PyPI server and so do you! | File Type: audio/mpeg | Duration: 00:19:29

Welcome to Python bytes. Episode 24, recorded May 2, 2017. This episode is sponsored by rollbar:

 #23 Can you grok the GIL? | File Type: audio/mpeg | Duration: 00:19:34

#23 Can you grok the GIL?

 #22 PYTHONPATH considered harmful | File Type: audio/mpeg | Duration: 00:15:50

#22 PYTHONPATH considered harmful

 #21 Python has a new star framework for RESTful APIs | File Type: audio/mpeg | Duration: 00:20:57

#21 Python has a new star framework for RESTful APIs

 #20 Finding similar but not identical images in 128 bits via Python | File Type: audio/mpeg | Duration: 00:23:48

#20 Finding similar but not identical images in 128 bits via Python

 #19 Put your Python dictionaries in a box and apparently Python is really wanted | File Type: audio/mpeg | Duration: 00:19:37

#19 Put your Python dictionaries in a box and apparently Python is really wanted

 #18 Python 3 has some amazing types and you can now constructively insult your shell! | File Type: audio/mpeg | Duration: 00:18:27

**#1 Brian:[pdir2](https://github.com/laike9m/pdir2)** * Nice use of animated gif to showcase what it does. * It’s a replacement for `dir()` to use interactively. * `pip install pdir2` , but `import pdir` . * `pdir(something)` gives you all that `dir()` does, but splits things into categories like exceptions, functions, attributes, … * each item on one line, and includes the first line of the docstring for the item. * Also, uses colors nicely. (Except I need to run it in a shell with non-black background on my mac or I can’t see the docstring output. ) * Hugely useful if you use `dir()` interactively. *

 #17 Google's Python is on fire and Simon says you have CPU load Pythonically | File Type: audio/mpeg | Duration: 00:19:31

**#1 Brian:[python-fire](https://github.com/google/python-fire)** * Suggested by several listeners * Under the Google repo set on github but not a Google product. * “Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.” _Some Benefits as listed on the project page_ * a simple way to create a CLI in Python. * a tool for exploring and debugging Python code. * exploring existing code by turning other people's code into a CLI. * makes transitioning between Bash and Python easier. My take: * Enough documentation right in the github repo for me to try it out. * Concise but thorough documentation, as well. * I wouldn’t ship a CLI with this, as it’s too heavy. * depends on ipython and six * It would be useful to very quickly throw together a CLI to try out some Python code from bash. * For internal development and debugging tools. * I think this week I’m going to try to build a few CLI tools for directly sending and receiving commands to some test instruments.

 #16 Postmodern Python and Open-source Financial Awards | File Type: audio/mpeg | Duration: 00:19:15

This is Python Bytes, Python headlines and news delivered directly to your earbuds: episode 16, recorded on March 6th, 2017.

 #15 Digging into Python packaging | File Type: audio/mpeg | Duration: 00:16:04

This is Python Bytes, Python headlines and news delivered directly to your earbuds: episode 15, recorded on February 27, 2017.

Comments

Login or signup comment.