Podcasts by Talk Python To Me

Talk Python To Me

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.

Further podcasts by Michael Kennedy (@mkennedy)

Podcast on the topic Technologie

All episodes

Talk Python To Me
#298: Building ML teams and finding ML jobs from 2023-12-12T18:25:20.690086

See the full show notes for this episode on the website attalkpython.fm/298

Listen
Talk Python To Me
#441: Python = Syntactic Sugar? from 2023-12-06T00:00

You've probably heard the term "syntactic sugar", that is, syntax within a programming language that is designed to make things easier to read or to express. It makes the language "sweeter" for hum...

Listen
Talk Python To Me
#440: Talking to Notebooks with Jupyter AI from 2023-11-30T00:00

We all know that LLMs and generative AI has been working its way into many products. It's Jupyter's turn to get a really awesome integration. We have David Qiu here to tell us about Jupyter AI. Jup...

Listen
Talk Python To Me
#439: Pixi, A Fast Package Manager from 2023-11-22T00:00

On this episode we have Wolf Vollprecht and Ruben Arts from the pixi project here to talk about pixi, a high performance package manager for Python and other languages that actually manages Python ...

Listen
Talk Python To Me
#438: Celebrating JupyterLab 4 and Jupyter 7 Releases from 2023-11-16T00:00

Jupyter Notebooks and Jupyter Lab have to be one of the most important parts of Python when it comes to bring new users to the Python ecosystem and certainly for the day to day work of data scienti...

Listen
Talk Python To Me
#437: HTMX for Django Developers (And All of Us) from 2023-11-07T00:00

Are you considering or struggling with replacing much of the interactivity of your Django app with frontend JavaScript frameworks? After all, your users do expect an interactive and modern app, rig...

Listen
Talk Python To Me
#436: An Unbiased Evaluation of Environment and Packaging Tools from 2023-11-01T00:00

How well do you know your Python packaging tools? These are things like pip which install your project's dependencies and their dependencies and so on. In this mix, we have more modern tools such a...

Listen
Talk Python To Me
#435: PyPI Security from 2023-10-25T00:00

Do you worry about your developer / data science supply chain safety? All the packages for the Python ecosystem are much of what makes Python awesome. But the are also a bit of an open door to your...

Listen
Talk Python To Me
#434: Building Mobile Apps Backed with Python from 2023-10-19T00:00

Are you building a mobile app and wondering where Python fits in the mix? Are you support others building these apps with backend APIs written in Python? Can you write your entire app, end to end, ...

Listen
Talk Python To Me
#433: Litestar: Effortlessly Build Performant APIs from 2023-10-15T00:00

We all know about Flask and Django. And of course FastAPI made a huge splash when it came on the scene a few years ago. But new web frameworks are being created all the time. And they have these ea...

Listen
Talk Python To Me
#432: Migrating to Pydantic 2.0: Beanie for MongoDB from 2023-10-06T00:00

By now, surely you've heard how awesome Pydantic version 2 is. The team led by Samual Colvin spent almost a year refactoring and reworking the core into a high-performance Rust version while keepin...

Listen
Talk Python To Me
#431: Visualizing CPython Release Process from 2023-09-29T00:00

Every year Python has a new major release. This year it's Python 3.12 and it'll come out on October 2, 2023. That's 4 days from when this episode was published. There is quite process involved to t...

Listen
Talk Python To Me
#430: Delightful Machine Learning Apps with Gradio from 2023-09-19T00:00

See the full show notes for this episode on the website attalkpython.fm/430

Listen
Talk Python To Me
#429: Taming Flaky Tests from 2023-09-11T00:00

See the full show notes for this episode on the website attalkpython.fm/429

Listen
Talk Python To Me
#428: Django Trends in 2023 from 2023-08-29T00:00

See the full show notes for this episode on the website attalkpython.fm/428

Listen
Talk Python To Me
#427: 10 Tips and Ideas for the Beginner to Expert Python Journey from 2023-08-19T00:00

See the full show notes for this episode on the website attalkpython.fm/427

Listen
Talk Python To Me
#426: What's New in PyScript [August 2023] from 2023-08-09T00:00

See the full show notes for this episode on the website attalkpython.fm/426

Listen
Talk Python To Me
#425: Memray: The endgame Python memory profiler from 2023-08-04T00:00

See the full show notes for this episode on the website attalkpython.fm/425

Listen
Talk Python To Me
#424: Shiny for Python from 2023-07-27T00:00

See the full show notes for this episode on the website attalkpython.fm/424

Listen
Talk Python To Me
#423: Solving 10 different simulation problems with Python from 2023-07-24T00:00

See the full show notes for this episode on the website attalkpython.fm/423

Listen
Talk Python To Me
#422: How data scientists use Python from 2023-07-07T00:00

See the full show notes for this episode on the website attalkpython.fm/422

Listen
Talk Python To Me
#421: Python at Netflix from 2023-07-02T00:00

See the full show notes for this episode on the website attalkpython.fm/421

Listen
Talk Python To Me
#420: Database Consistency&Isolation for Python Devs from 2023-06-26T00:00

See the full show notes for this episode on the website attalkpython.fm/420

Listen
Talk Python To Me
#419: Debugging Python in Production with PyStack from 2023-06-14T00:00

See the full show notes for this episode on the website attalkpython.fm/419

Listen
Talk Python To Me
#418: How To Keep A Secret in Python Apps from 2023-06-02T00:00

See the full show notes for this episode on the website attalkpython.fm/418

Listen
Talk Python To Me
#417: Test-Driven Prompt Engineering for LLMs with Promptimize from 2023-05-30T00:00

See the full show notes for this episode on the website attalkpython.fm/417

Listen
Talk Python To Me
#416: Open Source Sports Analytics with PySport from 2023-05-22T00:00

See the full show notes for this episode on the website attalkpython.fm/416

Listen
Talk Python To Me
#415: Future of Pydantic and FastAPI from 2023-05-15T00:00

See the full show notes for this episode on the website attalkpython.fm/415

Listen
Talk Python To Me
#414: A Stroll Down Startup Lane from 2023-05-07T00:00

See the full show notes for this episode on the website attalkpython.fm/414

Listen
Talk Python To Me
#413: Live from PyCon 2023 from 2023-04-26T00:00

See the full show notes for this episode on the website attalkpython.fm/413

Listen
Talk Python To Me
#412: PEP 711 - Distributing Python Binaries from 2023-04-19T00:00

See the full show notes for this episode on the website attalkpython.fm/412

Listen
Talk Python To Me
#411: Things I Wish Someone Had Explained To Me Sooner About Python from 2023-04-14T00:00

See the full show notes for this episode on the website attalkpython.fm/411

Listen
Talk Python To Me
#410: The Intersection of Tabular Data and Generative AI from 2023-04-06T00:00

See the full show notes for this episode on the website attalkpython.fm/410

Listen
Talk Python To Me
#409: Privacy as Code with Fides from 2023-04-01T00:00

See the full show notes for this episode on the website attalkpython.fm/409

Listen
Talk Python To Me
#408: Hatch: A Modern Python Workflow from 2023-03-24T00:00

See the full show notes for this episode on the website attalkpython.fm/408

Listen
Talk Python To Me
#407: pytest tips and tricks for better testing from 2023-03-18T00:00

See the full show notes for this episode on the website attalkpython.fm/407

Listen
Talk Python To Me
#406: Reimagining Python's Packaging Workflows from 2023-03-12T00:00

See the full show notes for this episode on the website attalkpython.fm/406

Listen
Talk Python To Me
#405: Testing in Radio Astronomy with Python and pytest from 2023-03-03T00:00

See the full show notes for this episode on the website attalkpython.fm/405

Listen
Talk Python To Me
#404: Clean Code in Python from 2023-02-20T00:00

See the full show notes for this episode on the website attalkpython.fm/404

Listen
Talk Python To Me
#403: Fusion Ignition Breakthrough and Python from 2023-02-13T00:00

See the full show notes for this episode on the website attalkpython.fm/403

Listen
Talk Python To Me
#402: Polars: A Lightning-fast DataFrame for Python [updated audio] from 2023-02-08T00:00

See the full show notes for this episode on the website attalkpython.fm/402

Listen
Talk Python To Me
#401: Migrating 3.8 Million Lines of Python from 2023-02-02T00:00

See the full show notes for this episode on the website attalkpython.fm/401

Listen
Talk Python To Me
#400: Ruff - The Fast, Rust-based Python Linter from 2023-01-25T00:00

See the full show notes for this episode on the website attalkpython.fm/400

Listen
Talk Python To Me
#399: Monorepos in Python from 2023-01-18T00:00

See the full show notes for this episode on the website attalkpython.fm/399

Listen
Talk Python To Me
#398: Imaging Black Holes with Python from 2023-01-14T00:00

See the full show notes for this episode on the website attalkpython.fm/398

Listen
Talk Python To Me
#397: Evaluating New Open Source Tech Panel from 2023-01-05T00:00

See the full show notes for this episode on the website attalkpython.fm/397

Listen
Talk Python To Me
#396: AI Goes on Trial For Writing Code (crossover) from 2022-12-30T00:00

See the full show notes for this episode on the website attalkpython.fm/396

Listen
Talk Python To Me
#395: Tools for README.md Creation and Maintenance from 2022-12-22T00:00

See the full show notes for this episode on the website attalkpython.fm/395

Listen
Talk Python To Me
#394: Awesome Jupyter Libraries and Extensions in 2022 from 2022-12-15T00:00

See the full show notes for this episode on the website attalkpython.fm/394

Listen
Talk Python To Me
#393: Space Science with Python from 2022-12-08T00:00

See the full show notes for this episode on the website attalkpython.fm/393

Listen
Talk Python To Me
#392: Data Science from the Command Line from 2022-12-02T00:00

See the full show notes for this episode on the website attalkpython.fm/392

Listen
Talk Python To Me
#391: Pyscript powered by MicroPython from 2022-11-29T00:00

See the full show notes for this episode on the website attalkpython.fm/391

Listen
Talk Python To Me
#390: Mastodon for Python Devs from 2022-11-15T00:00

See the full show notes for this episode on the website attalkpython.fm/390

Listen
Talk Python To Me
#389: 18 awesome asyncio packages in Python from 2022-11-09T00:00

See the full show notes for this episode on the website attalkpython.fm/389

Listen
Talk Python To Me
#388: Python 3.11 is here and it's fast from 2022-11-02T00:00

See the full show notes for this episode on the website attalkpython.fm/388

Listen
Talk Python To Me
#387: Build All the Things with Pants Build System from 2022-10-27T00:00

See the full show notes for this episode on the website attalkpython.fm/387

Listen
Talk Python To Me
#386: Realtime Web Apps and Dashboards with H2O Wave from 2022-10-19T00:00

See the full show notes for this episode on the website attalkpython.fm/386

Listen
Talk Python To Me
#385: Higher level Python asyncio with AnyIO from 2022-10-15T00:00

See the full show notes for this episode on the website attalkpython.fm/385

Listen
Talk Python To Me
#384: Python Data Visualization - Where To Start? from 2022-10-04T00:00

See the full show notes for this episode on the website attalkpython.fm/384

Listen
Talk Python To Me
#383: Textinator and Building macOS Apps with Python from 2022-09-28T00:00

See the full show notes for this episode on the website attalkpython.fm/383

Listen
Talk Python To Me
#382: Apache Superset: Modern Data Exploration Platform from 2022-09-22T00:00

See the full show notes for this episode on the website attalkpython.fm/382

Listen
Talk Python To Me
#381: Python Perf: Specializing, Adaptive Interpreter from 2022-09-16T00:00

See the full show notes for this episode on the website attalkpython.fm/381

Listen
Talk Python To Me
#380: 7 lessons from building a modern TUI framework from 2022-09-05T00:00

See the full show notes for this episode on the website attalkpython.fm/380

Listen
Talk Python To Me
#379: 17 Libraries You Should Be Using in Django from 2022-08-26T00:00

See the full show notes for this episode on the website attalkpython.fm/379

Listen
Talk Python To Me
#378: Flet: Flutter apps in Python from 2022-08-21T00:00

See the full show notes for this episode on the website attalkpython.fm/378

Listen
Talk Python To Me
#377: Python Packaging and PyPI in 2022 from 2022-08-13T00:00

See the full show notes for this episode on the website attalkpython.fm/377

Listen
Talk Python To Me
#376: Pydantic v2 - The Plan from 2022-08-04T00:00

See the full show notes for this episode on the website attalkpython.fm/376

Listen
Talk Python To Me
#375: Python Language Summit 2022 from 2022-07-30T00:00

See the full show notes for this episode on the website attalkpython.fm/375

Listen
Talk Python To Me
#374: PSF Survey in Review from 2022-07-20T00:00

See the full show notes for this episode on the website attalkpython.fm/374

Listen
Talk Python To Me
#373: Reinventing Azure's Python CLI from 2022-07-12T00:00

See the full show notes for this episode on the website attalkpython.fm/373

Listen
Talk Python To Me
#372: Applied mathematics with Python from 2022-07-08T00:00

See the full show notes for this episode on the website attalkpython.fm/372

Listen
Talk Python To Me
#371: pipx - Installable, Isolated Python Applications from 2022-06-30T00:00

See the full show notes for this episode on the website attalkpython.fm/371

Listen
Talk Python To Me
#370: OpenBB: Python's Open-source Investment Platform from 2022-06-22T00:00

See the full show notes for this episode on the website attalkpython.fm/370

Listen
Talk Python To Me
#369: Getting Lazy with Python Imports and PEP 690 from 2022-06-16T00:00

See the full show notes for this episode on the website attalkpython.fm/369

Listen
Talk Python To Me
#368: End-to-End Web Testing with Playwright from 2022-06-03T00:00

See the full show notes for this episode on the website attalkpython.fm/368

Listen
Talk Python To Me
#367: Say Hello to PyScript (WebAssembly Python) from 2022-05-25T00:00

See the full show notes for this episode on the website attalkpython.fm/367

Listen
Talk Python To Me
#366: Optimizing PostgreSQL DB Queries with pgMustard from 2022-05-20T00:00

See the full show notes for this episode on the website attalkpython.fm/366

Listen
Talk Python To Me
#365: Solving Negative Engineering Problems with Prefect from 2022-05-12T00:00

See the full show notes for this episode on the website attalkpython.fm/365

Listen
Talk Python To Me
#364: Symbolic Math with Python using SymPy from 2022-05-07T00:00

See the full show notes for this episode on the website attalkpython.fm/364

Listen
Talk Python To Me
#363: Python for .NET and C# developers from 2022-04-28T00:00

See the full show notes for this episode on the website attalkpython.fm/363

Listen
Talk Python To Me
#362: Hypermodern Python Projects from 2022-04-20T00:00

See the full show notes for this episode on the website attalkpython.fm/362

Listen
Talk Python To Me
#361: Pangeo Data Ecosystem from 2022-04-16T00:00

See the full show notes for this episode on the website attalkpython.fm/361

Listen
Talk Python To Me
#360: Removing Python's Dead Batteries (in just 5 years) from 2022-04-08T00:00

See the full show notes for this episode on the website attalkpython.fm/360

Listen
Talk Python To Me
#359: Lifecycle of a machine learning project from 2022-04-03T00:00

See the full show notes for this episode on the website attalkpython.fm/359

Listen
Talk Python To Me
#358: Understanding Pandas visually with PandasTutor from 2022-03-25T00:00

See the full show notes for this episode on the website attalkpython.fm/358

Listen
Talk Python To Me
#357: Python and the James Webb Space Telescope from 2022-03-21T00:00

See the full show notes for this episode on the website attalkpython.fm/357

Listen
Talk Python To Me
#356: Tips for ML / AI startups from 2022-03-14T00:00

See the full show notes for this episode on the website attalkpython.fm/356

Listen
Talk Python To Me
#355: EdgeDB - Building a database in Python from 2022-03-06T00:00

See the full show notes for this episode on the website attalkpython.fm/355

Listen
Talk Python To Me
#354: Sphinx, MyST, and Python Docs in 2022 from 2022-02-24T00:00

See the full show notes for this episode on the website attalkpython.fm/354

Listen
Talk Python To Me
#353: SQLModel: The New ORM for FastAPI and Beyond from 2022-02-18T00:00

See the full show notes for this episode on the website attalkpython.fm/353

Listen
Talk Python To Me
#352: Running Python in Production from 2022-02-08T00:00

See the full show notes for this episode on the website attalkpython.fm/352

Listen
Talk Python To Me
#351: Machine Learning Ethics and Laws Panel from 2022-02-03T00:00

See the full show notes for this episode on the website attalkpython.fm/351

Listen
Talk Python To Me
#350: Python Steering Council 2021 Retrospective from 2022-01-26T00:00

See the full show notes for this episode on the website attalkpython.fm/350

Listen
Talk Python To Me
#349: Meet Beanie: A MongoDB ODM + Pydantic from 2022-01-22T00:00

See the full show notes for this episode on the website attalkpython.fm/349

Listen
Talk Python To Me
#348: Dear PyGui: Simple yet Fast Python GUI Apps from 2022-01-17T00:00

See the full show notes for this episode on the website attalkpython.fm/348

Listen
Talk Python To Me
#347: Cinder - Specialized Python that Flies from 2022-01-08T00:00

See the full show notes for this episode on the website attalkpython.fm/347

Listen
Talk Python To Me
#346: 20 Recommended Packages in Review from 2021-12-21T00:00

See the full show notes for this episode on the website attalkpython.fm/346

Listen
Talk Python To Me
#345: 10 Tips and Tools for Developer Productivity from 2021-12-15T00:00

See the full show notes for this episode on the website attalkpython.fm/345

Listen
Talk Python To Me
#344: SQLAlchemy 2.0 from 2021-12-09T00:00

See the full show notes for this episode on the website attalkpython.fm/344

Listen
Talk Python To Me
#343: Do Excel things, get notebook Python code with Mito from 2021-11-30T00:00

See the full show notes for this episode on the website attalkpython.fm/343

Listen
Talk Python To Me
#342: Python in Architecture (as in actual buildings) from 2021-11-23T00:00

See the full show notes for this episode on the website attalkpython.fm/342

Listen
Talk Python To Me
#341: 25 Pandas Functions You Didn’t Know Existed from 2021-11-17T00:00

See the full show notes for this episode on the website attalkpython.fm/341

Listen
Talk Python To Me
#340: Time to JIT your Python with Pyjion? from 2021-11-10T00:00

See the full show notes for this episode on the website attalkpython.fm/340

Listen
Talk Python To Me
#339: Making Python Faster with Guido and Mark from 2021-11-04T00:00

See the full show notes for this episode on the website attalkpython.fm/339

Listen
Talk Python To Me
#338: Using cibuildwheel to manage the scikit-HEP packages from 2021-10-17T00:00

See the full show notes for this episode on the website attalkpython.fm/338

Listen
Talk Python To Me
#337: Kedro for Maintainable Data Science from 2021-10-09T00:00

See the full show notes for this episode on the website attalkpython.fm/337

Listen
Talk Python To Me
#336: Terminal magic with Rich and Textual from 2021-10-05T00:00

See the full show notes for this episode on the website attalkpython.fm/336

Listen
Talk Python To Me
#335: Gene Editing with Python from 2021-09-24T00:00

See the full show notes for this episode on the website attalkpython.fm/335

Listen
Talk Python To Me
#334: Microsoft Planetary Computer from 2021-09-18T00:00

See the full show notes for this episode on the website attalkpython.fm/334

Listen
Talk Python To Me
#333: State of Data Science in 2021 from 2021-09-10T00:00

See the full show notes for this episode on the website attalkpython.fm/333

Listen
Talk Python To Me
#332: Robust Python from 2021-08-31T00:00

See the full show notes for this episode on the website attalkpython.fm/332

Listen
Talk Python To Me
#331: Meet the Python Developer in Residence: Lukasz Langa from 2021-08-27T00:00

See the full show notes for this episode on the website attalkpython.fm/331

Listen
Talk Python To Me
#330: Apache Airflow Open-Source Workflow with Python from 2021-08-20T00:00

See the full show notes for this episode on the website attalkpython.fm/330

Listen
Talk Python To Me
#329: Geekout: Renewable Energy from 2021-08-13T00:00

See the full show notes for this episode on the website attalkpython.fm/329

Listen
Talk Python To Me
#328: Piccolo: A fast, async ORM for Python (updated) from 2021-08-08T00:00

See the full show notes for this episode on the website attalkpython.fm/328

Listen
Talk Python To Me
#327: Little Automation Tools in Python from 2021-07-30T00:00

See the full show notes for this episode on the website attalkpython.fm/327

Listen
Talk Python To Me
#326: Building Desktop Apps with wxPython from 2021-07-23T00:00

See the full show notes for this episode on the website attalkpython.fm/326

Listen
Talk Python To Me
#325: MicroPython + CircuitPython from 2021-07-15T00:00

See the full show notes for this episode on the website attalkpython.fm/325

Listen
Talk Python To Me
#324: Gatorade-powered Python APIs from 2021-07-09T00:00

See the full show notes for this episode on the website attalkpython.fm/324

Listen
Talk Python To Me
#323: Best practices for Docker in production from 2021-07-03T00:00

See the full show notes for this episode on the website attalkpython.fm/323

Listen
Talk Python To Me
#322: A path into data science from 2021-06-25T00:00

See the full show notes for this episode on the website attalkpython.fm/322

Listen
Talk Python To Me
#321: HTMX - Clean, Dynamic HTML Pages from 2021-06-19T00:00

See the full show notes for this episode on the website attalkpython.fm/321

Listen
Talk Python To Me
#320: Python in the Electrical Energy Sector from 2021-06-12T00:00

See the full show notes for this episode on the website attalkpython.fm/320

Listen
Talk Python To Me
#319: Typosquatting and Supply Chains Vulnerabilities from 2021-06-06T00:00

See the full show notes for this episode on the website attalkpython.fm/319

Listen
Talk Python To Me
#318: Measuring your ML impact with CodeCarbon from 2021-05-28T00:00

See the full show notes for this episode on the website attalkpython.fm/318

Listen
Talk Python To Me
#317: Python at the US Federal Election Commission from 2021-05-21T00:00

See the full show notes for this episode on the website attalkpython.fm/317

Listen
Talk Python To Me
#316: Flask 2.0 from 2021-05-14T00:00

See the full show notes for this episode on the website attalkpython.fm/316

Listen
Talk Python To Me
#315: Awesome FastAPI extensions and add ons from 2021-05-07T00:00

See the full show notes for this episode on the website attalkpython.fm/315

Listen
Talk Python To Me
#314: Ask us about modern Python projects and tools from 2021-04-30T00:00

See the full show notes for this episode on the website attalkpython.fm/314

Listen
Talk Python To Me
#313: Automate your data exchange with PyDantic from 2021-04-22T00:00

See the full show notes for this episode on the website attalkpython.fm/313

Listen
Talk Python To Me
#312: Python Apps that Scale to Billions of Users from 2021-04-18T00:00

See the full show notes for this episode on the website attalkpython.fm/312

Listen
Talk Python To Me
#311: Get inside the .git folder from 2021-04-08T00:00

See the full show notes for this episode on the website attalkpython.fm/311

Listen
Talk Python To Me
#310: AMA (Ask Me Anything) with Michael from 2021-04-02T00:00

See the full show notes for this episode on the website attalkpython.fm/310

Listen
Talk Python To Me
#309: What ML Can Teach Us About Life: 7 Lessons from 2021-03-26T00:00

See the full show notes for this episode on the website attalkpython.fm/309

Listen
Talk Python To Me
#308: Docker for Python Developers (2021 Edition) from 2021-03-20T00:00

See the full show notes for this episode on the website attalkpython.fm/308

Listen
Talk Python To Me
#307: Python from 1994 to 2021, my how you've grown! from 2021-03-11T00:00

See the full show notes for this episode on the website attalkpython.fm/307

Listen
Talk Python To Me
#306: Scaling Python and Jupyter with ZeroMQ from 2021-03-05T00:00

See the full show notes for this episode on the website attalkpython.fm/306

Listen
Talk Python To Me
#305: Python community at Python Discord from 2021-03-01T00:00

See the full show notes for this episode on the website attalkpython.fm/305

Listen
Talk Python To Me
#304: asyncio all the things with Omnilib from 2021-02-21T00:00

See the full show notes for this episode on the website attalkpython.fm/304

Listen
Talk Python To Me
#303: Python for Astronomy with Dr. Becky from 2021-02-12T00:00

See the full show notes for this episode on the website attalkpython.fm/303

Listen
Talk Python To Me
#302: The Data Engineering Landscape in 2021 from 2021-02-04T00:00

See the full show notes for this episode on the website attalkpython.fm/302

Listen
Talk Python To Me
#301: Deploying and running Django web apps in 2021 from 2021-01-28T00:00

See the full show notes for this episode on the website attalkpython.fm/301

Listen
Talk Python To Me
#300: Building a data science startup (panel) from 2021-01-22T00:00

See the full show notes for this episode on the website attalkpython.fm/300

Listen
Talk Python To Me
#299: Personal search engine with datasette and dogsheep from 2021-01-17T00:00

See the full show notes for this episode on the website attalkpython.fm/299

Listen
Talk Python To Me
#297: Python year in review (2020 edition) from 2020-12-28T00:00

See the full show notes for this episode on the website attalkpython.fm/297

Listen
Talk Python To Me
#296: Python in F1 racing from 2020-12-23T00:00

See the full show notes for this episode on the website attalkpython.fm/296

Listen
Talk Python To Me
#295: GIS + Python from 2020-12-18T00:00

See the full show notes for this episode on the website attalkpython.fm/295

Listen
Talk Python To Me
#294: oso authorizes Python from 2020-12-07T00:00

See the full show notes for this episode on the website attalkpython.fm/294

Listen
Talk Python To Me
#293: Learning how to learn as a developer from 2020-12-01T00:00

See the full show notes for this episode on the website attalkpython.fm/293

Listen
Talk Python To Me
#292: Pythonic identity (auth in Python ecosystem) from 2020-11-26T00:00

See the full show notes for this episode on the website attalkpython.fm/292

Listen
Talk Python To Me
#291: Operational Resilience with Pyomo from 2020-11-22T00:00

See the full show notes for this episode on the website attalkpython.fm/291

Listen
Talk Python To Me
#290: Side Hustles for Data Scientists from 2020-11-13T00:00

See the full show notes for this episode on the website attalkpython.fm/290

Listen
Talk Python To Me
#289: Discovering exoplanets with Python from 2020-11-09T00:00

See the full show notes for this episode on the website attalkpython.fm/289

Listen
Talk Python To Me
#288: 10 tips to move from Excel to Python from 2020-10-31T00:00

See the full show notes for this episode on the website attalkpython.fm/288

Listen
Talk Python To Me
#287: Testing without dependencies, mocking in Python from 2020-10-21T00:00

See the full show notes for this episode on the website attalkpython.fm/287

Listen
Talk Python To Me
#286: Python and ML at NASA Jet Propulsion Laboratory (JPL) from 2020-10-16T00:00

See the full show notes for this episode on the website attalkpython.fm/286

Listen
Talk Python To Me
#285: Dask as a Platform Service with Coiled from 2020-10-09T00:00

See the full show notes for this episode on the website attalkpython.fm/285

Listen
Talk Python To Me
#284: Modern and fast APIs with FastAPI from 2020-10-04T00:00

See the full show notes for this episode on the website attalkpython.fm/284

Listen
Talk Python To Me
#283: Web scraping, the 2020 edition from 2020-09-23T00:00

See the full show notes for this episode on the website attalkpython.fm/283

Listen
Talk Python To Me
#282: pre-commit framework from 2020-09-17T00:00

See the full show notes for this episode on the website attalkpython.fm/282

Listen
Talk Python To Me
#281: Python in Car Racing from 2020-09-09T00:00

See the full show notes for this episode on the website attalkpython.fm/281

Listen
Talk Python To Me
#280: Python and AI in Journalism from 2020-09-05T00:00

See the full show notes for this episode on the website attalkpython.fm/280

Listen
Talk Python To Me
#279: Modern Python Developer's Toolkit from 2020-08-29T00:00

See the full show notes for this episode on the website attalkpython.fm/279

Listen
Talk Python To Me
#278: Teach kids Python with real programming and fun games at Code Combat from 2020-08-21T00:00

See the full show notes for this episode on the website attalkpython.fm/278

Listen
Talk Python To Me
#277: 10 tips every Django developer should know from 2020-08-10T00:00

See the full show notes for this episode on the website attalkpython.fm/277

Listen
Talk Python To Me
#276: Geekout: Life in the solar system and beyond from 2020-08-06T00:00

See the full show notes for this episode on the website attalkpython.fm/276

Listen
Talk Python To Me
#275: Beautiful Pythonic Refactorings from 2020-08-01T00:00

See the full show notes for this episode on the website attalkpython.fm/275

Listen
Talk Python To Me
#274: Profiling data science code with FIL from 2020-07-24T00:00

See the full show notes for this episode on the website attalkpython.fm/274

Listen
Talk Python To Me
#273: CoCalc: A fully colloborative notebook development environment from 2020-07-18T00:00

See the full show notes for this episode on the website attalkpython.fm/273

Listen
Talk Python To Me
#272: No IoT things in hand? Simulate them with Device Simulator Express from 2020-07-12T00:00

See the full show notes for this episode on the website attalkpython.fm/272

Listen
Talk Python To Me
#271: Unlock the mysteries of time, Python's datetime that is! from 2020-07-04T00:00

See the full show notes for this episode on the website attalkpython.fm/271

Listen
Talk Python To Me
#270: Python in supply chains: oil rigs, rockets, and lettuce from 2020-06-25T00:00

See the full show notes for this episode on the website attalkpython.fm/270

Listen
Talk Python To Me
#269: HoloViz - a suite of tools for Python visualization from 2020-06-19T00:00

See the full show notes for this episode on the website attalkpython.fm/269

Listen
Talk Python To Me
#268: Analyzing dozens of notebook environments from 2020-06-13T00:00

See the full show notes for this episode on the website attalkpython.fm/268

Listen
Talk Python To Me
#267: 15 amazing pytest plugins from 2020-06-06T00:00

See the full show notes for this episode on the website attalkpython.fm/267

Listen
Talk Python To Me
#266: Refactoring your code, like magic with Sourcery from 2020-05-29T00:00

See the full show notes for this episode on the website attalkpython.fm/266

Listen
Talk Python To Me
#265: Why is Python slow? from 2020-05-19T00:00

See the full show notes for this episode on the website attalkpython.fm/265

Listen
Talk Python To Me
#264: 10 tips every Flask developer should know from 2020-05-12T00:00

See the full show notes for this episode on the website attalkpython.fm/264

Listen
Talk Python To Me
#263: SEO for developers from 2020-05-06T00:00

See the full show notes for this episode on the website attalkpython.fm/263

Listen
Talk Python To Me
#262: Build a career in data science from 2020-05-01T00:00

See the full show notes for this episode on the website attalkpython.fm/262

Listen
Talk Python To Me
#261: Monitoring and auditing machine learning from 2020-04-25T00:00

See the full show notes for this episode on the website attalkpython.fm/261

Listen
Talk Python To Me
#260: From basic script to interactive data sci app with Streamlit from 2020-04-18T00:00

See the full show notes for this episode on the website attalkpython.fm/260

Listen
Talk Python To Me
#259: From Academia to Tech Industry and Python from 2020-04-09T00:00

See the full show notes for this episode on the website attalkpython.fm/259

Listen
Talk Python To Me
#258: Thriving in a remote developer environment from 2020-04-04T00:00

See the full show notes for this episode on the website attalkpython.fm/258

Listen
Talk Python To Me
#257: Exploring the galaxy with the fastest supercomputer, Python, and radio astronomy from 2020-03-28T00:00

See the full show notes for this episode on the website attalkpython.fm/257

Listen
Talk Python To Me
#256: Click to run your notebook with Binder from 2020-03-20T00:00

See the full show notes for this episode on the website attalkpython.fm/256

Listen
Talk Python To Me
#255: Talking to cars with Python from 2020-03-14T00:00

See the full show notes for this episode on the website attalkpython.fm/255

Listen
Talk Python To Me
#254: A Python mentorship story from 2020-03-06T00:00

See the full show notes for this episode on the website attalkpython.fm/254

Listen
Talk Python To Me
#253: Moon base geekout from 2020-02-25T00:00

See the full show notes for this episode on the website attalkpython.fm/253

Listen
Talk Python To Me
#252: What scientific computing can learn from CS from 2020-02-21T00:00

See the full show notes for this episode on the website attalkpython.fm/252

Listen
Talk Python To Me
#251: Building and UX Testing Azure's Python SDK from 2020-02-13T00:00

See the full show notes for this episode on the website attalkpython.fm/251

Listen
Talk Python To Me
#250: Capture over 400x C02 as trees with AI and Python from 2020-02-08T00:00

See the full show notes for this episode on the website attalkpython.fm/250

Listen
Talk Python To Me
#249: Capture the Staff of Pythonic Knowledge in TwilioQuest from 2020-01-30T00:00

See the full show notes for this episode on the website attalkpython.fm/249

Listen
Talk Python To Me
#248: Climate change and your Python code from 2020-01-24T00:00

See the full show notes for this episode on the website attalkpython.fm/248

Listen
Talk Python To Me
#247: Solo maintainer of open-source in academia from 2020-01-16T00:00

See the full show notes for this episode on the website attalkpython.fm/247

Listen
Talk Python To Me
#246: Practices of the Python Pro from 2020-01-09T00:00

See the full show notes for this episode on the website attalkpython.fm/246

Listen
Talk Python To Me
#245: Python packaging landscape in 2020 from 2020-01-03T00:00

See the full show notes for this episode on the website attalkpython.fm/245

Listen
Talk Python To Me
#244: Top 10 Real Python Articles of 2019 from 2019-12-27T00:00

See the full show notes for this episode on the website attalkpython.fm/244

Listen
Talk Python To Me
#243: Python on Windows is OK, actually from 2019-12-17T00:00

See the full show notes for this episode on the website attalkpython.fm/243

Listen
Talk Python To Me
#242: Your education will be live-streamed from 2019-12-11T00:00

See the full show notes for this episode on the website attalkpython.fm/242

Listen
Talk Python To Me
#241: Opal: Full stack health care apps from 2019-12-07T00:00

See the full show notes for this episode on the website attalkpython.fm/241

Listen
Talk Python To Me
#240: A guided tour of the CPython source code from 2019-11-27T00:00

See the full show notes for this episode on the website attalkpython.fm/240

Listen
Talk Python To Me
#239: Bayesian foundations from 2019-11-23T00:00

See the full show notes for this episode on the website attalkpython.fm/239

Listen
Talk Python To Me
#238: Collaborative data science with Gigantum from 2019-11-14T00:00

Collaborative data science has a few challenges. First of all, those who you are collaborating with might not be savvy enough in the computer science techniques (for example, git and source control...

Listen
Talk Python To Me
#237: A gut feeling about Python from 2019-11-06T00:00

See the full show notes for this episode on the website attalkpython.fm/237

Listen
Talk Python To Me
#236: Scaling data science across Python and R from 2019-10-29T00:00

See the full show notes for this episode on the website attalkpython.fm/236

Listen
Talk Python To Me
#235: Python in your Browser with Skulpt from 2019-10-23T00:00

See the full show notes for this episode on the website attalkpython.fm/235

Listen
Talk Python To Me
#234: Awesome Python Applications from 2019-10-15T00:00

See the full show notes for this episode on the website attalkpython.fm/234

Listen
Talk Python To Me
#233: The Masonite Python Web Framework from 2019-10-10T00:00

See the full show notes for this episode on the website attalkpython.fm/233

Listen
Talk Python To Me
#232: Become a robot developer with Python from 2019-10-04T00:00

See the full show notes for this episode on the website attalkpython.fm/232

Listen
Talk Python To Me
#231: Advice for freelancing with Python from 2019-09-25T00:00

See the full show notes for this episode on the website attalkpython.fm/231

Listen
Talk Python To Me
#230: Python in digital humanities research from 2019-09-18T00:00

See the full show notes for this episode on the website attalkpython.fm/230

Listen
Talk Python To Me
#229: Building advanced Pythonic interviews with docassemble from 2019-09-12T00:00

See the full show notes for this episode on the website attalkpython.fm/229

Listen
Talk Python To Me
#228: Hunting bugs and tech startups with Python from 2019-09-04T00:00

See the full show notes for this episode on the website attalkpython.fm/228

Listen
Talk Python To Me
#227: Maintainable data science: Tips for non-developers from 2019-08-28T00:00

See the full show notes for this episode on the website attalkpython.fm/227

Listen
Talk Python To Me
#226: Building Flask APIs for data scientists from 2019-08-23T00:00

See the full show notes for this episode on the website attalkpython.fm/226

Listen
Talk Python To Me
#225: Can subinterpreters free us from Python's GIL? from 2019-08-12T00:00

See the full show notes for this episode on the website attalkpython.fm/225

Listen
Talk Python To Me
#224: 12 lessons from 100 days of web from 2019-08-05T00:00

See the full show notes for this episode on the website attalkpython.fm/224

Listen
Talk Python To Me
#223: Fun and Easy 2D Games with Python from 2019-07-30T00:00

See the full show notes for this episode on the website attalkpython.fm/223

Listen
Talk Python To Me
#222: Interactive graphs with Bokeh and Python from 2019-07-26T00:00

See the full show notes for this episode on the website attalkpython.fm/222

Listen
Talk Python To Me
#221: Empowering developers by embedding Python from 2019-07-18T00:00

See the full show notes for this episode on the website attalkpython.fm/221

Listen
Talk Python To Me
#220: Machine Learning in the cloud with Azure ML from 2019-07-12T00:00

See the full show notes for this episode on the website attalkpython.fm/220

Listen
Talk Python To Me
#219: Take a Python tour of duty at the United States Digital Service from 2019-07-05T00:00

See the full show notes for this episode on the website attalkpython.fm/219

Listen
Talk Python To Me
#218: Serverless Python functions in Azure from 2019-06-25T00:00

See the full show notes for this episode on the website attalkpython.fm/218

Listen
Talk Python To Me
#217: Notebooks vs data science-enabled scripts from 2019-06-21T00:00

See the full show notes for this episode on the website attalkpython.fm/217

Listen
Talk Python To Me
#216: Digging into Visual Studio Code from 2019-06-14T00:00

See the full show notes for this episode on the website attalkpython.fm/216

Listen
Talk Python To Me
#215: The software powering Talk Python courses and podcast from 2019-06-06T00:00

See the full show notes for this episode on the website attalkpython.fm/215

Listen
Talk Python To Me
#214: Dive into CPython 3.8 and beyond from 2019-05-31T00:00

See the full show notes for this episode on the website attalkpython.fm/214

Listen
Talk Python To Me
#213: WebAssembly and CPython from 2019-05-25T00:00

See the full show notes for this episode on the website attalkpython.fm/213

Listen
Talk Python To Me
#212: Python in Web Assembly with Pyodide from 2019-05-17T00:00

See the full show notes for this episode on the website attalkpython.fm/212

Listen
Talk Python To Me
#211: Classic CS problems in Python from 2019-05-11T00:00

See the full show notes for this episode on the website attalkpython.fm/211

Listen
Talk Python To Me
#210: Making the most out of in-person training from 2019-05-02T00:00

See the full show notes for this episode on the website attalkpython.fm/210

Listen
Talk Python To Me
#209: Inside Python's new governance model from 2019-04-28T00:00

See the full show notes for this episode on the website attalkpython.fm/209

Listen
Talk Python To Me
#208: Packaging, Making the most of PyCon, and more from 2019-04-21T00:00

See the full show notes for this episode on the website attalkpython.fm/208

Listen
Talk Python To Me
#207: Parallelizing computation with Dask from 2019-04-14T00:00

See the full show notes for this episode on the website attalkpython.fm/207

Listen
Talk Python To Me
#206: Running Django in Production from 2019-04-06T00:00

See the full show notes for this episode on the website attalkpython.fm/206

Listen
Talk Python To Me
#205: Beginners and Experts Panel from 2019-04-02T00:00

See the full show notes for this episode on the website attalkpython.fm/205

Listen
Talk Python To Me
#204: StaticFrame, like Pandas but safer from 2019-03-21T00:00

See the full show notes for this episode on the website attalkpython.fm/204

Listen
Talk Python To Me
#203: Beginners and Experts in Software Development from 2019-03-13T00:00

See the full show notes for this episode on the website attalkpython.fm/203

Listen
Talk Python To Me
#202: Building a software business from 2019-03-09T00:00

See the full show notes for this episode on the website attalkpython.fm/202

Listen
Talk Python To Me
#201: Choosing JupyterHub and Python over MATLAB from 2019-02-27T00:00

See the full show notes for this episode on the website attalkpython.fm/201

Listen
Talk Python To Me
#200: Escaping Excel Hell with Python and Pandas from 2019-02-21T00:00

See the full show notes for this episode on the website attalkpython.fm/200

Listen
Talk Python To Me
#199: Automate all the things with Python at Zapier from 2019-02-14T00:00

See the full show notes for this episode on the website attalkpython.fm/199

Listen
Talk Python To Me
#198: Catching up with the Anaconda distribution from 2019-02-09T00:00

See the full show notes for this episode on the website attalkpython.fm/198

Listen
Talk Python To Me
#197: Modern Python Standard Library Cookbook from 2019-02-02T00:00

See the full show notes for this episode on the website attalkpython.fm/197

Listen
Talk Python To Me
#196: Datalore: Hosted smart notebooks from 2019-01-23T00:00

See the full show notes for this episode on the website attalkpython.fm/196

Listen
Talk Python To Me
#195: Teaching Python at Apple from 2019-01-20T00:00

See the full show notes for this episode on the website attalkpython.fm/195

Listen
Talk Python To Me
#194: Learning (and teaching) Python in a vacuum from 2019-01-11T00:00

See the full show notes for this episode on the website attalkpython.fm/194

Listen
Talk Python To Me
#193: Data Science Year in Review 2018 Edition from 2018-12-31T00:00

See the full show notes for this episode on the website attalkpython.fm/193

Listen
Talk Python To Me
#192: Python Year in Review 2018 Edition from 2018-12-26T00:00

See the full show notes for this episode on the website attalkpython.fm/192

Listen
Talk Python To Me
#191: Python's journey at Microsoft from 2018-12-18T00:00

See the full show notes for this episode on the website attalkpython.fm/191

Listen
Talk Python To Me
#190: Teaching Django from 2018-12-11T00:00

See the full show notes for this episode on the website attalkpython.fm/190

Listen
Talk Python To Me
#189: War Stories of the Developer Evangelists from 2018-12-07T00:00

See the full show notes for this episode on the website attalkpython.fm/189

Listen
Talk Python To Me
#188: Async for the Pythonic web with Sanic from 2018-12-01T00:00

See the full show notes for this episode on the website attalkpython.fm/188

Listen
Talk Python To Me
#187: Secure all the things with HubbleStack from 2018-11-20T00:00

See the full show notes for this episode on the website attalkpython.fm/187

Listen
Talk Python To Me
#186: 100 Days of Python in a Magical Universe from 2018-11-16T00:00

See the full show notes for this episode on the website attalkpython.fm/186

Listen
Talk Python To Me
#185: Creating a Python 3 Culture at Facebook from 2018-11-09T00:00

See the full show notes for this episode on the website attalkpython.fm/185

Listen
Talk Python To Me
#184: Teaching Python with BBC micro:bit from 2018-11-02T00:00

See the full show notes for this episode on the website attalkpython.fm/184

Listen
Talk Python To Me
#183: Qt for Python from 2018-10-24T00:00

See the full show notes for this episode on the website attalkpython.fm/183

Listen
Talk Python To Me
#182: Picture Python at Shutterfly from 2018-10-17T00:00

See the full show notes for this episode on the website attalkpython.fm/182

Listen
Talk Python To Me
#181: 30 amazing Python projects from 2018-10-12T00:00

See the full show notes for this episode on the website attalkpython.fm/181

Listen
Talk Python To Me
#180: What's new in Python 3.7 and beyond from 2018-10-02T00:00

See the full show notes for this episode on the website attalkpython.fm/180

Listen
Talk Python To Me
#179: Python Language Summit 2018 from 2018-09-26T00:00

See the full show notes for this episode on the website attalkpython.fm/179

Listen
Talk Python To Me
#178: Coverage.py from 2018-09-21T00:00

See the full show notes for this episode on the website attalkpython.fm/178

Listen
Talk Python To Me
#177: Flask goes 1.0 from 2018-09-15T00:00

See the full show notes for this episode on the website attalkpython.fm/177

Listen
Talk Python To Me
#176: The Python Community by the Numbers from 2018-09-10T00:00

See the full show notes for this episode on the website attalkpython.fm/176

Listen
Talk Python To Me
#175: Teaching Python to network engineers from 2018-08-31T00:00

See the full show notes for this episode on the website attalkpython.fm/175

Listen
Talk Python To Me
#174: Coming into Python from another Industry (part 2) from 2018-08-16T00:00

See the full show notes for this episode on the website attalkpython.fm/174

Listen
Talk Python To Me
#173: Coming into Python from another Industry (part 1) from 2018-08-07T00:00

See the full show notes for this episode on the website attalkpython.fm/173

Listen
Talk Python To Me
#172: Nuitka: A full Python compiler from 2018-08-01T00:00

See the full show notes for this episode on the website attalkpython.fm/172

Listen
Talk Python To Me
#171: 1M Jupyter notebooks analyzed from 2018-07-29T00:00

See the full show notes for this episode on the website attalkpython.fm/171

Listen
Talk Python To Me
#170: Guido van Rossum steps down from 2018-07-20T00:00

See the full show notes for this episode on the website attalkpython.fm/170

Listen
Talk Python To Me
#169: Becoming a Python content creator from 2018-07-13T00:00

See the full show notes for this episode on the website attalkpython.fm/169

Listen
Talk Python To Me
#168: 10 Python security holes and how to plug them from 2018-07-06T00:00

See the full show notes for this episode on the website attalkpython.fm/168

Listen
Talk Python To Me
#167: Simplifying Python's Async with Trio from 2018-06-29T00:00

See the full show notes for this episode on the website attalkpython.fm/167

Listen
Talk Python To Me
#166: Continuous delivery with Python from 2018-06-14T00:00

See the full show notes for this episode on the website attalkpython.fm/166

Listen
Talk Python To Me
#165: Python and the blockchain from 2018-06-08T00:00

See the full show notes for this episode on the website attalkpython.fm/165

Listen
Talk Python To Me
#164: Python in Brain Research at the Allen Institute from 2018-06-01T00:00

See the full show notes for this episode on the website attalkpython.fm/164

Listen
Talk Python To Me
#163: Python in Geoscience from 2018-05-25T00:00

See the full show notes for this episode on the website attalkpython.fm/163

Listen
Talk Python To Me
#162: Python in Building and Architecture from 2018-05-21T00:00

See the full show notes for this episode on the website attalkpython.fm/162

Listen
Talk Python To Me
#161: Django 2.0 from 2018-05-12T00:00

See the full show notes for this episode on the website attalkpython.fm/161

Listen
Talk Python To Me
#160: Lektor: Beautiful websites out of flat files from 2018-05-04T00:00

See the full show notes for this episode on the website attalkpython.fm/160

Listen
Talk Python To Me
#159: Inside the new PyPI launch from 2018-04-27T00:00

See the full show notes for this episode on the website attalkpython.fm/159

Listen
Talk Python To Me
#158: Quantum Computing and Python from 2018-04-20T00:00

See the full show notes for this episode on the website attalkpython.fm/158

Listen
Talk Python To Me
#157: The Journal of Open Source Software from 2018-04-06T00:00

See the full show notes for this episode on the website attalkpython.fm/157

Listen
Talk Python To Me
#156: Python History and Perspectives from 2018-03-24T00:00

See the full show notes for this episode on the website attalkpython.fm/156

Listen
Talk Python To Me
#155: Practical steps for moving to Python 3 from 2018-03-16T00:00

See the full show notes for this episode on the website attalkpython.fm/155

Listen
Talk Python To Me
#154: Python in Biology and Genomics from 2018-03-07T00:00

See the full show notes for this episode on the website attalkpython.fm/154

Listen
Talk Python To Me
#153: How Python Evolves from 2018-03-01T00:00

See the full show notes for this episode on the website attalkpython.fm/153

Listen
Talk Python To Me
#152: Understanding and using Python's AST from 2018-02-23T00:00

See the full show notes for this episode on the website attalkpython.fm/152

Listen
Talk Python To Me
#151: Gradual Typing of Production Applications from 2018-02-16T00:00

See the full show notes for this episode on the website attalkpython.fm/151

Listen
Talk Python To Me
#150: Technical Lessons Learned from Pythonic Refactoring from 2018-02-08T00:00

See the full show notes for this episode on the website attalkpython.fm/150

Listen
Talk Python To Me
#149: 4 Python Web Frameworks, Compared from 2018-02-02T00:00

See the full show notes for this episode on the website attalkpython.fm/149

Listen
Talk Python To Me
#148: Python Book Authors' Panel Discussion from 2018-01-28T00:00

See the full show notes for this episode on the website attalkpython.fm/148

Listen
Talk Python To Me
#147: Quart: Flask, but 3x faster from 2018-01-19T00:00

See the full show notes for this episode on the website attalkpython.fm/147

Listen
Talk Python To Me
#146: Building Alexa Skills with Python and Flask from 2018-01-11T00:00

See the full show notes for this episode on the website attalkpython.fm/146

Listen
Talk Python To Me
#145: 2017 Python Year in Review from 2017-12-31T00:00

See the full show notes for this episode on the website attalkpython.fm/145

Listen
Talk Python To Me
#144: Machine Learning at the Large Hadron Collider from 2017-12-26T00:00

See the full show notes for this episode on the website attalkpython.fm/144

Listen
Talk Python To Me
#143: Tuning Python Web App Performance from 2017-12-20T00:00

See the full show notes for this episode on the website attalkpython.fm/143

Listen
Talk Python To Me
#142: Automating the web with Selenium and InstaPy from 2017-12-13T00:00

Is there some task you find yourself performing frequently, repetitively on the web? With Python and modern tooling, virtual every website has become easily scriptable.

Listen
Talk Python To Me
#141: Python tricks from 2017-12-07T00:00

See the full show notes for this episode on the website attalkpython.fm/141

Listen
Talk Python To Me
#140: Level up your Python with #100DaysOfCode challenge from 2017-11-29T00:00

See the full show notes for this episode on the website attalkpython.fm/140

Listen
Talk Python To Me
#139: Paths into a data science career from 2017-11-22T00:00

See the full show notes for this episode on the website attalkpython.fm/139

Listen
Talk Python To Me
#138: Anvil: All web, all Python from 2017-11-15T00:00

See the full show notes for this episode on the website attalkpython.fm/138

Listen
Talk Python To Me
#137: Design concepts and tips for developers from 2017-11-08T00:00

See the full show notes for this episode on the website attalkpython.fm/137

Listen
Talk Python To Me
#136: Secure code lessons from Have I Been Pwned from 2017-11-02T00:00

See the full show notes for this episode on the website attalkpython.fm/136

Listen
Talk Python To Me
#135: Capturing human moments with AI and Python from 2017-10-27T00:00

See the full show notes for this episode on the website attalkpython.fm/135

Listen
Talk Python To Me
#134: Python in Climate Science from 2017-10-19T00:00

See the full show notes for this episode on the website attalkpython.fm/134

Listen
Talk Python To Me
#133: Productivity for developers from 2017-10-11T00:00

See the full show notes for this episode on the website attalkpython.fm/133

Listen
Talk Python To Me
#132: Contributing to open source from 2017-10-04T00:00

See the full show notes for this episode on the website attalkpython.fm/132

Listen
Talk Python To Me
#131: Top 10 machine learning libraries from 2017-09-26T00:00

See the full show notes for this episode on the website attalkpython.fm/131

Listen
Talk Python To Me
#130: 10 books Python developers should be reading from 2017-09-19T00:00

See the full show notes for this episode on the website attalkpython.fm/130

Listen
Talk Python To Me
#129: Falcon: The bare-metal Python web framework from 2017-09-14T00:00

See the full show notes for this episode on the website attalkpython.fm/129

Listen
Talk Python To Me
#128: Pythonic Networks with NAPALM from 2017-09-07T00:00

See the full show notes for this episode on the website attalkpython.fm/128

Listen
Talk Python To Me
#127: Shipping software to users from 2017-08-31T00:00

See the full show notes for this episode on the website attalkpython.fm/127

Listen
Talk Python To Me
#126: Kubernetes for Pythonistas from 2017-08-22T00:00

See the full show notes for this episode on the website attalkpython.fm/126

Listen
Talk Python To Me
#125: Django REST framework and a new API star is born from 2017-08-15T00:00

See the full show notes for this episode on the website attalkpython.fm/125

Listen
Talk Python To Me
#124: Python for AI research from 2017-08-07T00:00

See the full show notes for this episode on the website attalkpython.fm/124

Listen
Talk Python To Me
#123: Lessons from 100 straight dev job interviews from 2017-07-31T00:00

See the full show notes for this episode on the website attalkpython.fm/123

Listen
Talk Python To Me
#122: Home Assistant: Pythonic Home Automation from 2017-07-26T00:00

See the full show notes for this episode on the website attalkpython.fm/122

Listen
Talk Python To Me
#121: Microservices in Python from 2017-07-19T00:00

See the full show notes for this episode on the website attalkpython.fm/121

Listen
Talk Python To Me
#120: Python in Finance from 2017-07-12T00:00

See the full show notes for this episode on the website attalkpython.fm/120

Listen
Talk Python To Me
#119: Python in Engineering from 2017-07-06T00:00

See the full show notes for this episode on the website attalkpython.fm/119

Listen
Talk Python To Me
#118: Serverless software from 2017-06-27T00:00

See the full show notes for this episode on the website attalkpython.fm/118

Listen
Talk Python To Me
#117: Functional Python with Coconut from 2017-06-21T00:00

See the full show notes for this episode on the website attalkpython.fm/117

Listen
Talk Python To Me
#116: 10 top talks of PyCon 2017 reviewed from 2017-06-12T00:00

See the full show notes for this episode on the website attalkpython.fm/116

Listen
Talk Python To Me
#115: Python for Humans projects from 2017-06-08T00:00

See the full show notes for this episode on the website attalkpython.fm/115

Listen
Talk Python To Me
#114: Empowering developers at the Hidden Genius project from 2017-05-30T00:00

See the full show notes for this episode on the website attalkpython.fm/114

Listen
Talk Python To Me
#113: Dedicated AI chips and running old Python faster at Intel from 2017-05-27T00:00

See the full show notes for this episode on the website attalkpython.fm/113

Listen
Talk Python To Me
#112: Geeking out in the golden years from 2017-05-18T00:00

See the full show notes for this episode on the website attalkpython.fm/112

Listen
Talk Python To Me
#111: Pythonic Career Advice and More from 2017-05-13T00:00

See the full show notes for this episode on the website attalkpython.fm/111

Listen
Talk Python To Me
#110: Data Democratization with Redash from 2017-05-02T00:00

See the full show notes for this episode on the website attalkpython.fm/110

Listen
Talk Python To Me
#109: MongoDB Applied Design Patterns from 2017-04-29T00:00

See the full show notes for this episode on the website attalkpython.fm/109

Listen
Talk Python To Me
#108: MicroPython and Open Source Hardware at Adafruit from 2017-04-21T00:00

See the full show notes for this episode on the website attalkpython.fm/108

Listen
Talk Python To Me
#107: Python concurrency with Curio from 2017-04-15T00:00

See the full show notes for this episode on the website attalkpython.fm/107

Listen
Talk Python To Me
#106: Invent your own computer games with Python from 2017-04-07T00:00

See the full show notes for this episode on the website attalkpython.fm/106

Listen
Talk Python To Me
#105: A Pythonic Database Tour from 2017-03-27T00:00

See the full show notes for this episode on the website attalkpython.fm/105

Listen
Talk Python To Me
#104: Game Theory in Python from 2017-03-23T00:00

See the full show notes for this episode on the website attalkpython.fm/104

Listen
Talk Python To Me
#103: Compiling Python through PyLLVM and MongoDB for Data Scientists from 2017-03-16T00:00

See the full show notes for this episode on the website attalkpython.fm/103

Listen
Talk Python To Me
#102: Effective Code Reviews from 2017-03-08T00:00

See the full show notes for this episode on the website attalkpython.fm/102

Listen
Talk Python To Me
#101: Adding a full featured Python environment to Visual Studio Code from 2017-03-03T00:00

See the full show notes for this episode on the website attalkpython.fm/101

Listen
Talk Python To Me
#100: Python past, present, and future with Guido van Rossum from 2017-02-22T00:00

See the full show notes for this episode on the website attalkpython.fm/100

Listen
Talk Python To Me
#99: Morepath: Super Powered Python Web Framework from 2017-02-15T00:00

See the full show notes for this episode on the website attalkpython.fm/99

Listen
Talk Python To Me
#98: Adding concurrency to Django with Django Channels from 2017-02-08T00:00

See the full show notes for this episode on the website attalkpython.fm/98

Listen
Talk Python To Me
#97: Flask, Django style with Flask-Diamond from 2017-02-02T00:00

See the full show notes for this episode on the website attalkpython.fm/97

Listen
Talk Python To Me
#96: Exploring Awesome Python from 2017-01-25T00:00

See the full show notes for this episode on the website attalkpython.fm/96

Listen
Talk Python To Me
#95: Grumpy: Running Python on Go from 2017-01-18T00:00

See the full show notes for this episode on the website attalkpython.fm/95

Listen
Talk Python To Me
#94: Guarenteed packages via Conda and Conda-Forge from 2017-01-11T00:00

See the full show notes for this episode on the website attalkpython.fm/94

Listen
Talk Python To Me
#93: Spreading Python through the sciences with Software Carpentry from 2017-01-03T00:00

See the full show notes for this episode on the website attalkpython.fm/93

Listen
Talk Python To Me
#91: Top 10 Data Science Stories of 2016 from 2016-12-27T00:00

See the full show notes for this episode on the website attalkpython.fm/91

Listen
Talk Python To Me
#90: Data Wrangling with Python from 2016-12-21T00:00

See the full show notes for this episode on the website attalkpython.fm/90

Listen
Talk Python To Me
#89: A conversation with the Chief Data Scientist of the United States from 2016-12-15T00:00

See the full show notes for this episode on the website attalkpython.fm/89

Listen
Talk Python To Me
#88: Lightweight Django from 2016-12-06T00:00

See the full show notes for this episode on the website attalkpython.fm/88

Listen
Talk Python To Me
#87: PonyORM: The most Pythonic ORM yet? from 2016-11-29T00:00

See the full show notes for this episode on the website attalkpython.fm/87

Listen
Talk Python To Me
#86: Python at StackOverflow from 2016-11-24T00:00

See the full show notes for this episode on the website attalkpython.fm/86

Listen
Talk Python To Me
#85: Parsing horrible things with Python from 2016-11-17T00:00

See the full show notes for this episode on the website attalkpython.fm/85

Listen
Talk Python To Me
#84: Are we failing to fund Python's core infrastructure? from 2016-11-08T00:00

See the full show notes for this episode on the website attalkpython.fm/84

Listen
Talk Python To Me
#83: Python Videos on Demand at PyVideo from 2016-11-02T00:00

See the full show notes for this episode on the website attalkpython.fm/83

Listen
Talk Python To Me
#82: Grokking Algorithms in Python from 2016-10-27T00:00

See the full show notes for this episode on the website attalkpython.fm/82

Listen
Talk Python To Me
#81: Python and Machine Learning in Astronomy from 2016-10-21T00:00

See the full show notes for this episode on the website attalkpython.fm/81

Listen
Talk Python To Me
#80: TinyDB: A tiny document db written in Python from 2016-10-16T00:00

See the full show notes for this episode on the website attalkpython.fm/80

Listen
Talk Python To Me
#79: Beeware Python Tools from 2016-10-07T00:00

See the full show notes for this episode on the website attalkpython.fm/79

Listen
Talk Python To Me
#78: How I built an entire game and toolchain 100% in Python from 2016-09-28T00:00

See the full show notes for this episode on the website attalkpython.fm/78

Listen
Talk Python To Me
#77: 20 Python Libraries You Aren't Using (But Should) from 2016-09-23T00:00

See the full show notes for this episode on the website attalkpython.fm/77

Listen
Talk Python To Me
#76: Renewable Python from 2016-09-15T00:00

See the full show notes for this episode on the website attalkpython.fm/76

Listen
Talk Python To Me
#75: Pythonic games at CheckIO from 2016-09-09T00:00

See the full show notes for this episode on the website attalkpython.fm/75

Listen
Talk Python To Me
#74: Past, Present, and Future of IronPython from 2016-09-02T00:00

See the full show notes for this episode on the website attalkpython.fm/74

Listen
Talk Python To Me
#73: Machine learning at the new Microsoft from 2016-08-26T00:00

See the full show notes for this episode on the website attalkpython.fm/73

Listen
Talk Python To Me
#72: Fashion-driven open source software at Zalando from 2016-08-19T00:00

See the full show notes for this episode on the website attalkpython.fm/72

Listen
Talk Python To Me
#71: Soft Skills: The software developer's life manual from 2016-08-11T00:00

See the full show notes for this episode on the website attalkpython.fm/71

Listen
Talk Python To Me
#70: Pythonic cover songs at Loudr from 2016-08-05T00:00

See the full show notes for this episode on the website attalkpython.fm/70

Listen
Talk Python To Me
#69: Write an Excellent Programming Blog from 2016-07-26T00:00

See the full show notes for this episode on the website attalkpython.fm/69

Listen
Talk Python To Me
#68: Crossing the streams with Podcast.__init__ from 2016-07-20T00:00

See the full show notes for this episode on the website attalkpython.fm/68

Listen
Talk Python To Me
#67: Property-based Testing with Hypothesis from 2016-07-13T00:00

See the full show notes for this episode on the website attalkpython.fm/67

Listen
Talk Python To Me
#66: Faster Python Programs: Measure, Don't Guess from 2016-07-07T00:00

See the full show notes for this episode on the website attalkpython.fm/66

Listen
Talk Python To Me
#65: Jump on the real-time web with RethinkDB from 2016-06-29T00:00

See the full show notes for this episode on the website attalkpython.fm/65

Listen
Talk Python To Me
#64: Inside the Python Package Index from 2016-06-24T00:00

See the full show notes for this episode on the website attalkpython.fm/64

Listen
Talk Python To Me
#63: Validating Python tests with mutation testing from 2016-06-16T00:00

See the full show notes for this episode on the website attalkpython.fm/63

Listen
Talk Python To Me
#62: San Diego Technology Immersion Group Learns Python from 2016-06-07T00:00

See the full show notes for this episode on the website attalkpython.fm/62

Listen
Talk Python To Me
#61: Free software, free people from 2016-05-30T00:00

See the full show notes for this episode on the website attalkpython.fm/61

Listen
Talk Python To Me
#60: Scaling Python to 1000's of cores with Ufora from 2016-05-24T00:00

See the full show notes for this episode on the website attalkpython.fm/60

Listen
Talk Python To Me
#59: SageMath - Open source is ready to compete in the classroom from 2016-05-18T00:00

See the full show notes for this episode on the website attalkpython.fm/59

Listen
Talk Python To Me
#58: Create better Python programs with concurrency, libraries, and patterns from 2016-05-10T00:00

See the full show notes for this episode on the website attalkpython.fm/58

Listen
Talk Python To Me
#57: Python performance from the inside-out at Intel from 2016-05-05T00:00

See the full show notes for this episode on the website attalkpython.fm/57

Listen
Talk Python To Me
#56: Data Science from Scratch from 2016-04-27T00:00

See the full show notes for this episode on the website attalkpython.fm/56

Listen
Talk Python To Me
#55: How our engineering environments are killing diversity (and how we can fix it) from 2016-04-21T00:00

See the full show notes for this episode on the website attalkpython.fm/55

Listen
Talk Python To Me
#54: Enterprise Software with Python from 2016-04-14T00:00

See the full show notes for this episode on the website attalkpython.fm/54

Listen
Talk Python To Me
#53: Python in Visual Studio from 2016-04-06T00:00

See the full show notes for this episode on the website attalkpython.fm/53

Listen
Talk Python To Me
#52: EVE Online: MMO game powered by Python from 2016-03-27T00:00

See the full show notes for this episode on the website attalkpython.fm/52

Listen
Talk Python To Me
#51: SigOpt: Optimizing Everything with Python from 2016-03-21T00:00

See the full show notes for this episode on the website attalkpython.fm/51

Listen
Talk Python To Me
#50: Web scraping at scale with Scrapy and ScrapingHub from 2016-03-15T00:00

See the full show notes for this episode on the website attalkpython.fm/50

Listen
Talk Python To Me
#49: Microsoft's JIT-based Python Project: Pyjion from 2016-03-08T00:00

See the full show notes for this episode on the website attalkpython.fm/49

Listen
Talk Python To Me
#48: Building Flask-based Web Apps from 2016-03-01T00:00

See the full show notes for this episode on the website attalkpython.fm/48

Listen
Talk Python To Me
#47: Python in Typeface and Font Development from 2016-02-23T00:00

See the full show notes for this episode on the website attalkpython.fm/47

Listen
Talk Python To Me
#46: Python in Movies and Entertainment from 2016-02-16T00:00

See the full show notes for this episode on the website attalkpython.fm/46

Listen
Talk Python To Me
#45: The Python Testing Column, Now a Thing from 2016-02-09T00:00

See the full show notes for this episode on the website attalkpython.fm/45

Listen
Talk Python To Me
#44: Project Jupyter and IPython from 2016-02-02T00:00

See the full show notes for this episode on the website attalkpython.fm/44

Listen
Talk Python To Me
#43: Monitoring high performance Python apps at Opbeat from 2016-01-26T00:00

See the full show notes for this episode on the website attalkpython.fm/43

Listen
Talk Python To Me
#42: Python in Startups and Investing from 2016-01-19T00:00

See the full show notes for this episode on the website attalkpython.fm/42

Listen
Talk Python To Me
#41: Getting your first dev job as a Python developer (part 2) from 2016-01-12T00:00

See the full show notes for this episode on the website attalkpython.fm/41

Listen
Talk Python To Me
#40: Top 10 Data Science Stories from 2015 from 2015-12-29T00:00

See the full show notes for this episode on the website attalkpython.fm/40

Listen
Talk Python To Me
#39: Getting your first dev job as a Python developer (part 1) from 2015-12-22T00:00

See the full show notes for this episode on the website attalkpython.fm/39

Listen
Talk Python To Me
#38: Continuous Integration and Delivery at Codeship from 2015-12-15T00:00

See the full show notes for this episode on the website attalkpython.fm/38

Listen
Talk Python To Me
#37: Python Cybersecurity and Penetration Testing from 2015-12-08T00:00

See the full show notes for this episode on the website attalkpython.fm/37

Listen
Talk Python To Me
#36: Python IDEs with the PyCharm team from 2015-12-01T00:00

See the full show notes for this episode on the website attalkpython.fm/36

Listen
Talk Python To Me
#35: Turbogears and the future of Python web frameworks from 2015-11-24T00:00

See the full show notes for this episode on the website attalkpython.fm/35

Listen
Talk Python To Me
#34: Continuum: Scientific Python and The Business of Open Source from 2015-11-17T00:00

See the full show notes for this episode on the website attalkpython.fm/34

Listen
Talk Python To Me
#33: OpenStack: Cloud computing built on Python from 2015-11-10T00:00

See the full show notes for this episode on the website attalkpython.fm/33

Listen
Talk Python To Me
#32: PyPy.js - PyPy Python in Your Browser from 2015-11-03T00:00

See the full show notes for this episode on the website attalkpython.fm/32

Listen
Talk Python To Me
#31: Machine Learning with Python and scikit-learn from 2015-10-27T00:00

See the full show notes for this episode on the website attalkpython.fm/31

Listen
Talk Python To Me
#30: Python Community and Python at Dropbox from 2015-10-20T00:00

See the full show notes for this episode on the website attalkpython.fm/30

Listen
Talk Python To Me
#29: Python at the Large Hadron Collider and CERN from 2015-10-13T00:00

See the full show notes for this episode on the website attalkpython.fm/29

Listen
Talk Python To Me
#28: Making Python Fast: Profiling Python Code from 2015-10-06T00:00

See the full show notes for this episode on the website attalkpython.fm/28

Listen
Talk Python To Me
#27: Four Years of Python for High Schoolers from 2015-09-29T00:00

See the full show notes for this episode on the website attalkpython.fm/27

Listen
Talk Python To Me
#26: Deploying Python Web Applications (Updated) from 2015-09-22T00:00

See the full show notes for this episode on the website attalkpython.fm/26

Listen
Talk Python To Me
#25: Effective Python from 2015-09-15T00:00

See the full show notes for this episode on the website attalkpython.fm/25

Listen
Talk Python To Me
#24: Fluent Python from 2015-09-08T00:00

See the full show notes for this episode on the website attalkpython.fm/24

Listen
Talk Python To Me
#23: 3D Printing with Python at Authentise from 2015-09-01T00:00

See the full show notes for this episode on the website attalkpython.fm/23

Listen
Talk Python To Me
#22: CPython Internals and Learning Python with pythontutor.com from 2015-08-25T00:00

See the full show notes for this episode on the website attalkpython.fm/22

Listen
Talk Python To Me
#21: PyPy - The JIT Compiled Python Implementation from 2015-08-18T00:00

See the full show notes for this episode on the website attalkpython.fm/21

Listen
Talk Python To Me
#20: Interactive Python and Teaching Python: Beyond Text Books from 2015-08-11T00:00

See the full show notes for this episode on the website attalkpython.fm/20

Listen
Talk Python To Me
#19: Automate the Boring Stuff with Python from 2015-08-04T00:00

See the full show notes for this episode on the website attalkpython.fm/19

Listen
Talk Python To Me
#18: Python Anti-patterns and other mistakes from 2015-07-28T00:00

See the full show notes for this episode on the website attalkpython.fm/18

Listen
Talk Python To Me
#17: Python on bare metal with MicroPython from 2015-07-21T00:00

See the full show notes for this episode on the website attalkpython.fm/17

Listen
Talk Python To Me
#16: Python at Netflix from 2015-07-14T00:00

See the full show notes for this episode on the website attalkpython.fm/16

Listen
Talk Python To Me
#15: Python at Spotify, PSF, and PyLadies from 2015-07-07T00:00

See the full show notes for this episode on the website attalkpython.fm/15

Listen
Talk Python To Me
#14: Moving from PHP to Python 3 with Patreon from 2015-06-30T00:00

See the full show notes for this episode on the website attalkpython.fm/14

Listen
Talk Python To Me
#13: Flask web framework and much, much more from 2015-06-23T00:00

See the full show notes for this episode on the website attalkpython.fm/13

Listen
Talk Python To Me
#12: Deep Dive into Modules and Packages from 2015-06-16T00:00

See the full show notes for this episode on the website attalkpython.fm/12

Listen
Talk Python To Me
#11: PyImageSearch and Computer Vision from 2015-06-09T00:00

See the full show notes for this episode on the website attalkpython.fm/11

Listen
Talk Python To Me
#10: Bringing Python to the Masses with Hosting and DevOps at PythonAnywhere from 2015-06-02T00:00

See the full show notes for this episode on the website attalkpython.fm/10

Listen
Talk Python To Me
#9: Docker for the Python Developer from 2015-05-26T00:00

See the full show notes for this episode on the website attalkpython.fm/9

Listen
Talk Python To Me
#8: Teaching Python at Grok Learning and Classrooms from 2015-05-19T00:00

See the full show notes for this episode on the website attalkpython.fm/8

Listen
Talk Python To Me
#7: Robot Operating System (ROS) and ROSPy from 2015-05-12T00:00

See the full show notes for this episode on the website attalkpython.fm/7

Listen
Talk Python To Me
#6: Requests, PyCon, and Python's future from 2015-05-05T00:00

See the full show notes for this episode on the website attalkpython.fm/6

Listen
Talk Python To Me
#5: SQLAlchemy and data access in Python from 2015-04-28T00:00

See the full show notes for this episode on the website attalkpython.fm/5

Listen
Talk Python To Me
#4: Enterprise Python and Large-Scale Projects from 2015-04-23T00:00

See the full show notes for this episode on the website attalkpython.fm/4

Listen
Talk Python To Me
#3: Pyramid Web Framework from 2015-04-16T00:00

See the full show notes for this episode on the website attalkpython.fm/3

Listen
Talk Python To Me
#2: Python and MongoDB from 2015-04-07T00:00

See the full show notes for this episode on the website attalkpython.fm/2

Listen
Talk Python To Me
#1: EVE - RESTful APIs for humans from 2015-03-31T00:00

See the full show notes for this episode on the website attalkpython.fm/1

Listen
Talk Python To Me
#0: Introducing the show! from 2015-03-21T00:00

See the full show notes for this episode on the website attalkpython.fm/0

Listen