anthonywritescode typing an abstract ClassVar (17-00 12.03.25)
YouTube
typing an abstract ClassVar
today we play around with `abc` and attempting to make an abstract class variable (rather than an instance property) and have the type checker enforce it!
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz
==========
twitch:…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz
==========
twitch:…
Jie Jenn How To Use Ollama (Or Other LLM Providers) In OpenAI Agents SDK. (22-48 12.03.25)
YouTube
How To Use Ollama (Or Other LLM Providers) In OpenAI Agents SDK.
OpenAI just released the Open-Source Agents SDK for building agents and agent workflows. One thing the documentation didn't cover very clear is how to use the Agents framework with third party models like Ollama, Gemini, or Claude, so I thought I would share…
Jie Jenn Building Your Blog Summarizer With This AI Agent Workflow Automation | PydanticAI Tutorial (16-49 13.03.25)
YouTube
Building Your Blog Summarizer With This AI Agent Workflow Automation | PydanticAI Tutorial
Why spend 10 minutes reading a blog if you can have an AI summarize it for you? In this tutorial, I am going to show you how we can use PydanticAI and Pydantic Graph to create an AI workflow to summarize blogs and articles to extract key insights, generate…
Real Python Introducing Duck Typing in Python (19-48 13.03.25)
YouTube
Introducing Duck Typing in Python
This is a preview of the video course, "Getting to Know Duck Typing in Python." Python makes extensive use of a type system known as duck typing. This system is based on an object’s behavior and interface. Many built-in classes and tools support this type…
Tech With Tim Build an AI Agent From Scratch in Python - Tutorial for Beginners (17-01 14.03.25)
YouTube
Build an AI Agent From Scratch in Python - Tutorial for Beginners
Thanks to Microsoft for sponsoring this video! Submit your #CodingWithCopilot story for a chance to be featured in an upcoming video!
In this video, you'll learn how to build an AI agent from scratch in Python. I'll walk you through everything step-by-step.…
In this video, you'll learn how to build an AI agent from scratch in Python. I'll walk you through everything step-by-step.…
NeuralNine AWS Lambda For Absolute Beginners: Python Tutorial in 25 Minutes (19-48 14.03.25)
YouTube
AWS Lambda For Absolute Beginners: Python Tutorial in 25 Minutes
In this video, we will take a quick look at AWS Lambda and how to use it in Python.
Amazon Lambda: https://aws.amazon.com/lambda/
AWS CLI: https://aws.amazon.com/cli/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www…
Amazon Lambda: https://aws.amazon.com/lambda/
AWS CLI: https://aws.amazon.com/cli/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www…
Real Python Manage Projects With pyproject.toml & Explore Polars LazyFrames | Real Python Podcast #243 (19-48 14.03.25)
YouTube
Manage Projects With pyproject.toml & Explore Polars LazyFrames | Real Python Podcast #243
How can you simplify the management of your Python projects with one file? What are the advantages of using LazyFrames in Polars? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
👉 Links…
👉 Links…
ArjanCodes How to Make Your Python Docker Image 80% Smaller (18-46 14.03.25)
YouTube
This Is How You Write an Efficient Python Dockerfile
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
In this video, I’ll take you step-by-step through creating an optimized and efficient Docker image. I’ll cover picking the right base image, removing clutter from…
In this video, I’ll take you step-by-step through creating an optimized and efficient Docker image. I’ll cover picking the right base image, removing clutter from…
Jie Jenn Let AI Write Your Google Search - Create An AI Google Search Query Desktop App With PydanticAI (16-49 16.03.25)
YouTube
Let AI Write Your Google Search - Create An AI Google Search Query Desktop App With PydanticAI
Currently, there are more than 20 operators to filter Google Search results, and it is almost impossible for average person to remember all the operators. What if you can build an LLM agent powered desktop app that will remember all the operator commands…
NeuralNine SQLAlchemy Crash Course - Master Databases in Python (19-48 17.03.25)
YouTube
SQLAlchemy Crash Course - Master Databases in Python
In this video we do a SQLAlchemy crash course for absolute beginners. SQLAlchemy is a Python database toolkit as well as an Object Relational Mapper (ORM).
Snyk Workshop: https://snyk.plug.dev/jap1Z18
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The…
Snyk Workshop: https://snyk.plug.dev/jap1Z18
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The…
Tech With Tim Heads Up Programmers... We Are Officially In The Era of AI Agents (18-45 17.03.25)
YouTube
Heads Up Programmers... We Are Officially In The Era of AI Agents
AI Agents are getting crazy... and I know that because I spent a few days at Salesforce's TDX developer conference in San Francisco where they unveiled the power of their Agentforce platform and demoed some insane examples of AI agents in action. #SalesforcePartner…
Jie Jenn OpenAI Agents SDK Crash Course - Everything You Need To Know To Run Agents (16-49 18.03.25)
YouTube
OpenAI Agents SDK Crash Course - Everything You Need To Know To Run Agents
OpenAI just released their own AI Agent development framework called "Agents SDK", a lightweight, flexible framework to build multi-agent workflows with ease. In this Agents SDK crash course, I will go through everything you need to know so you can start…
Carberra F-string format specifications are INSANELY POWERFUL (14-49 18.03.25)
YouTube
F-string format specifications are INSANELY POWERFUL
Their name might be a little formal, but these awesome tricks add so much power and usability to f-strings! If you've ever used functions to format text in the past, you need to watch this.
00:00 - Intro
00:59 - The format specification mini-language
02:02…
00:00 - Intro
00:59 - The format specification mini-language
02:02…
Tech With Tim Automate Excel With Python - How to Use Python in Spreadsheets (17-01 19.03.25)
YouTube
Automate Excel With Python - How to Use Python in Spreadsheets
Start using Quadratic today for free! https://www.quadratic.ai/tim
What if I told you that you could write Python code directly inside of a spreadsheet? You can take your existing Python knowledge, immediately apply it, and not have to become a finance…
What if I told you that you could write Python code directly inside of a spreadsheet? You can take your existing Python knowledge, immediately apply it, and not have to become a finance…
Jie Jenn PydanticAI Google Search Tool For Your AI Agent | PydanticAI Tutorial (16-49 20.03.25)
YouTube
PydanticAI Google Search Tool For Your AI Agent | PydanticAI Tutorial
Google’s official Search API is very expensive, but fortunately, there’s an open-source Google Search Python library available. In this video, I’ll show you how to create a Google Web Search tool that allows your AI agents to perform Google searches in PydanticAI.…
Real Python Using Structural Pattern Matching in Python: Using Basic Patterns (19-49 20.03.25)
YouTube
Using Structural Pattern Matching in Python: Using Basic Patterns
This is a preview of the video course, "Using Structural Pattern Matching in Python." Structural pattern matching is a powerful control flow construct invented decades ago that’s traditionally used by compiled languages, especially within the functional programming…
Tech With Tim INSANE Python & JavaScript AI Voice Agent - Full Tutorial (17-02 21.03.25)
NeuralNine uv: The Ultra-Fast Python Package Manager 🚀 (19-49 21.03.25)
YouTube
uv: The Ultra-Fast Python Package Manager 🚀
In this video we take a look at uv, which is an ultra-fast Python package and project manager.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
Real Python A Decade of Automating the Boring Stuff With Python | Real Python Podcast #244 (19-49 21.03.25)
YouTube
A Decade of Automating the Boring Stuff With Python | Real Python Podcast #244
What goes into updating one of the most popular books about working with Python? After a decade of changes in the Python landscape, what projects, libraries, and skills are relevant to an office worker? This week on the show, we speak with previous guest…
ArjanCodes This Is How Marie Kondo Sets up Her Pytest (18-46 21.03.25)
YouTube
This Is How Marie Kondo Sets up Her Pytest
✅ Learn how to build robust and scalable software architecture: https://arjan.codes/checklist.
In this video, I’m going to walk you through how to set up pytest from scratch in a really simple, minimalistic way - Marie Kondo style!
🔥 GitHub Repository:…
In this video, I’m going to walk you through how to set up pytest from scratch in a really simple, minimalistic way - Marie Kondo style!
🔥 GitHub Repository:…