pixegami Build a Simple RAG Pipeline in 30 Minutes! (15-14 04.06.25)
YouTube
Build a Simple RAG Pipeline in 30 Minutes!
Learn how to a simple, modular RAG pipeline in Python. This will let you add documents, generate embeddings, and evaluate (test) the pipeline quality, end-to-end with a single CLI command.
🔗 Code: https://github.com/pixegami/simple-rag-pipeline
📚 Chapters…
🔗 Code: https://github.com/pixegami/simple-rag-pipeline
📚 Chapters…
ByteByteGo Trillions of Web Pages: Where Does Google Store Them? (15-12 04.06.25)
YouTube
Trillions of Web Pages: Where Does Google Store Them?
Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd
Volume 2: https://amzn.to/3HqGozy
The digital version of System Design Interview books: https://bit.ly/3mlDSk9
ABOUT US:
Covering topics and trends in large-scale…
Volume 1: https://amzn.to/3Ou7gkd
Volume 2: https://amzn.to/3HqGozy
The digital version of System Design Interview books: https://bit.ly/3mlDSk9
ABOUT US:
Covering topics and trends in large-scale…
NeuralNine Summarize Annual Reports in Python (10-K, Financial Documents) (15-14 03.06.25)
YouTube
Summarize Annual Reports in Python (10-K, Financial Documents)
In this video, we learn how to summarize annual reports or 10-K reports in Python using structured outputs from LLMs.
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Annual%20Report%20Summary
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch…
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Annual%20Report%20Summary
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch…
Real Python Take Screenshots in Python Using Playwright - Excerpt (15-14 03.06.25)
YouTube
Take Website Screenshots With Python and Playwright
Learn how to use Playwright with Python to take automated screenshots of web elements—no browser window required. In this video, you'll see how to:
Capture a screenshot of a specific HTML element (like an H1 heading)
Save it as an image file using Python…
Capture a screenshot of a specific HTML element (like an H1 heading)
Save it as an image file using Python…
Tech With Tim How To Build a FastAPI & React Full Stack App | Clerk, Databases, LLMs & More (15-10 03.06.25)
YouTube
How To Build a FastAPI & React Full Stack App | Clerk, Databases, LLMs & More
💻 Get started with Clerk Authentication: https://go.clerk.com/naBxpyl
Download PyCharm and use it for free forever with one month of Pro included: https://www.jetbrains.com/pycharm/
I'll show you how to build a full stack application that will look fantastic…
Download PyCharm and use it for free forever with one month of Pro included: https://www.jetbrains.com/pycharm/
I'll show you how to build a full stack application that will look fantastic…
Carberra Python's 5 BIGGEST gotchas (15-14 02.06.25)
YouTube
Python's 5 BIGGEST gotchas
30% OFF with promo-code FLYT30 on the best proxy service – FloppyData ► https://bit.ly/floppydata_carberra
20% OFF with promo-code YTGL20 on the top multi-accounting browser – GoLogin ► https://bit.ly/gologin_carberra
Python is known to be an easy-to-use…
20% OFF with promo-code YTGL20 on the top multi-accounting browser – GoLogin ► https://bit.ly/gologin_carberra
Python is known to be an easy-to-use…
Tech With Tim Cursor Vibe Coding Tutorial - For COMPLETE Beginners (No Experience Needed) (15-10 01.06.25)
YouTube
Cursor Vibe Coding Tutorial - For COMPLETE Beginners (No Experience Needed)
Download the FREE guide on "Learn to Code With ChatGPT" from HubSpot: https://clickhubspot.com/bb32f0
This video is going to cover absolutely everything you need to start Vibe coding successfully today. Now I'm going to be going through everything extremely…
This video is going to cover absolutely everything you need to start Vibe coding successfully today. Now I'm going to be going through everything extremely…
Indently Name mangling is crazy in Python (22-09 07.06.25)
YouTube
Name mangling is crazy in Python
In today's video we're going to be learning about name mangling in Python.
▶ Become job-ready with Python:
https://www.indently.io
00:00 Intro
00:08 Private attributes
03:04 The real reason to use name mangling
06:48 Conclusion
▶ Become job-ready with Python:
https://www.indently.io
00:00 Intro
00:08 Private attributes
03:04 The real reason to use name mangling
06:48 Conclusion
Tech With Tim PLEASE Learn These 4 Python Tools (17-35 09.06.25)
YouTube
PLEASE Learn These 4 Python Tools
Get a 25% discount using the code TWT25 for SEOWriting at https://seowriting.ai/?utm_source=youtube&utm_medium=tech_with_tim
Want to make real money with coding? I share high-signal insights on careers, monetization, and leverage in my free newsletter. Join…
Want to make real money with coding? I share high-signal insights on careers, monetization, and leverage in my free newsletter. Join…
Python Engineer Gemini API with Python - Getting Started Tutorial (17-31 09.06.25)
YouTube
Gemini API with Python - Getting Started Tutorial
Learn how to start building with Google DeepMind's Gemini models using the Google Gen AI Python SDK. We'll cover:
00:00 - Getting Started with Google AI Studio and the Python SDK
02:31 - How to get a Gemini API key
03:40 - Sending prompts
06:10 - Chats
07:08…
00:00 - Getting Started with Google AI Studio and the Python SDK
02:31 - How to get a Gemini API key
03:40 - Sending prompts
06:10 - Chats
07:08…
Carberra Sets are absolutely CRACKED in Python (14-09 09.06.25)
YouTube
Sets are absolutely CRACKED in Python
Get started with your new AI design partner, Gamma, today! ► https://gamma.app
It amazes me that I've been running this channel for this long, and never really talked about sets! Sets in Python unlock some awesome functionality and amazing speedups, so…
It amazes me that I've been running this channel for this long, and never really talked about sets! Sets in Python unlock some awesome functionality and amazing speedups, so…
pixegami FastAPI for AI: Build an AI Endpoint in 30 Minutes (17-10 10.06.25)
YouTube
FastAPI for AI: Build an AI Endpoint in 30 Minutes
Learn how to build a FastAPI endpoint for your AI app in 30 mins.
We'll be using FastAPI (Python), and Gemini as our AI LLM model. Then we'll take a look at how to secure the endpoint with rate limiting, and with JWT tokens for authentication.
👉 Links
🔗…
We'll be using FastAPI (Python), and Gemini as our AI LLM model. Then we'll take a look at how to secure the endpoint with rate limiting, and with JWT tokens for authentication.
👉 Links
🔗…
NeuralNine Logistic Regression From Scratch in Python (Mathematical) (19-09 09.06.25)
Indently Python's 5 Weirdest Features (12-56 13.06.25)
YouTube
5 Weird Python Features
In today's video we're going to be looking at five of Python's weirdest features.
Learn more about name mangling:
https://youtu.be/YkpG5CH0ySc
▶ Become job-ready with Python:
https://www.indently.io
00:00 Learning Python made simple
00:05 Intro
00:11…
Learn more about name mangling:
https://youtu.be/YkpG5CH0ySc
▶ Become job-ready with Python:
https://www.indently.io
00:00 Learning Python made simple
00:05 Intro
00:11…
Real Python Python Continuous Integration and Deployment Using GitHub Actions: Create a Workflow & Add a Step (20-59 12.06.25)
ArjanCodes MCP…. So What’s That All About? (18-02 13.06.25)
YouTube
MCP…. So What’s That All About?
✅ Learn how to build robust and scalable software architecture: https://arjan.codes/checklist.
Want your AI tools to actually *do* something? In this video, I’ll show you how to integrate external tools with language models using **MCP (Model Context Protocol)**.…
Want your AI tools to actually *do* something? In this video, I’ll show you how to integrate external tools with language models using **MCP (Model Context Protocol)**.…
Tech With Tim Python Advanced AI Agent Tutorial - LangGraph, LangChain, Tools & More! (17-05 13.06.25)
YouTube
Python Advanced AI Agent Tutorial - LangGraph, LangChain, Firecrawl & More!
Get started with Firecrawl today - https://firecrawl.link/OqIPqD0
Download PyCharm and use it for free forever with one month of Pro included: https://www.jetbrains.com/pycharm/
Today, we'll be building one of the most advanced AI agents that I've showcased…
Download PyCharm and use it for free forever with one month of Pro included: https://www.jetbrains.com/pycharm/
Today, we'll be building one of the most advanced AI agents that I've showcased…
Real Python Starting With Marimo Notebooks & Python App Config Management | Real Python Podcast #253 (20-09 13.06.25)
YouTube
Starting With Marimo Notebooks & Python App Config Management | Real Python Podcast #253
Looking for a guide on getting started with Marimo notebooks? How do you build a reproducible notebook for sharing or create a dashboard with interactive UI elements? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly…
NeuralNine Modern Web Apps in Pure Python (19-09 13.06.25)
YouTube
Modern Web Apps in Pure Python
Today we learn how to build modern dynamic web applications in pure Python with MonsterUI and FastHTML.
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/MonsterUI
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: …
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/MonsterUI
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: …
Eric Roby Here's the RESULT of Vibe Coding a FASTAPI Admin Panel in 3 HOURS (10-59 13.06.25)
YouTube
Here's the RESULT of Vibe Coding a FASTAPI Admin Panel in 3 HOURS
I vibe coded a FastAPI admin panel using Cursor AI and a LLM. The FastAPI code works, but the code kind of stinks. In this video we will dive into the FastAPI code to find pros and cons of this new type of development.
🎓 FastAPI course can be found at:
FastAPI…
🎓 FastAPI course can be found at:
FastAPI…