תוכן מסופק על ידי Michael Kennedy. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Michael Kennedy או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Player FM - אפליקציית פודקאסט
התחל במצב לא מקוון עם האפליקציה Player FM !
התחל במצב לא מקוון עם האפליקציה Player FM !
פודקאסטים ששווה להאזין
בחסות
Jerry Seinfeld jokes about the phrase "it is what it is' in his Netflix special, "23 Hours To Kill".
#484: From React to a Django+HTMX based stack
Manage episode 448593939 series 2453836
תוכן מסופק על ידי Michael Kennedy. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Michael Kennedy או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
See the full show notes for this episode on the website at talkpython.fm/484
…
continue reading
518 פרקים
Manage episode 448593939 series 2453836
תוכן מסופק על ידי Michael Kennedy. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Michael Kennedy או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
See the full show notes for this episode on the website at talkpython.fm/484
…
continue reading
518 פרקים
כל הפרקים
×
1 #509: GPU Programming in Pure Python 57:29
57:29
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי57:29
If you're looking to leverage the insane power of modern GPUs for data science and ML, you might think you'll need to use some low-level programming language such as C++. But the folks over at NVIDIA have been hard at work building Python SDKs which provide nearly native level of performance when doing Pythonic GPU programming. Bryce Adelstein Lelbach is here to tell us about programming your GPU in pure Python. Episode sponsors Posit Agntcy Talk Python Courses Links from the show Bryce Adelstein Lelbach on Twitter : @blelbach Episode Deep Dive write up : talkpython.fm/blog NVIDIA CUDA Python API : github.com Numba (JIT Compiler for Python) : numba.pydata.org Applied Data Science Podcast : adspthepodcast.com NVIDIA Accelerated Computing Hub : github.com NVIDIA CUDA Python Math API Documentation : docs.nvidia.com CUDA Cooperative Groups (CCCL) : nvidia.github.io Numba CUDA User Guide : nvidia.github.io CUDA Python Core API : nvidia.github.io Numba (JIT Compiler for Python) : numba.pydata.org NVIDIA’s First Desktop AI PC ($3,000) : arstechnica.com Google Colab : colab.research.google.com Compiler Explorer (“Godbolt”) : godbolt.org CuPy : github.com RAPIDS User Guide : docs.rapids.ai Watch this episode on YouTube : youtube.com Episode #509 deep-dive : talkpython.fm/509 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #508: Program Your Own Computer with Python 1:11:56
1:11:56
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:11:56
If you've heard the phrase "Automate the boring things" for Python, this episode starts with that idea and takes it to another level. We have Glyph back on the podcast to talk about "Programming YOUR computer with Python." We dive into a bunch of tools and frameworks and especially spend some time on integrating with existing platform APIs (e.g. macOS's BrowserKit and Window's COM APIs) to build desktop apps in Python that make you happier and more productive. Let's dive in! Episode sponsors Posit Agntcy Talk Python Courses Links from the show Glyph on Mastodon : @glyph@mastodon.social Glyph on GitHub : github.com/glyph Glyph's Conference Talk: LceLUPdIzRs : youtube.com Notify Py : ms7m.github.io Rumps : github.com QuickMacHotkey : pypi.org QuickMacApp : pypi.org LM Studio : lmstudio.ai Coolify : coolify.io PyWin32 : pypi.org WinRT : pypi.org PyObjC : pypi.org PyObjC Documentation : pyobjc.readthedocs.io Watch this episode on YouTube : youtube.com Episode #508 deep-dive : talkpython.fm/508 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #507: Agentic AI Workflows with LangGraph 1:03:59
1:03:59
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:59
If you want to leverage the power of LLMs in your Python apps, you would be wise to consider an agentic framework. Agentic empowers the LLMs to use tools and take further action based on what it has learned at that point. And frameworks provide all the necessary building blocks to weave these into your apps with features like long-term memory and durable resumability. I'm excited to have Sydney Runkle back on the podcast to dive into building Python apps with LangChain and LangGraph. Episode sponsors Posit Auth0 Talk Python Courses Links from the show Sydney Runkle : linkedin.com LangGraph : github.com LangChain : langchain.com LangGraph Studio : github.com LangGraph (Web) : langchain.com LangGraph Tutorials Introduction : langchain-ai.github.io How to Think About Agent Frameworks : blog.langchain.dev Human in the Loop Concept : langchain-ai.github.io GPT-4 Prompting Guide : cookbook.openai.com Watch this episode on YouTube : youtube.com Episode #507 deep-dive : talkpython.fm/507 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #506: ty: Astral's New Type Checker (Formerly Red-Knot) 1:04:19
1:04:19
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:19
The folks over at Astral have made some big-time impacts in the Python space with uv and ruff. They are back with another amazing project named ty. You may have known it as Red-Knot. But it's coming up on release time for the first version and with the release it comes with a new official name: ty. We have Charlie Marsh and Carl Meyer on the show to tell us all about this new project. Episode sponsors Posit Auth0 Talk Python Courses Links from the show Talk Python's Rock Solid Python: Type Hints & Modern Tools (Pydantic, FastAPI, and More) Course : training.talkpython.fm Charlie Marsh on Twitter : @charliermarsh Charlie Marsh on Mastodon : @charliermarsh Carl Meyer : @carljm ty on Github : github.com/astral-sh/ty A Very Early Play with Astral’s Red Knot Static Type Checker : app.daily.dev Will Red Knot be a drop-in replacement for mypy or pyright? : github.com Hacker News Announcement : news.ycombinator.com Early Explorations of Astral’s Red Knot Type Checker : pydevtools.com Astral's Blog : astral.sh Rust Analyzer Salsa Docs : docs.rs Ruff Open Issues (label: red-knot) : github.com Ruff Types : types.ruff.rs Ruff Docs (Astral) : docs.astral.sh uv Repository : github.com Watch this episode on YouTube : youtube.com Episode #506 deep-dive : talkpython.fm/506 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #505: t-strings in Python (PEP 750) 1:11:59
1:11:59
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:11:59
Python has many string formatting styles which have been added to the language over the years. Early Python used the % operator to injected formatted values into strings. And we have string.format() which offers several powerful styles. Both were verbose and indirect, so f-strings were added in Python 3.6. But these f-strings lacked security features (think little bobby tables) and they manifested as fully-formed strings to runtime code. Today we talk about the next evolution of Python string formatting for advanced use-cases (SQL, HTML, DSLs, etc): t-strings. We have Paul Everitt, David Peck, and Jim Baker on the show to introduce this upcoming new language feature. Episode sponsors Posit Auth0 Talk Python Courses Links from the show Guests: Paul on X : @paulweveritt Paul on Mastodon : @pauleveritt@fosstodon.org Dave Peck on Github : github.com Jim Baker : github.com PEP 750 – Template Strings : peps.python.org tdom - Placeholder for future library on PyPI using PEP 750 t-strings : github.com PEP 750: Tag Strings For Writing Domain-Specific Languages : discuss.python.org How To Teach This : peps.python.org PEP 501 – General purpose template literal strings : peps.python.org Python's new t-strings : davepeck.org PyFormat: Using % and .format() for great good! : pyformat.info flynt: A tool to automatically convert old string literal formatting to f-strings : github.com Examples of using t-strings as defined in PEP 750 : github.com htm.py issue : github.com Exploits of a Mom : xkcd.com pyparsing : github.com Watch this episode on YouTube : youtube.com Episode #505 deep-dive : talkpython.fm/505 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #504: Developer Trends in 2025 1:09:53
1:09:53
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:09:53
What trends and technologies should you be paying attention to today? Are there hot new database servers you should check out? Or will that just be a flash in the pan? I love these forward looking episodes and this one is super fun. I've put together an amazing panel: Gina Häußge, Ines Montani, Richard Campbell, and Calvin Hendryx-Parker. We dive into the recent Stack Overflow Developer survey results as a sounding board for our thoughts on rising and falling trends in the Python and broader developer space. Episode sponsors NordLayer Auth0 Talk Python Courses Links from the show The Stack Overflow Survey Results : survey.stackoverflow.co/2024 Panelists Gina Häußge : chaos.social/@foosel Ines Montani : ines.io Richard Campbell : about.me/richard.campbell Calvin Hendryx-Parker : github.com/calvinhp Explosion : explosion.ai spaCy : spacy.io OctoPrint : octoprint.org .NET Rocks : dotnetrocks.com Six Feet Up : sixfeetup.com Stack Overflow : stackoverflow.com Python.org : python.org GitHub Copilot : github.com OpenAI ChatGPT : chat.openai.com Claude : anthropic.com LM Studio : lmstudio.ai Hetzner : hetzner.com Docker : docker.com Aider Chat : github.com Codename Goose AI : block.github.io/goose/ IndyPy : indypy.org OctoPrint Community Forum : community.octoprint.org spaCy GitHub : github.com Hugging Face : huggingface.co Watch this episode on YouTube : youtube.com Episode #504 deep-dive : talkpython.fm/504 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #503: The PyArrow Revolution 1:08:36
1:08:36
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:36
Pandas is at a the core of virtually all data science done in Python, that is virtually all data science. Since it's beginning, Pandas has been based upon numpy. But changes are afoot to update those internals and you can now optionally use PyArrow. PyArrow comes with a ton of benefits including it's columnar format which makes answering analytical questions faster, support for a range of high performance file formats, inter-machine data streaming, faster file IO and more. Reuven Lerner is here to give us the low-down on the PyArrow revolution. Episode sponsors NordLayer Auth0 Talk Python Courses Links from the show Reuven : github.com/reuven Apache Arrow : github.com Parquet : parquet.apache.org Feather format : arrow.apache.org Python Workout Book (45% off with code talkpython45) : manning.com Pandas Workout Book (45% off with code talkpython45) : manning.com Pandas : pandas.pydata.org PyArrow CSV docs : arrow.apache.org Future string inference in Pandas : pandas.pydata.org Pandas NA/nullable dtypes : pandas.pydata.org Pandas `.iloc` indexing : pandas.pydata.org DuckDB : duckdb.org Pandas user guide : pandas.pydata.org Pandas GitHub issues : github.com Watch this episode on YouTube : youtube.com Episode #503 deep-dive : talkpython.fm/503 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #502: Django Ledger: Accounting with Python 1:03:38
1:03:38
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:38
Do you or your company need accounting software? Well, there are plenty of SaaS products out there that you can give your data to. but maybe you also really like Django and would rather have a foundation to build your own accounting system exactly as you need for your company or your product. On this episode, we're diving into Django Ledger, created by Miguel Sanda, which can do just that. Episode sponsors Auth0 Talk Python Courses Links from the show Miguel Sanda on Twitter : @elarroba Miguel on Mastodon : @elarroba@fosstodon.org Miguel on GitHub : github.com Django Ledger on Github : github.com Django Ledger Discord : discord.gg Get Started with Django MongoDB Backend : mongodb.com Wagtail CMS : wagtail.org Watch this episode on YouTube : youtube.com Episode #502 deep-dive : talkpython.fm/502 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #501: Marimo - Reactive Notebooks for Python 1:00:35
1:00:35
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:35
Have you ever spent an afternoon wrestling with a Jupyter notebook, hoping that you ran the cells in just the right order, only to realize your outputs were completely out of sync? Today's guest has a fresh take on solving that exact problem. Akshay Agrawal is here to introduce Marimo, a reactive Python notebook that ensures your code and outputs always stay in lockstep. And that's just the start! We'll also dig into Akshay's background at Google Brain and Stanford, what it's like to work on the cutting edge of AI, and how Marimo is uniting the best of data science exploration and real software engineering. Episode sponsors Worth Search Talk Python Courses Links from the show Akshay Agrawal : akshayagrawal.com YouTube : youtube.com Source : github.com Docs : marimo.io Marimo : marimo.io Discord : marimo.io WASM playground : marimo.new Experimental generate notebooks with AI : marimo.app Pluto.jl : plutojl.org Observable JS : observablehq.com Watch this episode on YouTube : youtube.com Episode #501 deep-dive : talkpython.fm/501 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #500: Django Simple Deploy and other DevOps Things 57:34
57:34
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי57:34
We're sitting down with Eric Matthes, the educator, author, and developer behind Django Simple Deploy. If you've ever struggled with taking that final step of getting your Django app onto a live server (without spending days wrestling with DevOps complexities), then give Django Simple Deploy a look. Eric shares how Django Simple Deploy automates away the boilerplate parts of deployment, so you can focus on building features instead of deciphering endless configs. We'll talk about this new project's journey to 1.0, the range of hosting platforms it supports, and why it's not just for beginners. Episode sponsors Worth Search Talk Python Courses Links from the show django-simple-deploy documentation : readthedocs.io django-simple-deploy repository : github.com Python Crash Course book : ehmatthes.github.io Code Red : codered.cloud Docker : docker.com Caddy : caddyserver.com Bunny.net CDN : bunny.net Platform.sh : platform.sh fly.io : fly.io Heroku : heroku.com Watch this episode on YouTube : youtube.com Episode #500 deep-dive : talkpython.fm/500 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #499: BeeWare and the State of Python on Mobile 1:07:47
1:07:47
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:47
This episode is all about Beeware, the project that working towards true native apps built on Python, especially for iOS and Android. Russell's been at this for more than a decade, and the progress is now hitting critical mass. We'll talk about the Toga GUI toolkit, building and shipping your apps with Briefcase, the newly official support for iOS and Android in CPython, and so much more. I can't wait to explore how BeeWare opens up the entire mobile ecosystem for Python developers, let's jump right in. Episode sponsors Posit Python in Production Talk Python Courses Links from the show Anaconda open source team : anaconda.com PEP 730 – Adding iOS : peps.python.org PEP 738 – Adding Android : peps.python.org Toga : beeware.org Briefcase : beeware.org emscripten : emscripten.org Russell Keith-Magee - Keynote - PyCon 2019 : youtube.com Watch this episode on YouTube : youtube.com Episode #499 deep-dive : talkpython.fm/499 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #498: Algorithms for high performance terminal apps 1:08:16
1:08:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:16
In this episode, we welcome back Will McGugan, the creator of the wildly popular Rich library and founder of Textualize. We'll dive into Will's latest article on "Algorithms for High Performance Terminal Apps" and explore how he's quietly revolutionizing what's possible in the terminal, from smooth animations and dynamic widgets to full-on TUI (or should we say GUI?) frameworks. Whether you're looking to supercharge your command-line tools or just curious how Python can push the limits of text-based UIs, you'll love hearing how Will's taking a modern, web-inspired approach to old-school terminals. Episode sponsors Posit Python in Production Talk Python Courses Links from the show Algorithms for high performance terminal apps post : textual.textualize.io Textual Demo : github.com Textual : textualize.io Zero ver : 0ver.org memray : github.com Posting app : posting.sh Bulma CSS framewokr : bulma.io JP Term : davidbrochart.github.io Rich : github.com btop : github.com starship : starship.rs Watch this episode on YouTube : youtube.com Episode #498 deep-dive : talkpython.fm/498 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #497: Outlier Detection with Python 55:22
55:22
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי55:22
Have you ever wondered why certain data points stand out so dramatically? They might hold the key to everything from fraud detection to groundbreaking discoveries. This week on Talk Python to Me, we dive into the world of outlier detection with Python with Brett Kennedy. You'll learn how outliers can signal errors, highlight novel insights, or even reveal hidden patterns lurking in the data you thought you understood. We'll explore fresh research developments, practical use cases, and how outlier detection compares to other core data science tasks like prediction and clustering. If you're ready to spot those game-changing anomalies in your own projects, stay tuned. Discount code for Outlier Detection in Python book : talkpython45 (45% off, no expiration date). Episode sponsors Posit Python in Production Talk Python Courses Links from the show Data-morph : github.com PyOD : github.com Prophet : github.com Outlier Detection in Python Book : manning.com Episode #497 deep-dive : talkpython.fm/497 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #496: Scaf: Complete blueprint for new Python Kubernetes projects 1:19:34
1:19:34
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:19:34
Today we explore the wild world of Python deployment with my friend, Calvin Hendryx-Parker from Six Feet Up. We’ll tackle some of the biggest challenges in taking a Python app from “it works on my machine” to production, covering inconsistent environments, conflicting dependencies, and sneaky security pitfalls. Along the way, Calvin shares how containerization with Docker and Kubernetes can both simplify and complicate deployments, especially for smaller teams. Finally, we’ll introduce Scaf, a powerful project blueprint designed to give developers a rock-solid start on Python web projects of all sizes. Get notified when the Talk Python in Production book goes live and read the first third online right now. Episode sponsors Posit Python in Production Talk Python Courses Links from the show Calvin Hendryx-Parker : github.com Scaf on GitHub : github.com Scaf on GitHub (duplicate) : github.com "Deploy the Dream" song : deploy-the-dream-talk-python.mp3 CloudDevEngineering YouTube Channel : youtube.com TechWorld with Nana YouTube Channel : youtube.com Tilt (Kubernetes Dev Tool) : tilt.dev Talos (Minimal OS for Kubernetes) : talos.dev Traefik Reverse Proxy : traefik.io Sealed Secrets on GitHub : github.com Argo CD Documentation : readthedocs.io MailHog on GitHub : github.com Next.js : nextjs.org Cloud Custodian : cloudcustodian.io Valkey (Redis Replacement) : valkey.io “The ‘Works on My Machine’ Certification Program” (Coding Horror) : blog.codinghorror.com NVIDIA’s First Desktop AI PC (Ars Technica) : arstechnica.com Kind (Kubernetes in Docker) : kind.sigs.k8s.io Updated Effective PyCharm Course : training.talkpython.fm Talk Python in Production book : talkpython.fm/books/python-in-production Watch this episode on YouTube : youtube.com Episode #496 deep-dive : talkpython.fm/496 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…

1 #495: OSMnx: Python and OpenStreetMap 1:01:55
1:01:55
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:01:55
On this episode, I'm joined by Dr. Geoff Boeing, an assistant professor at the University of Southern California whose research spans urban planning, spatial analysis, and data science. We explore why OpenStreetMap is such a powerful source of global map data—and how Geoff's Python library, OSMnx, makes that data easier to download, model, and visualize. Along the way, we talk about what shapes city streets around the world, how urban design influences everything from daily commutes to disaster resilience, and why turning open data into accessible tools can open up completely new ways of understanding our cities. If you've ever wondered how to build or analyze your own digital maps in Python, or what it takes to manage a project that transforms raw geographic data into meaningful research, you won't want to miss this conversation. Episode sponsors Posit Python in Production Talk Python Courses Links from the show City Street Orientations World : geoffboeing.com OSMnx Documentation : readthedocs.io OSMnx GitHub : github.com OpenStreetMap : openstreetmap.org Open Database License : opendatacommons.org ID Editor (Web Editor) : wiki.openstreetmap.org Planet OSM : planet.openstreetmap.org Overpass API : wiki.openstreetmap.org GeoPandas : geopandas.org NetworkX : networkx.org Shapely : shapely.readthedocs.io Watch this episode on YouTube : youtube.com Episode #495 deep-dive : talkpython.fm/495 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…
T
Talk Python To Me

1 #494: Update on Flet: Python + Flutter UIs 1:00:23
1:00:23
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:23
As Python developers, we're incredibly lucky to have over half a million packages that we can use to build our applications with over at PyPI. However, when it comes to choosing a UI framework, the options get narrowed down very quickly. Intersect those choices with the ones that work on mobile, and you have a very short list. Flutter is a UI framework for building desktop and mobile applications, and is in fact the one that we used to build the Talk Python courses app, you'd find at talkpython.fm/apps . That's why I'm so excited about Flet. Flet is a Python UI framework that is distributed and executed on the Flutter framework, making it possible to build mobile apps and desktop apps with Python. We have Feodor Fitsner back on the show after he launched his project a couple years ago to give us an update on how close they are to a full featured mobile app framework in Python. Episode sponsors Posit Python in Production Talk Python Courses Links from the show Flet : flet.dev Flet on Github : github.com Packaging apps with Flet : flet.dev/docs/publish Flutter : flutter.dev React vs. Flutter : trends.stackoverflow.co Kivy : kivy.org Beeware : beeware.org Mobile forge from Beeware : github.com The list of built-in binary wheels : flet.dev/docs/publish/android#binary-python-packages Difference between dynamic and static Flet web apps : flet.dev/docs/publish/web Integrating Flutter packages : flet.dev/docs/extend/integrating-existing-flutter-packages serious_python : pub.dev/packages/serious_python Watch this episode on YouTube : youtube.com Episode #494 deep-dive : talkpython.fm/494 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…
T
Talk Python To Me

1 #493: Quarto: Open-source technical publishing 1:05:01
1:05:01
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:05:01
In this episode, I'm joined by JJ Allaire, founder and executive chairman at Posit, and Carlos Scheidegger, a software engineer at Posit, to explore Quarto, an open-source tool revolutionizing technical publishing. We discuss how Quarto empowers users to seamlessly transform Jupyter notebooks into polished reports, dashboards, e-books, websites, and more. JJ shares his journey from creating RStudio to developing Quarto as a versatile, multi-language tool, while Carlos delves into its roots in reproducibility and the challenges of academic publishing. Don't miss this deep dive into a tool that's shaping the future of data-driven storytelling! Episode sponsors Talk Python Courses Podcast Later Links from the show JJ Allaire JJ on LinkedIn : linkedin.com JJ on GitHub : github.com Carlos Scheidegger Personal site : cscheid.net Mastodon : @scheidegger Fast AI : fast.ai nbdev : nbdev.fast.ai nbsanity - Share Notebooks as Polished Web Pages in Seconds : answer.ai Pandoc : pandoc.org Observable : github.com Quarto Pub : quartopub.com Deno : deno.com Real World Data Science site : realworlddatascience.net Typst : typst.app Github Actions for Quarto : github.com Watch this episode on YouTube : youtube.com Episode #493 deep-dive : talkpython.fm/493 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…
T
Talk Python To Me

Join me as I chat with Rich Iannone and Michael Chow from Posit where we explore the transformative power of data tables with the Great Tables library. We'll cover practical applications of Great Tables, showcasing how thoughtful design and advanced formatting can elevate your data presentations. And you'll learn about innovative features like nano plots and interactive elements and the importance of structure, format, and style in crafting tables that both inform and inspire. Whether you're a seasoned data scientist or just starting out, this episode is packed with valuable tips and inspiring examples to enhance your data storytelling. Episode sponsors Posit Talk Python Courses Links from the show Michael Chow : github.com/machow Richard Iannone : github.com/rich-iannone Episode Deep Dives Writeup : talkpython.fm/blog Great Tables : github.com Making Beautiful, Publication Quality Tables PyCon talk : youtube.com Andrew Weatherman's Visualization Gallery : aweatherman.com Bureau of the Census Manual of Tabular Presentation : census.gov Table Contest : posit.co Watch this episode on YouTube : youtube.com Episode #492 deep-dive : talkpython.fm/492 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…
T
Talk Python To Me

1 #491: DuckDB and Python: Ducks and Snakes living together 1:02:03
1:02:03
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:02:03
Join me for an insightful conversation with Alex Monahan, who works on documentation, tutorials, and training at DuckDB Labs. We explore why DuckDB is gaining momentum among Python and data enthusiasts, from its in-process database design to its blazingly fast, columnar architecture. We also dive into indexing strategies, concurrency considerations, and the fascinating way MotherDuck (the cloud companion to DuckDB) handles large-scale data seamlessly. Don’t miss this chance to learn how a single pip install could totally transform your Python data workflow! Episode sponsors Sentry Error Monitoring, Code TALKPYTHON Data Citizens Podcast Talk Python Courses Links from the show Alex on Mastodon : @__Alex__ DuckDB : duckdb.org MotherDuck : motherduck.com SQLite : sqlite.org Moka-Py : github.com PostgreSQL : www.postgresql.org MySQL : www.mysql.com Redis : redis.io Apache Parquet : parquet.apache.org Apache Arrow : arrow.apache.org Pandas : pandas.pydata.org Polars : pola.rs Pyodide : pyodide.org DB-API (PEP 249) : peps.python.org/pep-0249 Flask : flask.palletsprojects.com Gunicorn : gunicorn.org MinIO : min.io Amazon S3 : aws.amazon.com/s3 Azure Blob Storage : azure.microsoft.com/products/storage Google Cloud Storage : cloud.google.com/storage DigitalOcean : www.digitalocean.com Linode : www.linode.com Hetzner : www.hetzner.com BigQuery : cloud.google.com/bigquery DBT (Data Build Tool) : docs.getdbt.com Mode : mode.com Hex : hex.tech Python : www.python.org Node.js : nodejs.org Rust : www.rust-lang.org Go : go.dev .NET : dotnet.microsoft.com Watch this episode on YouTube : youtube.com Episode #491 deep-dive : talkpython.fm/491 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…
T
Talk Python To Me

If you're a Django developer, I'm sure you've heard so many people raving about FastAPI and Pydantic. But you really love Django and don't want to switch. Then you might want to give Django Ninja a serious look. Django Ninja is highly inspired by FastAPI, but is also deeply integrated into Django itself. We have Vitaliy Kucheryaviy the creator of Django Ninja on this show to tell us all about it. Episode sponsors Sentry Error Monitoring, Code TALKPYTHON Bluehost Talk Python Courses Links from the show Vitaly : github.com/vitalik Vitaly on X : @vital1k Top 5 Episodes of 2024 : talkpython.fm/blog/posts/top-talk-python-podcast-episodes-of-2024 Django Ninja : django-ninja.dev Motivation section we talked through : django-ninja.dev/motivation LLM for Django Ninja : llm.django-ninja.dev Nano Django : github.com/vitalik/nano-django Episode #490 deep-dive : talkpython.fm/490 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…
T
Talk Python To Me

1 #489: Anaconda Toolbox for Excel and more with Peter Wang 1:09:09
1:09:09
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:09:09
Peter Wang has been pushing Python forward since the early days of its data science roots. We're lucky to have him back on the show. We're going to talk about the Anaconda Toolbox for Excel as well as many other trends and topics that are hot in the Python space right now. I'm sure you'll enjoy listening to the two of us exchanging our takes on the topics and trends. Episode sponsors Sentry Error Monitoring, Code TALKPYTHON Bluehost Talk Python Courses Links from the show Peter on BSky : @wang.social Michael on BSky : @mkennedy.codes Michael's Curated BSky Starter List : bsky.app Python Blsky Starter Pack List : blueskydirectory.com Anaconda Toolbox for Microsoft Excel : anaconda.com JupyterLite : jupyter.org 8 of the Biggest Excel Mistakes of All Time : blog.hurree.co The Five Demons of Python Packaging PyBay talk : youtube.com PEP 759 : peps.python.org TIOBE Index : tiobe.com pyscript : pyscript.net Watch this episode on YouTube : youtube.com Episode #489 deep-dive : talkpython.fm/489 Episode transcripts : talkpython.fm --- Stay in touch with us --- Subscribe to Talk Python on YouTube : youtube.com Talk Python on Bluesky : @talkpython.fm at bsky.app Talk Python on Mastodon : talkpython Michael on Bluesky : @mkennedy.codes at bsky.app Michael on Mastodon : mkennedy…
T
Talk Python To Me

1 #488: Multimodal data with LanceDB 58:19
58:19
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:19
See the full show notes for this episode on the website at talkpython.fm/488
T
Talk Python To Me

1 #487: Building Rust Extensions for Python 1:02:24
1:02:24
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:02:24
See the full show notes for this episode on the website at talkpython.fm/487
T
Talk Python To Me

1 #486: CSnakes: Embed Python code in .NET 1:02:45
1:02:45
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:02:45
See the full show notes for this episode on the website at talkpython.fm/486
T
Talk Python To Me

1 #485: Secure coding for Python with SheHacksPurple 1:09:28
1:09:28
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:09:28
See the full show notes for this episode on the website at talkpython.fm/485
T
Talk Python To Me

1 #484: From React to a Django+HTMX based stack 57:44
57:44
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי57:44
See the full show notes for this episode on the website at talkpython.fm/484
T
Talk Python To Me

1 #483: Reflex Framework: Frontend, Backend, Pure Python 1:03:05
1:03:05
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:05
See the full show notes for this episode on the website at talkpython.fm/483
T
Talk Python To Me

1 #482: Pre-commit Hooks for Python Devs 1:10:20
1:10:20
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:10:20
See the full show notes for this episode on the website at talkpython.fm/482
T
Talk Python To Me

1 #481: Python Opinions and Zeitgeist with Hynek 1:03:00
1:03:00
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:00
See the full show notes for this episode on the website at talkpython.fm/481
T
Talk Python To Me

1 #480: Ahoy, Narwhals are bridging the data science APIs 59:15
59:15
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:15
See the full show notes for this episode on the website at talkpython.fm/480
T
Talk Python To Me

1 #479: Designing Effective Load Tests for Your Python App 59:06
59:06
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:06
See the full show notes for this episode on the website at talkpython.fm/479
T
Talk Python To Me

1 #478: When and how to start coding with kids 54:25
54:25
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי54:25
See the full show notes for this episode on the website at talkpython.fm/478
T
Talk Python To Me

1 #477: Awesome Text Tricks with NLP and spaCy 1:03:47
1:03:47
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:47
See the full show notes for this episode on the website at talkpython.fm/477
T
Talk Python To Me

1 #476: Unified Python packaging with uv 1:12:59
1:12:59
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:12:59
See the full show notes for this episode on the website at talkpython.fm/476
T
Talk Python To Me

1 #475: Python Language Summit 2024 1:01:24
1:01:24
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:01:24
See the full show notes for this episode on the website at talkpython.fm/475
T
Talk Python To Me

1 #474: Python Performance for Data Science 1:08:23
1:08:23
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:23
See the full show notes for this episode on the website at talkpython.fm/474
T
Talk Python To Me

1 #473: Being a developer with ADHD 1:00:32
1:00:32
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:32
See the full show notes for this episode on the website at talkpython.fm/473
T
Talk Python To Me

1 #472: State of Flask and Pallets in 2024 1:01:33
1:01:33
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:01:33
See the full show notes for this episode on the website at talkpython.fm/472
T
Talk Python To Me

1 #471: Learning and teaching Pandas 1:04:14
1:04:14
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:14
See the full show notes for this episode on the website at talkpython.fm/471
T
Talk Python To Me

1 #470: Python in Medicine and Patient Care 1:19:04
1:19:04
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:19:04
See the full show notes for this episode on the website at talkpython.fm/470
T
Talk Python To Me

1 #469: PuePy: Reactive frontend framework in Python 58:46
58:46
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:46
See the full show notes for this episode on the website at talkpython.fm/469
T
Talk Python To Me

1 #468: Python Trends Episode 2024 1:05:37
1:05:37
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:05:37
See the full show notes for this episode on the website at talkpython.fm/468
T
Talk Python To Me

1 #467: Data Science Panel at PyCon 2024 34:40
34:40
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי34:40
See the full show notes for this episode on the website at talkpython.fm/467
T
Talk Python To Me

1 #466: Pydantic Performance Tips 1:00:02
1:00:02
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:02
See the full show notes for this episode on the website at talkpython.fm/466
T
Talk Python To Me

1 #465: The AI Revolution Won't Be Monopolized 1:08:46
1:08:46
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:46
See the full show notes for this episode on the website at talkpython.fm/465
T
Talk Python To Me

1 #464: Seeing code flows and generating tests with Kolo 54:59
54:59
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי54:59
See the full show notes for this episode on the website at talkpython.fm/464
T
Talk Python To Me

1 #463: Running on Rust: Granian Web Server 1:04:51
1:04:51
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:51
See the full show notes for this episode on the website at talkpython.fm/463
T
Talk Python To Me

1 #462: Pandas and Beyond with Wes McKinney 59:51
59:51
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:51
See the full show notes for this episode on the website at talkpython.fm/462
T
Talk Python To Me

1 #461: Python in Neuroscience and Academic Labs 1:03:37
1:03:37
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:37
See the full show notes for this episode on the website at talkpython.fm/461
T
Talk Python To Me

1 #460: Dropbase: Build Internal Tools with Python 52:29
52:29
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי52:29
See the full show notes for this episode on the website at talkpython.fm/460
T
Talk Python To Me

1 #459: I Built A Python SaaS with AI 55:06
55:06
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי55:06
See the full show notes for this episode on the website at talkpython.fm/459
T
Talk Python To Me

1 #458: Serverless Python in 2024 1:00:22
1:00:22
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:22
See the full show notes for this episode on the website at talkpython.fm/458
T
Talk Python To Me

1 #457: Software Supply Chain Security with Phylum 1:08:21
1:08:21
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:21
See the full show notes for this episode on the website at talkpython.fm/457
T
Talk Python To Me

1 #456: Building GPT Actions with FastAPI and Pydantic 1:05:20
1:05:20
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:05:20
See the full show notes for this episode on the website at talkpython.fm/456
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/455
T
Talk Python To Me

1 #454: Data Pipelines with Dagster 58:25
58:25
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:25
See the full show notes for this episode on the website at talkpython.fm/454
T
Talk Python To Me

1 #453: uv - The Next Evolution in Python Packages? 1:14:21
1:14:21
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:14:21
See the full show notes for this episode on the website at talkpython.fm/453
T
Talk Python To Me

1 #452: Top Quart (async Flask) Extensions 55:42
55:42
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי55:42
See the full show notes for this episode on the website at talkpython.fm/452
T
Talk Python To Me

1 #451: Djangonauts, Ready for Blast-Off 58:33
58:33
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:33
See the full show notes for this episode on the website at talkpython.fm/451
T
Talk Python To Me

1 #450: Versioning Web APIs in Python 1:02:37
1:02:37
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:02:37
See the full show notes for this episode on the website at talkpython.fm/450
T
Talk Python To Me

1 #449: Building UIs in Python with FastUI 1:06:16
1:06:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:16
See the full show notes for this episode on the website at talkpython.fm/449
T
Talk Python To Me

1 #448: Full-Time Open Source Devs Panel 58:46
58:46
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:46
See the full show notes for this episode on the website at talkpython.fm/448
T
Talk Python To Me

1 #447: Parallel Python Apps with Sub Interpreters 1:11:09
1:11:09
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:11:09
See the full show notes for this episode on the website at talkpython.fm/447
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/446
T
Talk Python To Me

1 #445: Inside Azure Data Centers with Mark Russinovich 42:25
42:25
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי42:25
See the full show notes for this episode on the website at talkpython.fm/445
T
Talk Python To Me

1 #444: The Young Coder's Blueprint to Success 54:59
54:59
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי54:59
See the full show notes for this episode on the website at talkpython.fm/444
T
Talk Python To Me

1 #443: Python Bytes Crossover 2023 35:15
35:15
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי35:15
See the full show notes for this episode on the website at talkpython.fm/443
T
Talk Python To Me

1 #442: Ultra High Speed Message Parsing with msgspec 1:00:01
1:00:01
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:01
See the full show notes for this episode on the website at talkpython.fm/442
T
Talk Python To Me

1 #441: Python = Syntactic Sugar? 1:07:14
1:07:14
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:14
See the full show notes for this episode on the website at talkpython.fm/441
T
Talk Python To Me

1 #440: Talking to Notebooks with Jupyter AI 58:52
58:52
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:52
See the full show notes for this episode on the website at talkpython.fm/440
T
Talk Python To Me

1 #439: Pixi, A Fast Package Manager 59:04
59:04
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:04
See the full show notes for this episode on the website at talkpython.fm/439
T
Talk Python To Me

1 #438: Celebrating JupyterLab 4 and Jupyter 7 Releases 1:04:55
1:04:55
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:55
See the full show notes for this episode on the website at talkpython.fm/438
T
Talk Python To Me

1 #437: HTMX for Django Developers (And All of Us) 1:04:50
1:04:50
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:50
See the full show notes for this episode on the website at talkpython.fm/437
T
Talk Python To Me

1 #436: An Unbiased Evaluation of Environment and Packaging Tools 58:32
58:32
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:32
See the full show notes for this episode on the website at talkpython.fm/436
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/435
T
Talk Python To Me

1 #434: Building Mobile Apps Backed with Python 58:49
58:49
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:49
See the full show notes for this episode on the website at talkpython.fm/434
T
Talk Python To Me

1 #433: Litestar: Effortlessly Build Performant APIs 1:04:46
1:04:46
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:46
See the full show notes for this episode on the website at talkpython.fm/433
T
Talk Python To Me

1 #432: Migrating to Pydantic 2.0: Beanie for MongoDB 53:54
53:54
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי53:54
See the full show notes for this episode on the website at talkpython.fm/432
T
Talk Python To Me

1 #431: Visualizing CPython Release Process 1:02:12
1:02:12
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:02:12
See the full show notes for this episode on the website at talkpython.fm/431
T
Talk Python To Me

1 #430: Delightful Machine Learning Apps with Gradio 59:43
59:43
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:43
See the full show notes for this episode on the website at talkpython.fm/430
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/429
T
Talk Python To Me

1 #428: Django Trends in 2023 1:09:50
1:09:50
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:09:50
See the full show notes for this episode on the website at talkpython.fm/428
T
Talk Python To Me

1 #427: 10 Tips and Ideas for the Beginner to Expert Python Journey 1:06:06
1:06:06
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:06
See the full show notes for this episode on the website at talkpython.fm/427
T
Talk Python To Me

1 #426: What's New in PyScript [August 2023] 1:05:00
1:05:00
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:05:00
See the full show notes for this episode on the website at talkpython.fm/426
T
Talk Python To Me

1 #425: Memray: The endgame Python memory profiler 1:10:28
1:10:28
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:10:28
See the full show notes for this episode on the website at talkpython.fm/425
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/424
T
Talk Python To Me

1 #423: Solving 10 different simulation problems with Python 1:06:32
1:06:32
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:32
See the full show notes for this episode on the website at talkpython.fm/423
T
Talk Python To Me

1 #422: How data scientists use Python 1:02:16
1:02:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:02:16
See the full show notes for this episode on the website at talkpython.fm/422
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/421
T
Talk Python To Me

1 #420: Database Consistency & Isolation for Python Devs 56:02
56:02
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי56:02
See the full show notes for this episode on the website at talkpython.fm/420
T
Talk Python To Me

1 #419: Debugging Python in Production with PyStack 1:12:23
1:12:23
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:12:23
See the full show notes for this episode on the website at talkpython.fm/419
T
Talk Python To Me

1 #418: How To Keep A Secret in Python Apps 1:07:11
1:07:11
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:11
See the full show notes for this episode on the website at talkpython.fm/418
T
Talk Python To Me

1 #417: Test-Driven Prompt Engineering for LLMs with Promptimize 1:13:41
1:13:41
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:13:41
See the full show notes for this episode on the website at talkpython.fm/417
T
Talk Python To Me

1 #416: Open Source Sports Analytics with PySport 57:29
57:29
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי57:29
See the full show notes for this episode on the website at talkpython.fm/416
T
Talk Python To Me

1 #415: Future of Pydantic and FastAPI 50:05
50:05
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי50:05
See the full show notes for this episode on the website at talkpython.fm/415
T
Talk Python To Me

1 #414: A Stroll Down Startup Lane 52:47
52:47
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי52:47
See the full show notes for this episode on the website at talkpython.fm/414
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/413
T
Talk Python To Me

1 #412: PEP 711 - Distributing Python Binaries 1:18:20
1:18:20
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:18:20
See the full show notes for this episode on the website at talkpython.fm/412
T
Talk Python To Me

1 #411: Things I Wish Someone Had Explained To Me Sooner About Python 1:03:45
1:03:45
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:45
See the full show notes for this episode on the website at talkpython.fm/411
T
Talk Python To Me

1 #410: The Intersection of Tabular Data and Generative AI 1:05:38
1:05:38
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:05:38
See the full show notes for this episode on the website at talkpython.fm/410
T
Talk Python To Me

1 #409: Privacy as Code with Fides 1:08:01
1:08:01
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:01
See the full show notes for this episode on the website at talkpython.fm/409
T
Talk Python To Me

1 #408: Hatch: A Modern Python Workflow 1:02:59
1:02:59
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:02:59
See the full show notes for this episode on the website at talkpython.fm/408
T
Talk Python To Me

1 #407: pytest tips and tricks for better testing 56:22
56:22
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי56:22
See the full show notes for this episode on the website at talkpython.fm/407
T
Talk Python To Me

1 #406: Reimagining Python's Packaging Workflows 1:06:41
1:06:41
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:41
See the full show notes for this episode on the website at talkpython.fm/406
T
Talk Python To Me

1 #405: Testing in Radio Astronomy with Python and pytest 59:21
59:21
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:21
See the full show notes for this episode on the website at talkpython.fm/405
T
Talk Python To Me

1 #404: Clean Code in Python 1:04:42
1:04:42
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:42
See the full show notes for this episode on the website at talkpython.fm/404
T
Talk Python To Me

1 #403: Fusion Ignition Breakthrough and Python 1:04:42
1:04:42
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:42
See the full show notes for this episode on the website at talkpython.fm/403
T
Talk Python To Me

1 #402: Polars: A Lightning-fast DataFrame for Python [updated audio] 58:48
58:48
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:48
See the full show notes for this episode on the website at talkpython.fm/402
T
Talk Python To Me

1 #401: Migrating 3.8 Million Lines of Python 1:00:57
1:00:57
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:57
See the full show notes for this episode on the website at talkpython.fm/401
T
Talk Python To Me

1 #400: Ruff - The Fast, Rust-based Python Linter 1:03:45
1:03:45
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:45
See the full show notes for this episode on the website at talkpython.fm/400
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/399
T
Talk Python To Me

1 #398: Imaging Black Holes with Python 58:13
58:13
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:13
See the full show notes for this episode on the website at talkpython.fm/398
T
Talk Python To Me

1 #397: Evaluating New Open Source Tech Panel 1:03:25
1:03:25
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:25
See the full show notes for this episode on the website at talkpython.fm/397
T
Talk Python To Me

1 #396: AI Goes on Trial For Writing Code (crossover) 37:32
37:32
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי37:32
See the full show notes for this episode on the website at talkpython.fm/396
T
Talk Python To Me

1 #395: Tools for README.md Creation and Maintenance 1:13:31
1:13:31
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:13:31
See the full show notes for this episode on the website at talkpython.fm/395
T
Talk Python To Me

1 #394: Awesome Jupyter Libraries and Extensions in 2022 1:02:22
1:02:22
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:02:22
See the full show notes for this episode on the website at talkpython.fm/394
T
Talk Python To Me

1 #393: Space Science with Python 1:03:29
1:03:29
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:29
See the full show notes for this episode on the website at talkpython.fm/393
T
Talk Python To Me

1 #392: Data Science from the Command Line 1:11:04
1:11:04
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:11:04
See the full show notes for this episode on the website at talkpython.fm/392
T
Talk Python To Me

1 #391: Pyscript powered by MicroPython 1:11:04
1:11:04
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:11:04
See the full show notes for this episode on the website at talkpython.fm/391
T
Talk Python To Me

1 #390: Mastodon for Python Devs 1:08:41
1:08:41
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:41
See the full show notes for this episode on the website at talkpython.fm/390
T
Talk Python To Me

1 #389: 18 awesome asyncio packages in Python 57:28
57:28
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי57:28
See the full show notes for this episode on the website at talkpython.fm/389
T
Talk Python To Me

1 #388: Python 3.11 is here and it's fast 1:06:29
1:06:29
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:29
See the full show notes for this episode on the website at talkpython.fm/388
T
Talk Python To Me

1 #387: Build All the Things with Pants Build System 1:07:50
1:07:50
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:50
See the full show notes for this episode on the website at talkpython.fm/387
T
Talk Python To Me

1 #386: Realtime Web Apps and Dashboards with H2O Wave 1:05:37
1:05:37
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:05:37
See the full show notes for this episode on the website at talkpython.fm/386
T
Talk Python To Me

1 #385: Higher level Python asyncio with AnyIO 59:55
59:55
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:55
See the full show notes for this episode on the website at talkpython.fm/385
T
Talk Python To Me

1 #384: Python Data Visualization - Where To Start? 1:13:16
1:13:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:13:16
See the full show notes for this episode on the website at talkpython.fm/384
T
Talk Python To Me

1 #383: Textinator and Building macOS Apps with Python 1:06:08
1:06:08
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:08
See the full show notes for this episode on the website at talkpython.fm/383
T
Talk Python To Me

1 #382: Apache Superset: Modern Data Exploration Platform 1:08:16
1:08:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:16
See the full show notes for this episode on the website at talkpython.fm/382
T
Talk Python To Me

1 #381: Python Perf: Specializing, Adaptive Interpreter 1:08:53
1:08:53
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:53
See the full show notes for this episode on the website at talkpython.fm/381
T
Talk Python To Me

1 #380: 7 lessons from building a modern TUI framework 1:07:49
1:07:49
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:49
See the full show notes for this episode on the website at talkpython.fm/380
T
Talk Python To Me

1 #379: 17 Libraries You Should Be Using in Django 1:20:32
1:20:32
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:20:32
See the full show notes for this episode on the website at talkpython.fm/379
T
Talk Python To Me

1 #378: Flet: Flutter apps in Python 1:00:21
1:00:21
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:21
See the full show notes for this episode on the website at talkpython.fm/378
T
Talk Python To Me

1 #377: Python Packaging and PyPI in 2022 1:08:11
1:08:11
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:11
See the full show notes for this episode on the website at talkpython.fm/377
T
Talk Python To Me

1 #376: Pydantic v2 - The Plan 1:18:53
1:18:53
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:18:53
See the full show notes for this episode on the website at talkpython.fm/376
T
Talk Python To Me

1 #375: Python Language Summit 2022 58:31
58:31
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:31
See the full show notes for this episode on the website at talkpython.fm/375
T
Talk Python To Me

1 #374: PSF Survey in Review 1:02:16
1:02:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:02:16
See the full show notes for this episode on the website at talkpython.fm/374
T
Talk Python To Me

1 #373: Reinventing Azure's Python CLI 1:06:30
1:06:30
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:30
See the full show notes for this episode on the website at talkpython.fm/373
T
Talk Python To Me

1 #372: Applied mathematics with Python 1:15:44
1:15:44
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:15:44
See the full show notes for this episode on the website at talkpython.fm/372
T
Talk Python To Me

1 #371: pipx - Installable, Isolated Python Applications 58:43
58:43
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:43
See the full show notes for this episode on the website at talkpython.fm/371
T
Talk Python To Me

1 #370: OpenBB: Python's Open-source Investment Platform 54:28
54:28
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי54:28
See the full show notes for this episode on the website at talkpython.fm/370
T
Talk Python To Me

1 #369: Getting Lazy with Python Imports and PEP 690 56:26
56:26
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי56:26
See the full show notes for this episode on the website at talkpython.fm/369
T
Talk Python To Me

1 #368: End-to-End Web Testing with Playwright 1:13:19
1:13:19
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:13:19
See the full show notes for this episode on the website at talkpython.fm/368
T
Talk Python To Me

1 #367: Say Hello to PyScript (WebAssembly Python) 1:13:41
1:13:41
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:13:41
See the full show notes for this episode on the website at talkpython.fm/367
T
Talk Python To Me

1 #366: Optimizing PostgreSQL DB Queries with pgMustard 1:14:06
1:14:06
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:14:06
See the full show notes for this episode on the website at talkpython.fm/366
T
Talk Python To Me

1 #365: Solving Negative Engineering Problems with Prefect 1:04:10
1:04:10
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:10
See the full show notes for this episode on the website at talkpython.fm/365
T
Talk Python To Me

1 #364: Symbolic Math with Python using SymPy 1:07:52
1:07:52
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:52
See the full show notes for this episode on the website at talkpython.fm/364
T
Talk Python To Me

1 #363: Python for .NET and C# developers 1:06:36
1:06:36
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:36
See the full show notes for this episode on the website at talkpython.fm/363
T
Talk Python To Me

1 #362: Hypermodern Python Projects 1:06:14
1:06:14
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:14
See the full show notes for this episode on the website at talkpython.fm/362
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/361
T
Talk Python To Me

1 #360: Removing Python's Dead Batteries (in just 5 years) 1:20:03
1:20:03
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:20:03
See the full show notes for this episode on the website at talkpython.fm/360
T
Talk Python To Me

1 #359: Lifecycle of a machine learning project 1:07:29
1:07:29
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:29
See the full show notes for this episode on the website at talkpython.fm/359
T
Talk Python To Me

1 #358: Understanding Pandas visually with PandasTutor 46:48
46:48
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי46:48
See the full show notes for this episode on the website at talkpython.fm/358
T
Talk Python To Me

1 #357: Python and the James Webb Space Telescope 1:02:30
1:02:30
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:02:30
See the full show notes for this episode on the website at talkpython.fm/357
T
Talk Python To Me

1 #356: Tips for ML / AI startups 1:06:27
1:06:27
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:27
See the full show notes for this episode on the website at talkpython.fm/356
T
Talk Python To Me

1 #355: EdgeDB - Building a database in Python 1:18:06
1:18:06
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:18:06
See the full show notes for this episode on the website at talkpython.fm/355
T
Talk Python To Me

1 #354: Sphinx, MyST, and Python Docs in 2022 1:11:55
1:11:55
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:11:55
See the full show notes for this episode on the website at talkpython.fm/354
T
Talk Python To Me

1 #353: SQLModel: The New ORM for FastAPI and Beyond 1:18:21
1:18:21
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:18:21
See the full show notes for this episode on the website at talkpython.fm/353
T
Talk Python To Me

1 #352: Running Python in Production 1:00:12
1:00:12
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:12
See the full show notes for this episode on the website at talkpython.fm/352
T
Talk Python To Me

1 #351: Machine Learning Ethics and Laws Panel 1:10:28
1:10:28
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:10:28
See the full show notes for this episode on the website at talkpython.fm/351
T
Talk Python To Me

1 #350: Python Steering Council 2021 Retrospective 1:10:18
1:10:18
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:10:18
See the full show notes for this episode on the website at talkpython.fm/350
T
Talk Python To Me

1 #349: Meet Beanie: A MongoDB ODM + Pydantic 1:20:50
1:20:50
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:20:50
See the full show notes for this episode on the website at talkpython.fm/349
T
Talk Python To Me

1 #348: Dear PyGui: Simple yet Fast Python GUI Apps 1:01:32
1:01:32
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:01:32
See the full show notes for this episode on the website at talkpython.fm/348
T
Talk Python To Me

1 #347: Cinder - Specialized Python that Flies 1:11:04
1:11:04
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:11:04
See the full show notes for this episode on the website at talkpython.fm/347
T
Talk Python To Me

1 #346: 20 Recommended Packages in Review 1:13:43
1:13:43
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:13:43
See the full show notes for this episode on the website at talkpython.fm/346
T
Talk Python To Me

1 #345: 10 Tips and Tools for Developer Productivity 1:16:39
1:16:39
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:16:39
See the full show notes for this episode on the website at talkpython.fm/345
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/344
T
Talk Python To Me

1 #343: Do Excel things, get notebook Python code with Mito 1:06:14
1:06:14
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:14
See the full show notes for this episode on the website at talkpython.fm/343
T
Talk Python To Me

1 #342: Python in Architecture (as in actual buildings) 1:01:28
1:01:28
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:01:28
See the full show notes for this episode on the website at talkpython.fm/342
T
Talk Python To Me

1 #341: 25 Pandas Functions You Didn’t Know Existed 59:16
59:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:16
See the full show notes for this episode on the website at talkpython.fm/341
T
Talk Python To Me

1 #340: Time to JIT your Python with Pyjion? 1:13:38
1:13:38
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:13:38
See the full show notes for this episode on the website at talkpython.fm/340
T
Talk Python To Me

1 #339: Making Python Faster with Guido and Mark 1:01:02
1:01:02
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:01:02
See the full show notes for this episode on the website at talkpython.fm/339
T
Talk Python To Me

1 #338: Using cibuildwheel to manage the scikit-HEP packages 1:17:44
1:17:44
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:17:44
See the full show notes for this episode on the website at talkpython.fm/338
T
Talk Python To Me

1 #337: Kedro for Maintainable Data Science 1:03:14
1:03:14
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:14
See the full show notes for this episode on the website at talkpython.fm/337
T
Talk Python To Me

1 #336: Terminal magic with Rich and Textual 59:12
59:12
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:12
See the full show notes for this episode on the website at talkpython.fm/336
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/335
T
Talk Python To Me

1 #334: Microsoft Planetary Computer 59:46
59:46
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:46
See the full show notes for this episode on the website at talkpython.fm/334
T
Talk Python To Me

1 #333: State of Data Science in 2021 1:03:59
1:03:59
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:59
See the full show notes for this episode on the website at talkpython.fm/333
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/332
T
Talk Python To Me

1 #331: Meet the Python Developer in Residence: Lukasz Langa 1:06:21
1:06:21
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:21
See the full show notes for this episode on the website at talkpython.fm/331
T
Talk Python To Me

1 #330: Apache Airflow Open-Source Workflow with Python 1:07:50
1:07:50
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:50
See the full show notes for this episode on the website at talkpython.fm/330
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/329
T
Talk Python To Me

1 #328: Piccolo: A fast, async ORM for Python (updated) 58:51
58:51
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:51
See the full show notes for this episode on the website at talkpython.fm/328
T
Talk Python To Me

1 #327: Little Automation Tools in Python 1:05:58
1:05:58
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:05:58
See the full show notes for this episode on the website at talkpython.fm/327
T
Talk Python To Me

1 #326: Building Desktop Apps with wxPython 53:32
53:32
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי53:32
See the full show notes for this episode on the website at talkpython.fm/326
T
Talk Python To Me

1 #325: MicroPython + CircuitPython 1:08:37
1:08:37
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:37
See the full show notes for this episode on the website at talkpython.fm/325
T
Talk Python To Me

1 #324: Gatorade-powered Python APIs 1:12:23
1:12:23
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:12:23
See the full show notes for this episode on the website at talkpython.fm/324
T
Talk Python To Me

1 #323: Best practices for Docker in production 1:10:47
1:10:47
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:10:47
See the full show notes for this episode on the website at talkpython.fm/323
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/322
T
Talk Python To Me

1 #321: HTMX - Clean, Dynamic HTML Pages 1:12:25
1:12:25
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:12:25
See the full show notes for this episode on the website at talkpython.fm/321
T
Talk Python To Me

1 #320: Python in the Electrical Energy Sector 1:08:01
1:08:01
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:01
See the full show notes for this episode on the website at talkpython.fm/320
T
Talk Python To Me

1 #319: Typosquatting and Supply Chains Vulnerabilities 59:43
59:43
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:43
See the full show notes for this episode on the website at talkpython.fm/319
T
Talk Python To Me

1 #318: Measuring your ML impact with CodeCarbon 1:07:43
1:07:43
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:43
See the full show notes for this episode on the website at talkpython.fm/318
T
Talk Python To Me

1 #317: Python at the US Federal Election Commission 52:39
52:39
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי52:39
See the full show notes for this episode on the website at talkpython.fm/317
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/316
T
Talk Python To Me

1 #315: Awesome FastAPI extensions and add ons 1:07:50
1:07:50
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:50
See the full show notes for this episode on the website at talkpython.fm/315
T
Talk Python To Me

1 #314: Ask us about modern Python projects and tools 1:04:40
1:04:40
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:40
See the full show notes for this episode on the website at talkpython.fm/314
T
Talk Python To Me

1 #313: Automate your data exchange with Pydantic 1:00:58
1:00:58
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:58
See the full show notes for this episode on the website at talkpython.fm/313
T
Talk Python To Me

1 #312: Python Apps that Scale to Billions of Users 1:17:09
1:17:09
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:17:09
See the full show notes for this episode on the website at talkpython.fm/312
T
Talk Python To Me

1 #311: Get inside the .git folder 1:12:16
1:12:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:12:16
See the full show notes for this episode on the website at talkpython.fm/311
T
Talk Python To Me

1 #310: AMA (Ask Me Anything) with Michael 1:02:04
1:02:04
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:02:04
See the full show notes for this episode on the website at talkpython.fm/310
T
Talk Python To Me

1 #309: What ML Can Teach Us About Life: 7 Lessons 55:44
55:44
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי55:44
See the full show notes for this episode on the website at talkpython.fm/309
T
Talk Python To Me

1 #308: Docker for Python Developers (2021 Edition) 1:08:05
1:08:05
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:05
See the full show notes for this episode on the website at talkpython.fm/308
T
Talk Python To Me

1 #307: Python from 1994 to 2021, my how you've grown! 1:11:56
1:11:56
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:11:56
See the full show notes for this episode on the website at talkpython.fm/307
T
Talk Python To Me

1 #306: Scaling Python and Jupyter with ZeroMQ 1:05:58
1:05:58
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:05:58
See the full show notes for this episode on the website at talkpython.fm/306
T
Talk Python To Me

1 #305: Python community at Python Discord 1:01:41
1:01:41
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:01:41
See the full show notes for this episode on the website at talkpython.fm/305
T
Talk Python To Me

1 #304: asyncio all the things with Omnilib 1:00:50
1:00:50
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:50
See the full show notes for this episode on the website at talkpython.fm/304
T
Talk Python To Me

1 #303: Python for Astronomy with Dr. Becky 1:03:56
1:03:56
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:56
See the full show notes for this episode on the website at talkpython.fm/303
T
Talk Python To Me

1 #302: The Data Engineering Landscape in 2021 1:04:33
1:04:33
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:33
See the full show notes for this episode on the website at talkpython.fm/302
T
Talk Python To Me

1 #301: Deploying and running Django web apps in 2021 1:08:34
1:08:34
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:34
See the full show notes for this episode on the website at talkpython.fm/301
T
Talk Python To Me

1 #300: Building a data science startup (panel) 1:06:22
1:06:22
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:22
See the full show notes for this episode on the website at talkpython.fm/300
T
Talk Python To Me

1 #299: Personal search engine with datasette and dogsheep 1:01:42
1:01:42
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:01:42
See the full show notes for this episode on the website at talkpython.fm/299
T
Talk Python To Me

1 #298: Building ML teams and finding ML jobs 56:10
56:10
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי56:10
See the full show notes for this episode on the website at talkpython.fm/298
T
Talk Python To Me

1 #297: Python year in review (2020 edition) 1:10:23
1:10:23
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:10:23
See the full show notes for this episode on the website at talkpython.fm/297
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/296
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/295
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/294
T
Talk Python To Me

1 #293: Learning how to learn as a developer 1:00:07
1:00:07
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:07
See the full show notes for this episode on the website at talkpython.fm/293
T
Talk Python To Me

1 #292: Pythonic identity (auth in Python ecosystem) 1:05:01
1:05:01
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:05:01
See the full show notes for this episode on the website at talkpython.fm/292
T
Talk Python To Me

1 #291: Operational Resilience with Pyomo 59:36
59:36
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:36
See the full show notes for this episode on the website at talkpython.fm/291
T
Talk Python To Me

1 #290: Side Hustles for Data Scientists 1:08:04
1:08:04
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:04
See the full show notes for this episode on the website at talkpython.fm/290
T
Talk Python To Me

1 #289: Discovering exoplanets with Python 47:26
47:26
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי47:26
See the full show notes for this episode on the website at talkpython.fm/289
T
Talk Python To Me

1 #288: 10 tips to move from Excel to Python 1:03:23
1:03:23
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:23
See the full show notes for this episode on the website at talkpython.fm/288
T
Talk Python To Me

1 #287: Testing without dependencies, mocking in Python 1:03:29
1:03:29
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:03:29
See the full show notes for this episode on the website at talkpython.fm/287
T
Talk Python To Me

1 #286: Python and ML at NASA Jet Propulsion Laboratory (JPL) 1:07:32
1:07:32
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:32
See the full show notes for this episode on the website at talkpython.fm/286
T
Talk Python To Me

1 #285: Dask as a Platform Service with Coiled 1:11:04
1:11:04
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:11:04
See the full show notes for this episode on the website at talkpython.fm/285
T
Talk Python To Me

1 #284: Modern and fast APIs with FastAPI 1:06:06
1:06:06
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:06
See the full show notes for this episode on the website at talkpython.fm/284
T
Talk Python To Me

1 #283: Web scraping, the 2020 edition 48:34
48:34
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי48:34
See the full show notes for this episode on the website at talkpython.fm/283
T
Talk Python To Me

See the full show notes for this episode on the website at talkpython.fm/282
T
Talk Python To Me

1 #281: Python in Car Racing 1:00:14
1:00:14
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:14
See the full show notes for this episode on the website at talkpython.fm/281
T
Talk Python To Me

1 #280: Python and AI in Journalism 55:51
55:51
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי55:51
See the full show notes for this episode on the website at talkpython.fm/280
T
Talk Python To Me

1 #279: Modern Python Developer's Toolkit 1:01:29
1:01:29
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:01:29
See the full show notes for this episode on the website at talkpython.fm/279
T
Talk Python To Me

1 #278: Teach kids Python with real programming and fun games at Code Combat 1:05:28
1:05:28
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:05:28
See the full show notes for this episode on the website at talkpython.fm/278
T
Talk Python To Me

1 #277: 10 tips every Django developer should know 1:11:57
1:11:57
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:11:57
See the full show notes for this episode on the website at talkpython.fm/277
T
Talk Python To Me

1 #276: Geekout: Life in the solar system and beyond 1:14:15
1:14:15
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:14:15
See the full show notes for this episode on the website at talkpython.fm/276
T
Talk Python To Me

1 #275: Beautiful Pythonic Refactorings 55:04
55:04
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי55:04
See the full show notes for this episode on the website at talkpython.fm/275
T
Talk Python To Me

1 #274: Profiling data science code with FIL 58:12
58:12
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי58:12
See the full show notes for this episode on the website at talkpython.fm/274
T
Talk Python To Me

1 #273: CoCalc: A fully colloborative notebook development environment 55:06
55:06
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי55:06
See the full show notes for this episode on the website at talkpython.fm/273
T
Talk Python To Me

1 #272: No IoT things in hand? Simulate them with Device Simulator Express 51:47
51:47
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי51:47
See the full show notes for this episode on the website at talkpython.fm/272
T
Talk Python To Me

1 #271: Unlock the mysteries of time, Python's datetime that is! 1:04:33
1:04:33
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:33
See the full show notes for this episode on the website at talkpython.fm/271
T
Talk Python To Me

1 #270: Python in supply chains: oil rigs, rockets, and lettuce 59:20
59:20
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:20
See the full show notes for this episode on the website at talkpython.fm/270
ברוכים הבאים אל Player FM!
Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.