• Trends
  • Topics
  • Nodes
Search for keywords, #hashtags, $sites, add a dash to exclude, e.g. -$theonion.com

From talkpython.fm

Quarto: Open-source technical publishing

1 1

In this episode, I'm joined by JJ Allaire, founder and executive chairman at Posit, and Carlos Scheidegger, a software engineer at Posit, to explore Quarto, an open-source tool revolutionizing technical publishing. We discuss how Quarto empowers users to seamlessly transform Jupyter notebooks...

#python

on Feb 16

From talkpython.fm

Developer Trends in 2025

0 0

What trends and technologies should you be paying attention to today? Are there hot new database servers you should check out? Or will that just be a flash in the pan? I love these forward looking episodes and this one is super fun. I've put together an amazing panel: Gina Häußge, Ines Montani,...

on May 5

From talkpython.fm

The PyArrow Revolution

0 0

Pandas is at a the core of virtually all data science done in Python, that is virtually all data science. Since it's beginning, Pandas has been based upon numpy. But changes are afoot to update those internals and you can now optionally use PyArrow. PyArrow comes with a ton of benefits including...

on Apr 28

From talkpython.fm

Django Ledger: Accounting with Python

0 1

Do you or your company need accounting software? Well, there are plenty of SaaS products out there that you can give your data to. but maybe you also really like Django and would rather have a foundation to build your own accounting system exactly as you need for your company or your product. On...

on Apr 21

From talkpython.fm

Marimo - Reactive Notebooks for Python

0 0

Have you ever spent an afternoon wrestling with a Jupyter notebook, hoping that you ran the cells in just the right order, only to realize your outputs were completely out of sync? Today's guest has a fresh take on solving that exact problem. Akshay Agrawal is here to introduce Marimo, a...

on Apr 15

From talkpython.fm

Django Simple Deploy and other DevOps Things

0 0

We're sitting down with Eric Matthes, the educator, author, and developer behind Django Simple Deploy. If you've ever struggled with taking that final step of getting your Django app onto a live server (without spending days wrestling with DevOps complexities), then give Django Simple Deploy a...

on Apr 11

From talkpython.fm

BeeWare and the State of Python on Mobile

0 0

This episode is all about Beeware, the project that working towards true native apps built on Python, especially for iOS and Android. Russell's been at this for more than a decade, and the progress is now hitting critical mass. We'll talk about the Toga GUI toolkit, building and shipping your...

on Mar 31

From talkpython.fm

Outlier Detection with Python

0 0

Have you ever wondered why certain data points stand out so dramatically? They might hold the key to everything from fraud detection to groundbreaking discoveries. This week on Talk Python to Me, we dive into the world of outlier detection with Python with Brett Kennedy. You’ll learn how...

on Mar 24

From talkpython.fm

Algorithms for high performance terminal apps

0 0

In this episode, we welcome back Will McGugan, the creator of the wildly popular Rich library and founder of Textualize. We'll dive into Will's latest article on 'Algorithms for High Performance Terminal Apps' and explore how he's quietly revolutionizing what's possible in the terminal, from...

on Mar 24

From talkpython.fm

Scaf: Complete blueprint for new Python Kubernetes projects

0 0

Today we explore the wild world of Python deployment with my friend, Calvin Hendryx-Parker from Six Feet Up. We’ll tackle some of the biggest challenges in taking a Python app from “it works on my machine” to production, covering inconsistent environments, conflicting dependencies, and sneaky...

on Mar 21

From talkpython.fm

OSMnx: Python and OpenStreetMap

0 0

On this episode, I’m joined by Dr. Jeff Boeing, an assistant professor at the University of Southern California whose research spans urban planning, spatial analysis, and data science. We explore why OpenStreetMap is such a powerful source of global map data—and how Jeff’s Python library, OSMnx,...

on Feb 25

From talkpython.fm

Introducing Episode Deep Dives at Talk Python

0 0

We just launched Episode Deep Dives at Talk Python. This feature provides a rich, structured walkthrough of each podcast episode, giving you a snapshot of all the essential details and takeaways in one convenient place. Whether you’re curious about a specific tool our guest mentioned or you want...

on Dec 29

From talkpython.fm

Secure coding for Python with SheHacksPurple

0 0

What do developers need to know about AppSec and building secure software? We have Tanya Janca (AKA SheHacksPurple) on the show to tell us all about it. We talk about what developers should expect from threat modeling events as well as concrete tips for security your apps and services.

on Dec 29

From talkpython.fm

Django Ninja

0 0

If you're a Django developer, I'm sure you've heard so many people raving about FastAPI and Pydantic. But you really love Django and don't want to switch. Then you might want to give Django Ninja a serious look. Django Ninja is highly inspired by FastAPI, but is also deeply integrated into...

on Dec 29

From talkpython.fm

DuckDB and Python: Ducks and Snakes living together

0 0

Join me for an insightful conversation with Alex Monahan, who works on documentation, tutorials, and training at DuckDB Labs. We explore why DuckDB is gaining momentum among Python and data enthusiasts, from its in-process database design to its blazingly fast, columnar architecture. We also...

on Dec 28

From talkpython.fm

Top Talk Python Episodes of 2024

0 0

We're rapidly closing in on the end of 2024, and it's been fun to dive into the podcast data and see if we can highlight some of our most well-received episodes of the year. In this post, I break down the details of our top 5 most popular episodes (by downloads). Here they are!

on Dec 22

From talkpython.fm

Anaconda Toolbox for Excel and more with Peter Wang

0 0

Peter Wang has been pushing Python forward since the early days of its data science roots. We're lucky to have him back on the show. We're going to talk about the Anaconda Toolbox for Excel as well as many other trends and topics that are hot in the Python space right now. I'm sure you'll enjoy...

on Dec 21

From talkpython.fm

Multimodal data with LanceDB

0 0

LanceDB is a developer-friendly, open source database for AI. It's used by well-known companies such as Midjourney and Character.ai. We have Chang She, the CEO and cofounder of LanceDB on to give us a look at the concept of multi-modal data and how you can use LanceDB in your own Python apps.

on Dec 12

From talkpython.fm

Hetzner policy changes, regret?

0 0

After moving our infrastructure to the Hetzner Data Center. They've changed their policy to limit bandwidth and increase the prices. So, do we regret this move? And what impact does it have on us? Here's an update since people have been asking.

on Dec 8

From talkpython.fm

Building Rust Extensions for Python

0 0

There has been a lot of changes in the low-level Python space these days. The biggest has to be how many projects have rewritten core performance-intensive sections in Rust. Or even the wholesale adoption of Rust for newer projects such as uv and ruff. On this episode, we dive into the tools and...

on Dec 1

From talkpython.fm

Async Techniques and Examples in Python course

0 0

Concurrent programming is a game-changer. The new asycn and await features make scaling Python as easy as regu...

on Nov 22

From talkpython.fm

CSnakes: Embed Python code in .NET

0 0

If you are a .NET developer or work in a place that has some of those folks, wouldn't it be great to fully leverage the entirety of PyPI with it's almost 600,000 packages inside your .NET code? But how would you do this? Previous efforts have let you write Python syntax but using the full...

on Nov 22

From talkpython.fm

Talk Python rewritten in Quart (async Flask)

0 0

Are you considering migrating from one Python web framework to another? This article describes our recent migration from Pyramid to Quart and from synchronous code to code powered by asyncio with async and await. Here why we chose Quart/Flask over the many other options and concrete steps to...

on Nov 19

From talkpython.fm

We've moved to Hetzner

0 0

After nearly a decade with Digital Ocean, we’ve moved our infrastructure to Hetzner’s new US-based data center. Hetzner’s cloud servers offer major savings and better specs. Tests so far show Hetzner has faster bandwidth and CPUs at a fraction of the cost. We'll save almost $1,500 annually....

on Nov 7

From talkpython.fm

Reflex Framework: Frontend, Backend, Pure Python

0 0

Let's say you want to create a web app and you know Python really well. Your first thought might be Flask or Django or even FastAPI? All good choices but there is a lot to get a full web app into production. The framework we'll talk about today, Reflex, allows you to just write Python code and...

on Oct 29

From talkpython.fm

Pre-commit Hooks for Python Devs

0 0

Do you struggle to make sure your code is always correct before you check it in? What about your team members' code? That one person who never wants to run the linter? Tired of dealing with tons of conflicts and spurious git changes? You need git pre-commit hooks. We're lucky to have Stefanie...

on Oct 26

From talkpython.fm

Talk Python To Me Podcast

0 0

Talk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. We dive deep into the popular packages and software developers, data scientists, and incredible hobbyists doing amazing things with Python. If you're new to Python, you'll quickly learn the ins and outs...

on Oct 22

From talkpython.fm

Python Opinions and Zeitgeist with Hynek

0 0

Hynek has been writing and speaking on some of the most significant topics in the Python space and I've enjoyed his takes. So I invited him on the show to share them with all of us. This episode really epitomizes one of the reasons I launched Talk Python 9 years ago. It's as if we run into each...

on Oct 17

From talkpython.fm

Welcome Django Chat Listener - [Talk Python Training]

0 0

Best online Python courses from a trusted source from the folks who bring you the Talk Python To Me podcast.

on Sep 24

From talkpython.fm

Unified Python packaging with uv

0 1

A couple of weeks ago, Charlie Marsh and the folks at Astral made another big splash with a major release of uv called 'uv: Unified Python packaging' which has many far reaching features. We had to have Charlie on the show to give us the inside look into this development. Let's get to it.

on Sep 4

From talkpython.fm

Python Language Summit 2024

0 0

Every year the core developers meet to discuss and propose the major changes and trends in Python itself. This invite-only conference of about 50 people happens inside PyCon in the US. Because it's private, we rarely get detailed looks inside this event. On this episode, we have Seth Michael...

on Aug 24

From talkpython.fm

Episodes - [Talk Python To Me Podcast]

0 0

Talk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. We dive deep into the popular packages and software developers, data scientists, and incredible hobbyists doing amazing things with Python. If you're new to Python, you'll quickly learn the ins and outs...

on Aug 3

From talkpython.fm

Python Trends Episode 2024

0 0

I've gathered a group of Python experts who have been thinking deeply about where Python is going and who have lived through where it has been. This episode is all about near-term Python trends and things we each believe will be important to focus on as Python continues to grow. Our panelists...

on Jul 1

From talkpython.fm

Online Video Python Courses - [Talk Python Training]

0 0

Best online Python courses from a trusted source from the folks who bring you the Talk Python To Me podcast.

on Jul 1

From talkpython.fm

Data Science Panel at PyCon 2024

0 0

I have a special episode for you this time around. We're coming to you live from PyCon 2024. I had the chance to sit down with some amazing people from the data science side of things: Jodie Burchell, Maria Jose Molina-Contreras, and Jessica Greene. We cover a whole set of recent topics from a...

on Jun 26

From talkpython.fm

Reactive Web Dashboards with Shiny course

0 0

There are dozens of ways to build web applications in Python. You can use Django or FastAPI with a Javascript ...

on Jun 26

From talkpython.fm

Pydantic Performance Tips

0 0

You're using Pydantic and it seems pretty straightforward, right? But could you adopt some simple changes to your code that would make it a lot faster and more efficient? Chances are, you'll find a couple of the tips from Sydney Runkle that will do just that. Join us to talk about Pydantic...

on Jun 25

From talkpython.fm

The AI Revolution Won't Be Monopolized

0 0

There hasn't been a boom like the AI boom since the .com days. And it may look like a space destined to be controlled by a couple of tech giants. But Ines Montani thinks open source will play an important role in the future of AI. I hope you join us for this excellent conversation about the...

on Jun 23

From talkpython.fm

Getting Started with NLP and spaCy course

0 0

There is a lot of text data out there and maybe you're interested in getting structured data out of it. Maybe ...

on May 15

From talkpython.fm

Dropbase: Build Internal Tools with Python

0 0

Do you find yourself or your team building internal apps frequently for your company? Are you familiar with the term 'forms over data'? They are super empowering for your org but they can be pretty repetitive and you might find yourself spending more time than you'd like working on them rather...

on May 2, 2024

From talkpython.fm

I Built A Python SaaS with AI

0 0

We all know that tools like ChatGPT have really empowered developers to tackle bigger problems. Are you using TailwindCSS and need a login page? Try asking Chat 'What is the HTML for a login page with the login username, password, and button in its own section in the center of the page?' It will...

on Apr 27, 2024

From talkpython.fm

Software Supply Chain Security with Phylum

0 0

We've spoken previously about security and software supply chains and we are back at it this episode. We're diving in again with Charles Coggins. Charles works at a software supply chain company and is on to give us the insiders and defender's perspective on how to keep our Python apps and...

on Apr 19, 2024

From talkpython.fm

Building GPT Actions with FastAPI and Pydantic

0 0

Do you know what custom GPTs are? They're configurable and shareable chat experiences with a name, logo, custom instructions, conversation starters, access to OpenAI tools, and custom API actions. And, you can build them with Python! Ian Maurer has been doing just that and is here to share his...

on Apr 16, 2024

From talkpython.fm

Land Your First Data Job

0 0

Interested in data science but you're not quite working in it yet? In software, getting that very first job can truly be the hardest one to land. On this episode, we have Avery Smith from Data Career Jumpstart here to share his advice for getting your first data job.

on Apr 5, 2024

From talkpython.fm

Bundle: The Everything Bundle (2024 Q2) - [Talk Python Training]

0 0

Best online Python courses from a trusted source from the folks who bring you the Talk Python To Me podcast.

on Mar 25, 2024

From talkpython.fm

Data Pipelines with Dagster

0 0

Do you have data that you pull from external sources or is generated and appears at your digital doorstep? I bet that data needs processed, filtered, transformed, distributed, and much more. One of the biggest tools to create these data pipelines with Python is Dagster. And we are fortunate to...

on Mar 21, 2024

From talkpython.fm

Rock Solid Python with Python Typing course

0 0

When Python was originally invented way back in 1989, it was a truly dynamic and typeless programming language...

on Mar 20, 2024

From talkpython.fm

uv - The Next Evolution in Python Packages?

0 0

Have you ever been wait around for pip to do its thing while installing packages or syncing a virtual environment or through some higher level tool such as pip-tools? Then you'll be very excited to hear about the tool just announced from Astral called uv. It's like pip, but 100x faster. Charlie...

on Mar 13, 2024

From talkpython.fm

Build An Audio AI App course

0 1

If you work with audio and video content, a whole new world of possibilities has opened up with the advent of ...

on Mar 13, 2024