Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.42 KB

21.md

File metadata and controls

48 lines (32 loc) · 2.42 KB

Episode #21 - Python has a new star framework for RESTful APIs (April 13, 2017)

Python Bytes

https://pythonbytes.fm/episodes/show/21/python-has-a-new-star-framework-for-restful-apis

PyMOTW 3, API Star, Python slowness, hashing, wedding automation, Alexa skills in Python.


1. PyMOTW 3 - Performance Analysis

2. API Star

3. On Python being slow

  • Yes, Python is Slow, and I Don’t Care – Hacker Noon
  • You can write code faster more quickly in Python and developer time is more expensive than CPU time
  • Python is usually not the bottleneck, but when things are slow you have options (profile, optimize, swap interpreter, etc)

4. Hashing

5. Wedding automation

6. Alexa in Python