#30: Python Community and Python at Dropbox
Talk Python To Me20 Loka 2015

#30: Python Community and Python at Dropbox

What does it mean to be a leader in the Python community? Contributing to open source? Speaking at conferences? Starting the largest user group? Writing a book? Being a core contributor? The answer is yes. And that's why Jessica McKellar won the Frank Willison Award for Contributions to the Python Community. She is the guest on this episode of Talk Python To Me.

Jaksot(542)

#375: Python Language Summit 2022

#375: Python Language Summit 2022

Every year, the Python core developers and a few other key players in the Python ecosystem meet to discuss the pressing issues and important advancements at an event called the Python Language Summit....

30 Heinä 202258min

#374: PSF Survey in Review

#374: PSF Survey in Review

Every year, the PSF and JetBrains team up to do a Python community survey. The most recent one was Fall of 2021. For this episode, I've gathered a great group of Python enthusiasts to discuss the resu...

20 Heinä 20221h 2min

#373: Reinventing Azure's Python CLI

#373: Reinventing Azure's Python CLI

Deploying and managing your application after you create it can be a big challenge. Cloud platforms such as Azure have literally hundreds of services. Which ones should you choose? How do you link the...

12 Heinä 20221h 6min

#372: Applied mathematics with Python

#372: Applied mathematics with Python

Often when we learn about or work with Math, it's done so in a very detached style. You might learn the rules and techniques for differentiation, for example. But how often do you get to apply them to...

8 Heinä 20221h 15min

#371: pipx - Installable, Isolated Python Applications

#371: pipx - Installable, Isolated Python Applications

I'm sure you're familiar with package managers for your OS even if you don't use them. On macOS we have Homebrew, Chocolatey on Windows, and apt, yum, and others on Linux. But if you want to install P...

30 Kesä 202258min

#370: OpenBB: Python's Open-source Investment Platform

#370: OpenBB: Python's Open-source Investment Platform

You may have heard of the Bloomberg terminal. It's expensive software that can monitor and analyze real-time financial market data and place trades on the electronic trading platform. But have you hea...

22 Kesä 202254min

#369: Getting Lazy with Python Imports and PEP 690

#369: Getting Lazy with Python Imports and PEP 690

Python is undergoing a performance renaissance. We already have Python 3.11 20-40% faster than even Python 3.10. On this episode, we'll dive into a new proposal to make Python even more efficient usin...

16 Kesä 202256min

#368: End-to-End Web Testing with Playwright

#368: End-to-End Web Testing with Playwright

How do you test whether your web sites are working well? Unit tests are great. But for web apps, the number of pieces that have to click together "just so" are many. You have databases, server code (s...

3 Kesä 20221h 13min