|
Sponsored by Datadog: pythonbytes.fm/datadog
Special guest: Kenneth Reitz
Brian #1: inline_python (for rust)
- “I just made a Frankenstein's monster: Python code embedded directly in rustlang code. Should I kill it before it escapes the lab?” - Mara Bos
- Writing some rust, and need a little Python?
- Maybe want to pop open a matplotlib window?
- This may be just the thing you need.
- see also:
- https://pypi.org/project/bash/
Kenneth #2: Requests3: Under Way!
- Requests 2.x that you know and love is going into CVE-only mode (which it has been for a long time).
- Requests III is a new project which will bring async/await keywords to Requests.
- installable as
requests3.
- Type-Annotations
- Python 3.6+
Michael #3: |