Jie Jenn Build A RAG AI Agent In PydanticAI | Intro To RAG (17-01 02.03.25)
YouTube
Build A RAG AI Agent In PydanticAI | Intro To RAG
While you can include a 1,000-page PDF file in a prompt request, the token usage is going to be extremely expensive, especially if you are using highly capable generative models like O1, Gemini Pro, or Sonnet, which might cost you a few dollars per request.…
Carberra You NEED to include this in your Python scripts (14-48 03.03.25)
YouTube
You NEED to include this in your Python scripts
`if __name__ == "__main__"` is something you might have seen around quite a lot, but what does it do? It's main purpose is to allow files to be used as modules _and_ scripts, but allows us to define flow within scripts in a clearer way. If you're writing…
NeuralNine Advanced AI Chatbot in Python - PyTorch Tutorial (19-48 03.03.25)
YouTube
Advanced AI Chatbot in Python - PyTorch Tutorial
Today we build an advanced intelligent AI chatbot from scratch in Python using PyTorch.
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/AI%20Chatbot%20PyTorch
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: htt…
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/AI%20Chatbot%20PyTorch
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: htt…
Jie Jenn Working With Agent Memory | Agno AI Agent Tutorial (17-00 04.03.25)
YouTube
Working With Agent Memory | Agno AI Agent Tutorial
One of the most important key features in Agno is the Agent memory management. With Agent memory, you will be able to retain and personalize conversations to improve the overall AI agent capability and improve user experience. In this video, I will go through…
Indently How to use Context Managers in Python Tutorial (01-48 05.03.25)
YouTube
How to use Context Managers in Python Tutorial
In today's video we're going to be learning how you can create your very own custom context managers in Python!
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
Tech With Tim This Free AI Coding Assistant Might Destroy Cursor... (20-45 04.03.25)
YouTube
This Free AI Coding Assistant Might Destroy Cursor...
Today, we're checking out a new AI Coding Assistant, which is pretty impressive and may replace my usage of things like Cursor, GitHub Copilot, and Windsurf. Augment Code is an extension for VSCode, as well as for various JetBrains IDS.
🎞 Video Resources…
🎞 Video Resources…
ByteByteGo What Is the Most Popular Open-Source AI Stack? (18-47 05.03.25)
YouTube
What Is the Most Popular Open-Source AI Stack?
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bit.ly/bbg-social
Animation tools: Adobe Illustrator and After Effects.
Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
Animation tools: Adobe Illustrator and After Effects.
Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
anthonywritescode solve this by narrowing to a Literal (18-45 05.03.25)
YouTube
solve this by narrowing to a Literal
today's puzzle involves a little parsing problem where a string needs to be constrained to some particular Literal values in a typesafe way!
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz
==========
twitch: https://…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz
==========
twitch: https://…
Jie Jenn Create a Movie Recommendation Agent with Exa and Agno in Under 5 Minutes | Agno AI Agent Tutorial (17-01 06.03.25)
YouTube
Create a Movie Recommendation Agent with Exa and Agno in Under 5 Minutes | Agno AI Agent Tutorial
Love movies but hate searching through thousands of options? In this beginner-friendly AI agent tutorial, we’ll build a movie recommendation AI agent in just 5 minutes using Exa, a powerful AI specific search engine, and Agno, an all-in-one agent development…
Real Python Working With Python Polars: Getting Started with DataFrames (20-48 06.03.25)
YouTube
Working With Python Polars: Getting Started with DataFrames
This is a preview of the video course, "Working With Python Polars". In the world of data analysis and manipulation, Python has long been the go-to language. With extensive and user-friendly libraries like NumPy, pandas, and PySpark, there’s a solution available…
Indently "@contextmanager" in Python is Awesome (09-49 08.03.25)
YouTube
"@contextmanager" in Python is Awesome
Last week we learned about context managers: https://youtu.be/qfN6_Kv6E-Y, so this week we're going to learn about a more convenient way of creating them using the built-in decorator!
Learn about context managers: https://youtu.be/qfN6_Kv6E-Y
Learn more…
Learn about context managers: https://youtu.be/qfN6_Kv6E-Y
Learn more…
Real Python Eric Matthes: Maybe Don't Start With Unit Tests | Real Python Podcast #242 (20-49 07.03.25)
YouTube
Eric Matthes: Maybe Don't Start With Unit Tests | Real Python Podcast #242
Should you always start testing your code with unit tests? When does it make sense to look at integration or end-to-end testing as a first step instead? This week on the show, we speak with previous guest Eric Matthes about where to begin testing your code.…
NeuralNine Amazon S3 For Absolute Beginners: Python Tutorial in 30 Minutes (19-49 07.03.25)
YouTube
Amazon S3 For Absolute Beginners: Python Tutorial in 30 Minutes
In this video, we will take a quick look at Amazon S3 and how to use it in Python.
Amazon S3: https://aws.amazon.com/s3/
AWS CLI: https://aws.amazon.com/cli/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/…
Amazon S3: https://aws.amazon.com/s3/
AWS CLI: https://aws.amazon.com/cli/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/…
ArjanCodes 12 Must-Know Python Built-in Functions (18-46 07.03.25)
YouTube
These 12 Python Functions Are Built In (No Imports!)
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
In this video, I’ll explore 12 of the most interesting and useful built-in functions, with examples, gotchas, and a few nerdy details you may not be aware of.
🔥 GitHub Repository:…
In this video, I’ll explore 12 of the most interesting and useful built-in functions, with examples, gotchas, and a few nerdy details you may not be aware of.
🔥 GitHub Repository:…
Tech With Tim PLEASE Master These 3 Software Design Principles... (18-45 07.03.25)
YouTube
PLEASE Master These 3 Software Design Principles...
Download PyCharm and use it for free forever with one month of Pro included: https://www.jetbrains.com/pycharm/
Here are 3 software design principles that you need to master, watch to learn more:
1. Single Responsibility Principle (SRP)
2. Open/Closed Principle…
Here are 3 software design principles that you need to master, watch to learn more:
1. Single Responsibility Principle (SRP)
2. Open/Closed Principle…
Jie Jenn Building Your Own X Agent To Manage Your X Social Media With PydanticAI | Pydantic AI Tutorial (16-49 09.03.25)
YouTube
Building Your Own X Agent To Manage Your X Social Media With PydanticAI | Pydantic AI Tutorial
In today’s social media, X stands as one of the most important social media platforms with over 400 million users. Managing an X social account is time consume and tedious, but what if you can create an agentic agent to manage your X account for you? In this…
Tech With Tim How I Built a Web Scraping AI Agent - Use AI To Scrape ANYTHING (15-45 09.03.25)
YouTube
How I Built a Web Scraping AI Agent - Use AI To Scrape ANYTHING
Get the web data you need to train models and build AI apps using BrightData: https://brdta.com/techwithtim_data4ai
You can build some pretty insane applications using just LLMs, even if you don't really know what you're doing. But what separates a good…
You can build some pretty insane applications using just LLMs, even if you don't really know what you're doing. But what separates a good…
Clear Code The ultimate introduction to Godot's Control nodes [ + creating Zelda menus ] (14-49 09.03.25)
YouTube
The ultimate introduction to Godot's Control nodes [ + creating Zelda menus ]
Check out https://brilliant.org/ClearCode/ for a Brilliant subscription with a 20% discount on the annual subscription and 30 day free trial period.
This video covers how to create layouts in Godot! It covers basic concepts like anchors and themes and…
This video covers how to create layouts in Godot! It covers basic concepts like anchors and themes and…
Carberra Pathlib makes file management EASY in Python (14-49 10.03.25)
YouTube
Pathlib makes file management EASY in Python
Pathlib takes (almost) all the annoying stuff about file management, and makes it easier!
00:00 - Intro
00:54 - Creating a Path instance
02:02 - Resolving relative paths to absolute paths
02:29 - Traversing the file tree
03:52 - Checking a file exists
04:18…
00:00 - Intro
00:54 - Creating a Path instance
02:02 - Resolving relative paths to absolute paths
02:29 - Traversing the file tree
03:52 - Checking a file exists
04:18…
NeuralNine Python Libraries to Extract Tables from PDFs (19-49 10.03.25)
YouTube
Python Libraries to Extract Tables from PDFs
In this video we compare different packages and strategies for extracting tables from PDF documents in Python.
LLMWhisperer: https://unstract.com/llmwhisperer/?utm_source=nn
Unstract: https://unstract.com/?utm_source=nn
Unstract GitHub: https://github.c…
LLMWhisperer: https://unstract.com/llmwhisperer/?utm_source=nn
Unstract: https://unstract.com/?utm_source=nn
Unstract GitHub: https://github.c…