Sinopsis
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.
Episodios
-
#209 JITing Python with .NET, no irons in sight
27/11/2020 Duración: 33minSponsored by us! Support our work through: Our courses at Talk Python Training Test & Code Podcast Patreon Supporters Michael #1: Running Python on .NET 5 by Anthony Shaw Talked about pyjion way back when on episode 49 with Brett Cannon. .NET 5 was released on November 10, 2020. It is the cross-platform and open-source replacement of the .NET Core project and the .NET project that ran exclusively on Windows since the late 90’s. See the conference about it if you want to go deeper. Performance: I just saw a SO post about someone complaining their Python was 31x slower than C#. The most common way around this performance barrier is to compile Python extensions from C or using something like Cython. .NET 5 CLR comes bundled with a performant JIT compiler (codenamed RyuJIT) that will compile .NETs IL into native machine instructions on Intel x86, x86-64, and ARM CPU architectures. Pyjion is a project to replace the core execution loop of CPython by transpiling CPython bytecode to ECMA CIL and then using
-
#208 Dependencies out of control? Just pip chill.
19/11/2020 Duración: 30minSee the full show notes for this episode on the website at pythonbytes.fm/208.
-
#207 FastAPI as a web platform (not just APIs)
13/11/2020 Duración: 33minSee the full show notes for this episode on the website at pythonbytes.fm/207.
-
#206 Python dropping old operating systems is normal!
08/11/2020 Duración: 42minSee the full show notes for this episode on the website at pythonbytes.fm/206.
-
#205 This is going to be a little bit awkward
31/10/2020 Duración: 34minSee the full show notes for this episode on the website at pythonbytes.fm/205.
-
#204 Take the PSF survey and Will & Carlton drop by
23/10/2020 Duración: 40minSee the full show notes for this episode on the website at pythonbytes.fm/204.
-
#203 Scripting a masterpiece for Python web automation
16/10/2020 Duración: 40minSee the full show notes for this episode on the website at pythonbytes.fm/203.
-
#202 Jupyter is back in black!
09/10/2020 Duración: 33minSee the full show notes for this episode on the website at pythonbytes.fm/202.
-
#201 Understand git by rebuilding it in Python
02/10/2020 Duración: 40minSee the full show notes for this episode on the website at pythonbytes.fm/201.
-
#200 No dog-piling please (it's episode 200!)
25/09/2020 Duración: 32minSee the full show notes for this episode on the website at pythonbytes.fm/200.
-
#199 Big news for a very small Python runtime
17/09/2020 Duración: 29minSee the full show notes for this episode on the website at pythonbytes.fm/199.
-
#198 There's a beaver in your database and Anna-Lena drops by
11/09/2020 Duración: 34minSee the full show notes for this episode on the website at pythonbytes.fm/198.
-
#197 Structured concurrency in Python
05/09/2020 Duración: 36minSee the full show notes for this episode on the website at pythonbytes.fm/197.
-
#196 Version your SQL schemas with git + automatically migrate them
27/08/2020 Duración: 31minSee the full show notes for this episode on the website at pythonbytes.fm/196.
-
#195 Runtime type checking for Python type hints
18/08/2020 Duración: 33minSee the full show notes for this episode on the website at pythonbytes.fm/195.
-
#194 Events and callbacks in the Python language!
10/08/2020 Duración: 28minSee the full show notes for this episode on the website at pythonbytes.fm/194.
-
#193 Break out the Django testing toolbox
06/08/2020 Duración: 34minSee the full show notes for this episode on the website at pythonbytes.fm/193.
-
#192 Calculations by hand, but in the compter, with Handcalcs
02/08/2020 Duración: 30minSee the full show notes for this episode on the website at pythonbytes.fm/192.
-
#191 Live from the Manning Python Conference
22/07/2020 Duración: 52minSee the full show notes for this episode on the website at pythonbytes.fm/191.
-
#190 You will now be notified if the Python zipper is broken
16/07/2020 Duración: 43minSee the full show notes for this episode on the website at pythonbytes.fm/190.