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:…
Eric Roby I Was Tired of Outdated LLMs… So I Built THIS (16-10 17.07.25)
YouTube
I Was Tired of Outdated LLMs… So I Built THIS
Test ScraperAPI for FREE here: https://www.scraperapi.com/?fpr=testit
Learn more about LangChain ScraperAPI integration: https://www.scraperapi.com/integration-tutorials/langchain/?fpr=testit
Outdated LLMs are a real problem. They can give old, inaccurate…
Learn more about LangChain ScraperAPI integration: https://www.scraperapi.com/integration-tutorials/langchain/?fpr=testit
Outdated LLMs are a real problem. They can give old, inaccurate…
Tech With Tim How To Pass Coding Interviews Like the Top 1% (16-05 17.07.25)
YouTube
How To Pass Coding Interviews Like the Top 1%
Want to make real money with coding? I share high-signal insights on careers, monetization, and leverage in my free newsletter. Join here and get my guide How to Make Money With Coding instantly: https://techwithtim.net/newsletter
Most experienced software…
Most experienced software…
ArjanCodes Is SaaS Dead? Here's a Senior Engineer's Perspective (18-00 18.07.25)
YouTube
Is SaaS Dead? Here's a Senior Engineer's Perspective
Check out https://www.squarespace.com/arjancodes to save 10% off your first purchase of a website or domain using code ARJANCODES.
Is SaaS dead? Some claim AI agents and vibe-coded micro-SaaS will replace traditional platforms. In this video, I break down…
Is SaaS dead? Some claim AI agents and vibe-coded micro-SaaS will replace traditional platforms. In this video, I break down…
Real Python Getting Started With marimo Notebooks: Building a Starter Notebook & Examining a Sample Problem (20-09 17.07.25)
YouTube
Getting Started With marimo Notebooks: Building a Starter Notebook & Examining a Sample Problem
This is a preview of the video course, "Getting Started With marimo Notebooks". marimo notebooks redefine the notebook experience by offering a reactive environment that addresses the limitations of traditional linear notebooks. With marimo, you can seamlessly…