Search a title or topic

Over 20 million podcasts, powered by 

Player FM logo

Prog Languages Podcasts

show episodes
 
Artwork

1
Inside Java

Chad Arimura, David Delabassee

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
Inside Java is a podcast for Java Developers brought to you directly from the people that make Java at Oracle. We'll discuss the language, the JVM, OpenJDK, platform security, innovation projects like Loom and Panama, and everything in between.
  continue reading
 
Artwork

1
Python Bytes

Michael Kennedy and Brian Okken

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Weekly
 
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.
  continue reading
 
Artwork

1
Talk Python To Me

Michael Kennedy

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly+
 
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 of the community by hearing from the leaders. And if you've been Pythoning for years, you'll learn about your favorite packages and the hot new ones coming out of open source.
  continue reading
 
Artwork

1
CppCast

Phil Nash & Timur Doumler

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
Every two weeks, or so, we sit down with guests from the C++ community to discuss the latest news and what they have been up to. Find us at cppcast.com
  continue reading
 
Artwork
 
A weekly Python podcast hosted by Christopher Bailey with interviews, coding tips, and conversation with guests from the Python community. The show covers a wide range of topics including Python programming best practices, career tips, and related software development topics. Join us every Friday morning to hear what's new in the world of Python programming and become a more effective Pythonista.
  continue reading
 
Artwork

1
JavaScript Jabber

Charles M Wood

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly+
 
Stay current on JavaScript, Node, and Front-End development. Learn from experts in programming, careers, and technology every week. Become a supporter of this podcast: https://www.spreaker.com/podcast/javascript-jabber--6102064/support.
  continue reading
 
Artwork

1
The Stackd Podcast

Kito Mann, Daniel Hinojosa, and Ian Hlavats

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
The Stackd Podcast, hosted by Kito D. Mann, Ian Hlavats, Daniel Hinojosa and Josh Juneau is a monthly podcast that covers the latest headlines, trends, and technologies in the world of enterprise software development.
  continue reading
 
Artwork

1
Illegal Argument

Mark Derricutt

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
Greg, Mark and Richard get together weekly and talk about things of interest in the Java community. Greg works for SimWorks (http://www.simworks.com) who specialize in mobile phone software. Mark works for SecureMX (www.smx.co.nz). Richard works for Blue Train Software (http://www.bluetrainsoftware.com)
  continue reading
 
Artwork

1
Ruby Rogues

Charles M Wood

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly+
 
Our original panel podcast, Ruby Rogues is a weekly discussion around Ruby, Rails, software development, and the community around Ruby. Become a supporter of this podcast: https://www.spreaker.com/podcast/ruby-rogues--6102073/support.
  continue reading
 
Artwork

1
Haskell Weekly

Taylor Fausak

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
Haskell Weekly covers the Haskell progamming language. Listen to professional software developers discuss using functional programming to solve real-world business problems. Each episode uses a conversational two-host format and runs for about 15 minutes.
  continue reading
 
Artwork

1
Teaching Python

Sean Tibor and Kelly Paredes

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
Welcome to "Teaching Python Podcast,” the go-to podcast for anyone interested in the intersection of education and coding. Hosted by Kelly Paredes and Sean Tibor, this podcast dives into the thrills and challenges of teaching middle school computer science through the engaging and versatile Python programming language. About the Hosts: Kelly Paredes brings a wealth of global experience in curriculum design and currently inspires sixth and eighth graders at Pine Crest School in Fort Lauderdal ...
  continue reading
 
Artwork

1
The REPL

Daniel Compton

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
Daniel Compton talks to Clojure and ClojureScript developers about the libraries and systems they have built. They dive into the nitty-gritty details and technical challenges the authors faced.
  continue reading
 
Artwork

1
cpp.chat

Jon Kalb & Phil Nash

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
Each fortnight, or thereabouts, we chat with guests from the C++ community about what they're doing, what interests them, and what's going on in the world of C++
  continue reading
 
Artwork

1
Java Off-Heap

Freddy Guime

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Daily+
 
The Java Off-Heap Podcast brings together the latest tech news for the java professional. We go over the news and current issues and discuss them in depth, bringing the knowledge of a top circle of professionals from Chicago. Come take a listen and figure out what's going on in the Java world!
  continue reading
 
Artwork

1
Elixir Talk

Elixir Talk

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
Desmond Bowe and Chris Bell present a titillating discussion about Elixir application design and the state of the ecosystem. Ask us a question at https://github.com/elixirtalk/elixirtalk and follow us on Twitter @elixirtalk
  continue reading
 
Artwork

1
Reason Town

Murphy Randle

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
A podcast about the ReasonML language and the community that makes it good. Support this podcast: https://podcasters.spotify.com/pod/show/reason-town/support
  continue reading
 
Loading …
show series
 
Topics covered in this episode: Cyclopts: A CLI library * The future of Python web services looks GIL-free* * Free-threaded GC* * Polite lazy imports for Python package maintainers* Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: Our courses at Talk Python Training The Complete pytest Course Patreon Supporters…
  continue reading
 
Building a UI in Python usually means choosing between "quick and limited" or "powerful and painful." What if you could write modern, component-based web apps in pure Python and still keep full control? NiceGUI, pronounced "Nice Guy" sits on FastAPI with a Vue/Quasar front end, gives you real components, live updates over websockets, and it’s runni…
  continue reading
 
An airhacks.fm conversation with Paul Sandoz (@paulsandoz) about: Devoxx conference experiences and Java's evolution over the past decade,energy efficiency studies comparing Java to C/Rust/Ada from 2017,Java performance improvements from Java 8 to Java 25,Code Reflection as manipulation of method bodies versus traditional reflection,tornadovm optim…
  continue reading
 
How does Python 3.14 perform under a few hand-crafted benchmarks? Does the performance of asyncio scale on the free-threaded build? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder’s Weekly articles and projects. At the top of the show, we have a mountain of release news and Python Enhancement Proposals to cover.…
  continue reading
 
Timur and Phil reflect on Phil and Timur. We share some personal updates as well as news from the community. News "Why we didn't rewrite our feed handler in Rust" - post from DataBento "C++ reflection (P2996) and moc" - from Qt wiki "Poll: Does your project use terminating assertions in production?" - from Herb's blog Links Episode 376, with Rainer…
  continue reading
 
Java is a 30-year success story, made possible because its development consistently aligned with users' needs. In its early days, the platform required new features quickly, but over time, minimizing code breakage while carefully evolving the platform became essential. Critical junctures along that path included the introduction of modules and the …
  continue reading
 
In this solo-hosted episode, I (Steve Edwards) dive deep into the world of modern monorepos with special guest Anton Stoychev from Yotpo. Anton shares his journey from the early days of PHP and IE6 nightmares to his current work in front-end infrastructure, performance optimization, and developer tooling. We talk about the challenges of managing de…
  continue reading
 
Sebastian and Márton chat with Marcin Moskała about coroutines. Resources: Coroutines Mastery course Coroutines | Kotlin Documentation kotlinx.coroutines Taming Asynchronous Beasts | Marcin Moskała Coroutine Debugging in IntelliJ IDEA | Alexey Merkulov Lifecycles, Coroutines and Scopes | Alejandro Serrano Mena Collect Like a Pro | Manuel Vivo Untan…
  continue reading
 
In this episode of Svelte Radio, Ken Kunz joins the hosts to discuss his journey with Svelte, from discovering it through Rich Harris's "Rethinking Reactivity" talk to building complex financial applications. Ken shares his experience working on Trading Strategy, a decentralized finance platform, and the challenges of implementing sophisticated cha…
  continue reading
 
An airhacks.fm conversation with Philipp Page (@PagePhilipp) about: early computing experiences with Windows XP and Intel Pentium systems,playing rally car games like Dirt with split-screen multiplayer,transitioning from gaming to server administration through Minecraft,running Minecraft servers at age 13 with memory limitations and out-of-memory e…
  continue reading
 
In this episode of the Laravel Podcast, host Matt Stauffer speaks with Christoph Rumpel, a DevRel Engineer at Laravel. They discuss Christoph’s journey to joining the Laravel team, the evolution of Laravel’s learning resources, and the launch of Laravel’s new learning platform, Laravel Learn. Christoph shares what it’s like to shape educational con…
  continue reading
 
Python in 2025 is different. Threads really are about to run in parallel, installs finish before your coffee cools, and containers are the default. In this episode, we count down 38 things to learn this year: free-threaded CPython, uv for packaging, Docker and Compose, Kubernetes with Tilt, DuckDB and Arrow, PyScript at the edge, plus MCP for sane …
  continue reading
 
Topics covered in this episode: * djrest2 -* A small and simple REST library for Django based on class-based views. Github CLI caniscrape - Know before you scrape. Analyze any website's anti-bot protections in seconds. * 🐴 GittyUp* Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: Our courses at Talk Python Trai…
  continue reading
 
In this episode of Remote Ruby, Chris and Andrew catch up with Chris discussing the arrival of a new baby and the challenges of balancing work and parenting. Then, they dive into the complexities of dealing with OpenSSL 3.6 issues on their development environments, exploring various debugging attempts and ultimately finding a workaround. The conver…
  continue reading
 
Overview After a long hiatus, Kito, Josh, and Ian are back! They catch up and discuss the current state of software development given recent layoffs and #AI software development tools. They discuss #JakartaEE 11, #Java AI agents with #embabel, #Spring AI, #JetBrains #Junie, #ClaudeCode, and more. News Java Tools AI Picks Other Pubhouse Network podc…
  continue reading
 
How is teaching young students Python changing with the advent of LLMs? This week on the show, Kelly Schuster-Paredes from the Teaching Python podcast joins us to discuss coding and AI in the classroom. Kelly shares her current thoughts on teaching Python to young students. She stresses that the earliest classes still need to cover the fundamentals…
  continue reading
 
Jake and Michael discuss all the latest Laravel releases, tutorials, and happenings in the community. Show links Http Client Batch Method in Laravel 12.32 Improved HTTP Client URL Parameter Merging in Laravel 12.33 The New Laravel Forge Is Here: With Laravel VPS, Zero-Downtime Deployments, and a Fresh UI Infinite Scroll in Inertia v2.2 Craft is mov…
  continue reading
 
Summary In this episode of Svelt Radio, the hosts welcome Jeppe Reinhold from Chromatic to discuss the dramatic improvements in Storybook's Svelte integration. Jeppe shares how a critical video by Brittany struggling with Storybook setup sparked a complete overhaul of the Svelte experience, leading to better collaboration with the Svelte core team …
  continue reading
 
Topics covered in this episode: * PyPI+* * uv-ship - a CLI-tool for shipping with uv* * How fast is 3.14?* * air - a new web framework built with FastAPI, Starlette, and Pydantic.* Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: Our courses at Talk Python Training The Complete pytest Course Patreon Supporters …
  continue reading
 
Python typing got fast enough to feel invisible. Pyrefly is a new, open source type checker and IDE language server from Meta, written in Rust, with a focus on instant feedback and real-world DX. Today, we will dig into what it is, why it exists, and how it plays with the rest of the typing ecosystem. We have Abby Mitchell, Danny Yang, and Kyle Int…
  continue reading
 
An airhacks.fm conversation with Gabriel Pop (@vwggolf3) about: Romanian communist-era Felix HC91 computer with Z80 processor and 64KB RAM,learning programming through Basic and cassette tape storage,attending specialized informatics high school class in northern Romania,teachers from former communist computing center,learning Pascal and building w…
  continue reading
 
Python 3.14 is here! Christopher Trudeau returns to discuss the new version with Real Python team member Bartosz Zaczyński. This year, Bartosz coordinated the series of preview articles with members of the Real Python team and wrote the showcase tutorial, “Python 3.14: Cool New Features for You to Try.” Christopher’s video course, “What’s New in Py…
  continue reading
 
Phil and Timur are joined by Herb Sutter to catch up on what's going in to C++26 which, let's be honest, is dominated by reflection. News CLion now has a constexpr debugger "CMake for complex projects" - tutorial: Part one Part two Safe C++ proposal is not being continued Episode with Sean Baxter Links Herb's Reflection talk at CppCon 2025 Herb's C…
  continue reading
 
In this episode of JavaScript Jabber, I sit down with AWS’s Clare Liguori and Erik Hanchett to talk about Kiro, a brand-new AI-powered IDE that’s reimagining the way developers build software. We dive into how Kiro takes “AI-assisted coding” to a new level through spec-driven development — a process that focuses on defining requirements and collabo…
  continue reading
 
Summary In this episode, Simon Holthausen from the Svelte team joins to discuss remote functions and async Svelte, two experimental features that are changing how developers interact with data in SvelteKit applications. Remote functions offer a new RPC-like approach that provides better type safety, more granular data loading, and improved develope…
  continue reading
 
Topics covered in this episode: * Python 3.14* * Free-threaded Python Library Compatibility Checker* * Claude Sonnet 4.5* * Python 3.15 will get Explicit lazy imports* Extras Joke Watch on YouTube About the show Sponsored by DigitalOcean: pythonbytes.fm/digitalocean-gen-ai Use code DO4BYTES and get $200 in free credit Connect with the hosts Michael…
  continue reading
 
In this episode of Remote Ruby, Chris is on paternity leave celebrating the birth of his son, so Andrew brings in Drew Bragg and Rachael Wright-Munn (aka ChaelCodes), to discuss recent controversies surrounding Ruby Central and its alleged takeover of Ruby Gems and Bundler. They dive into the timeline of events, conflicting narratives, communicatio…
  continue reading
 
Loading …
Copyright 2025 | Privacy Policy | Terms of Service | | Copyright
Listen to this show while you explore
Play