Tech With Tim Breaking Down the First AI-to-AI Communication Protocol in Production (17-05 07.07.25)
YouTube
Breaking Down the First AI-to-AI Communication Protocol in Production
This God tier AI agent can now communicate on the fly with other AIs. And in this video, I'm going to break down how it works and what the future of AI to communicate might look like.
DevLaunch is my mentorship program where I personally help developers…
DevLaunch is my mentorship program where I personally help developers…
Hynek Schlawack uv: Making Python Local Workflows FAST and BORING in 2025 (21-10 06.07.25)
YouTube
uv: Making Local Python Workflows FAST and BORING in 2025
After setting up our #Python #uv projects for success in https://www.youtube.com/watch?v=mFyE9xgeKcA, it's time to finally get some work done! In this video I show you my local workflows for production projects and the tools that help me to keep everything…
Real Python Start Automating: Build Your First GitHub Action (20-09 06.07.25)
YouTube
Start Automating: Build Your First GitHub Action
In this Real Python course excerpt, you’ll create your very first GitHub workflow. Learn how to get started with GitHub Actions by exploring the Actions tab and setting up a simple workflow in your repository. This is the first step toward automating your…
pixegami Gemini CLI: First Look at Google's FREE AI Agent (17-09 08.07.25)
YouTube
Gemini CLI: How To Get Started
Gemini CLI is a free and open source AI agent from Google.
It is a general purpose AI agent that runs from your terminal, and can autonomously work on your project for you. It is extremely powerful, it can connect to external tools via MCP, and it is free…
It is a general purpose AI agent that runs from your terminal, and can autonomously work on your project for you. It is extremely powerful, it can connect to external tools via MCP, and it is free…
Python Decoded Дескриптори - Ти Ними Постійно Користуєшся (10-10 08.07.25)
YouTube
Дескриптори - Ти Ними Постійно Користуєшся
В цьому відео ми розберемося у тому, що таке Дескриптори, які вони бувають і навіщо вони потрібні. І насправді ви ними постійно користуєтесь, тож вам обов'язково потрібно розібратись у тому, як вони працюють.
Підтримати канал:
Patreon: https://patreon…
Підтримати канал:
Patreon: https://patreon…
NeuralNine Simulating Planet Orbits in Python (19-09 07.07.25)
YouTube
Simulating Planet Orbits in Python
Today we simulate and animate planet orbits in Python using PyGame and Newtonian physics.
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Planet%20Orbit
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://w…
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Planet%20Orbit
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://w…
Indently New in Python 3.14: Exception syntax update (19-09 08.07.25)
YouTube
New in Python 3.14: Exception syntax update
In today’s video I just wanted to talk about one of the new features that we will have at our disposal in Python 3.14. This one is quite trivial and doesn’t really affect anyone’s programming experience, but it’s still worth knowing about.
PEP-758: http…
PEP-758: http…
Eric Roby I Wrote 100,000+ Lines Of Python. Here's What You NEED To Know! (16-10 10.07.25)
YouTube
I Wrote 100,000+ Lines Of Python. Here's What You NEED To Know!
After writing over 100,000 lines of Python code I have learned some lessons. In this video, we will go over those Python lessons.
Want FREE code repositories: https://www.codingwithroby.com/freebies
🎥 PydanticAI Tutorial: https://youtu.be/YKRqnWLZbpU…
Want FREE code repositories: https://www.codingwithroby.com/freebies
🎥 PydanticAI Tutorial: https://youtu.be/YKRqnWLZbpU…
anthonywritescode coverage doesn't work on a mypy plugin? (19-05 09.07.25)
YouTube
coverage doesn't work on a mypy plugin?
well not by default! I walk through how I figured out what was going on and ultimately found a solution to running coverage on a mypy plugin! also some insight into how this same problem can happen elsewhere :)
playlist: https://www.youtube.com/playli…
playlist: https://www.youtube.com/playli…
Tech With Tim The Ultimate FastAPI + React Full Stack Project (Deploy This and You’re Set) (18-01 11.07.25)
YouTube
The Ultimate FastAPI + React Full Stack Project (Deploy This and You’re Set)
In this video, you'll learn how to build a full stack application using FastAPI in Python and JavaScript and React. Now I'll cover databases, AI integrations, backend and frontend communication, designing the API, and various best practices. I'll even show…
ArjanCodes I Designed a Python SDK That Relies on… Deep Inheritance?! (18-00 11.07.25)
YouTube
I Designed a Python SDK That Relies on… Deep Inheritance?!
Check out https://www.squarespace.com/arjancodes to save 10% off your first purchase of a website or domain using code ARJANCODES.
Ever wondered how to build a clean Python SDK without a giant god class? In this video, I’ll show you how I designed an SDK…
Ever wondered how to build a clean Python SDK without a giant god class? In this video, I’ll show you how I designed an SDK…
Real Python Exploring Protocols in Python: Understanding & Creating Custom Protocols (20-09 10.07.25)
YouTube
Exploring Protocols in Python: Understanding & Creating Custom Protocols
This is a preview of the video course, "Exploring Protocols in Python". In Python, a protocol specifies the methods and attributes that a class must implement to be considered of a given type. Protocols are important in Python’s type hint system, which allows…
Real Python Comparing Real-World Python Performance Against Big-O | Real Python Podcast #257 (20-08 11.07.25)
YouTube
Comparing Real-World Python Performance Against Big-O | Real Python Podcast #257
How does the performance of an algorithm hold up when you put it into a realistic context? Where might Python code defy Big O notation expectations when using a profiler? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's…
NeuralNine Create & Add SSH Keys To GitHub For Authentication (19-09 11.07.25)
YouTube
Create & Add SSH Keys To GitHub For Authentication
Today we learn how to create and use SSH keys on GitHub for authentication.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
Tech With Tim Lovart Review: The AI That's About to End Design Jobs (Early Access) (18-04 13.07.25)
YouTube
Lovart Review: The AI That's About to End Design Jobs (Early Access)
Get yourself on the Lovart Waitlist Today by checking out Lovart.ai" / "explore www.lovart.ai and start vibe designing now! Note: Lovart will officially launch in late July with full access, in the meantime you use the invite code A8Lvtd2 .
If you're like…
If you're like…
Indently 8 good-to-know dunder methods for collections in Python (17-09 13.07.25)
YouTube
8 good-to-know dunder methods for collections in Python
In today's video we're going to be learning about eight dunder methods that are good to know about when working with collection types in Python.
▶ Become job-ready with Python:
https://www.indently.io
00:00 Intro
00:10 Getting started
02:00 1) __iter__…
▶ Become job-ready with Python:
https://www.indently.io
00:00 Intro
00:10 Getting started
02:00 1) __iter__…
Tech With Tim PLEASE Stop Making These Python Coding Mistakes (18-01 15.07.25)
YouTube
PLEASE Stop Making These Python Coding Mistakes
Checkout Manage Engine Site24x7 and eveluate the product for free: https://www.site24x7.com/promo-signup.html?pack=1001&utm_source=TECHWITHTIM-Network&utm_medium=Youtube&utm_campaign=YoutubeInfluencer
If you write code in Python, then I'm willing to bet…
If you write code in Python, then I'm willing to bet…
Python Decoded SUPER - Власна Реалізація у Пайтоні (10-10 15.07.25)
YouTube
SUPER - Власна Реалізація у Пайтоні
В цьому відео ми розкриємо усі секрети super у Пайтоні. А йому є що приховувати.
Ми скористаємось інтерфейсом гет дескриптора, використаємо MRO, розлянемо усі області видимості функції, навчимося досліджувати стек викликів, поринимо у надзвичайний світ CPython.…
Ми скористаємось інтерфейсом гет дескриптора, використаємо MRO, розлянемо усі області видимості функції, навчимося досліджувати стек викликів, поринимо у надзвичайний світ CPython.…
NeuralNine AUR: The Reason Arch Linux Is So Popular (19-09 14.07.25)
YouTube
AUR: The Reason Arch Linux Is So Popular
Today we yap about the AUR (Arch User Repository). What is it? Why should you use it? How does it work? Why is it so awesome?
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
anthonywritescode what is LiteralString in python ? (18-01 16.07.25)
YouTube
what is LiteralString in python ?
today I talk about LiteralString (sort of again!) and walk through a few interesting use cases and why I think this type can be very powerful!
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https:…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https:…