NeuralNine Python Memory Boost: How To Never Run Out of RAM (19-49 07.02.25)
YouTube
Python Memory Boost: How To Never Run Out of RAM
In this video, we learn how to allow our Python programs to temporarily use more memory by increasing the SWAP available. Also, we learn how to force our system to use SWAP earlier by limiting the RAM.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The…
ArjanCodes DuckDB: SQL and DataFrames Just Got Married (18-46 07.02.25)
YouTube
Stop Struggling with DataFrames – Try DuckDB for SQL on Pandas
➡️ Try Convex here: https://convex.link/arjancodes.
In this video, I’ll talk about the power of DuckDB, a lightweight, embedded database that lets you run SQL queries directly on Pandas DataFrames—no servers, no hassle. I’ll show you how it simplifies analytics…
In this video, I’ll talk about the power of DuckDB, a lightweight, embedded database that lets you run SQL queries directly on Pandas DataFrames—no servers, no hassle. I’ll show you how it simplifies analytics…
Tech With Tim 5 AI Frameworks I Wished I Learned Earlier (16-45 08.02.25)
YouTube
5 AI Frameworks I Wished I Learned Earlier
Get access to my FREE guide on How To Make Money From Coding here: https://techwithtim.net/newsletter
Over the past few years; I've been doing a ton of work with AI, and building all kinds of AI applications. In this video, I'm going to share with you five…
Over the past few years; I've been doing a ton of work with AI, and building all kinds of AI applications. In this video, I'm going to share with you five…
Jie Jenn Create An SQL AI Agents To Interact With SQLite In Agno | Agno AI Agent Tutorial For Beginners (17-01 09.02.25)
YouTube
Create An SQL AI Agents To Interact With SQLite In Agno | Agno AI Agent Tutorial For Beginners
AI agents are transforming how we work—automating tasks, analyzing data, and can even act as a reliable personal assistant. In this tutorial, I will walk you through how to create your own AI SQLite agents using @agno-agi to interact with a SQLite database..…
Jie Jenn Building Your Own SQLite AI Agent With PydanticAI | AI Agent Tutorial For Beginners (17-01 11.02.25)
YouTube
Building Your Own SQLite AI Agent With PydanticAI | AI Agent Tutorial For Beginners
SQLite, probably one of the most popular lightweight file-based database engines, is used by millions of people and applications. What if are someone who doesn't know a single line of SQL but still want to manage your own SQLite database? In this tutorial…
NeuralNine Large AI Models on Multiple Serverless GPUs in Python (19-49 10.02.25)
Tech With Tim Should Beginner Programmers Use AI? (It’s Not That Simple…) (18-45 11.02.25)
YouTube
Should Beginner Programmers Use AI? (It’s Not That Simple…)
If you're learning to code right now, then I'm sure AI is something that's on your mind. I want to answer the question: should you as a beginner programmer use AI when you're learning how to code? Now this is a highly debated topic, I've heard all kinds of…
anthonywritescode typing **kwargs (for callers) (18-45 12.02.25)
YouTube
typing **kwargs (for callers)
brand new series where we break down small patterns / gadgets with python typing with "practical" examples!
https://github.com/anthonywritescode/typing-puzzles
playlist: https://studio.youtube.com/playlist/PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz/edit
==========…
https://github.com/anthonywritescode/typing-puzzles
playlist: https://studio.youtube.com/playlist/PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz/edit
==========…
Indently "chain" in Python is Awesome (11-49 12.02.25)
YouTube
"chain" in Python is Awesome
In today's video we're going to be learning about "chain()", which is a function provided by itertools, and why it's awesome.
▶ 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
Indently Lambdas in Python Are Awesome (11-49 11.02.25)
YouTube
Lambdas in Python Are Awesome
In today's video I'm going to be teaching you about lambdas in Python, and how they can help eliminate the need for single-use functions.
Learn about callables: https://www.youtube.com/watch?v=C6Giftmao6Y
▶ Become job-ready with Python:
https://www.indently.io…
Learn about callables: https://www.youtube.com/watch?v=C6Giftmao6Y
▶ Become job-ready with Python:
https://www.indently.io…
Jie Jenn Setting Up Agent Storage To Store Conversation History With SQLite | Agno AI Agent Tutorial (17-00 13.02.25)
YouTube
Setting Up Agent Storage To Store Conversation History With SQLite | Agno AI Agent Tutorial
In this Agno AI Agent tutorial, I am going to walk you through how to use SQLite to create an agent storage database to persist workflow states, store session data, and retrieve information efficiently.
📋Source Code: https://www.patreon.com/posts/121615642…
📋Source Code: https://www.patreon.com/posts/121615642…
Real Python Building a Python Command-Line To-Do App With Typer: Setting Up & Introducing Typer (20-48 13.02.25)
YouTube
Building a Python Command-Line To-Do App With Typer: Setting Up & Introducing Typer
This is a preview of the video course, "Building a Python Command-Line To-Do App With Typer". Building an application to manage your to-do list can be an interesting project when you’re learning a new programming language or trying to take your skills to…
ByteByteGo How the Garbage Collector Works in Java, Python, and Go! (18-47 13.02.25)
YouTube
How the Garbage Collector Works in Java, Python, and Go!
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…
Real Python Behavior-Driven vs Test-Driven Development & Using Regex in Python | Real Python Podcast #239 (20-49 14.02.25)
YouTube
Behavior-Driven vs Test-Driven Development & Using Regex in Python | Real Python Podcast #239
What is behavior-driven development, and how does it work alongside test-driven development? How do you communicate requirements between teams in an organization? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly…
NeuralNine drawdata: The Perfect Way To Learn Machine Learning in Python (19-49 14.02.25)
YouTube
drawdata: The Perfect Way To Learn Machine Learning in Python
In this video, we take a look at drawdata, a Python library that allows us to draw datasets on a canvas and then use them with Pandas. The perfect tool for understanding machine learning models visually.
Code: https://github.com/NeuralNine/youtube-tutor…
Code: https://github.com/NeuralNine/youtube-tutor…
ArjanCodes Go for Pythonistas: What You Need to Know (18-46 14.02.25)
YouTube
Go vs Python: What Every Developer Should Know
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Python is powerful but has its quirks—like imports and dependency issues. What if there was a faster, simpler alternative? Meet Go—a modern language nearly as powerful as Rust.…
Python is powerful but has its quirks—like imports and dependency issues. What if there was a faster, simpler alternative? Meet Go—a modern language nearly as powerful as Rust.…
Jie Jenn Process Automation With Agno Multi-Agent Workflows | Agno AI Agent Tutorial (17-01 16.02.25)
YouTube
Process Automation With Agno Multi-Agent Workflows | Agno AI Agent Tutorial
In this tutorial, we are going to learn how to use Agno Workflows feature by building a Blog Post Generator.
An Agno workflow is a structured process that agencies use to manage, execute, and complete various tasks and operations. By integrating AI agents…
An Agno workflow is a structured process that agencies use to manage, execute, and complete various tasks and operations. By integrating AI agents…
Carberra The quality of life feature you didn't know you needed (14-49 17.02.25)
YouTube
The quality of life feature you didn't know you needed
It might not sound like much, but having dictionaries with defaults (knows as defaultdicts) is genuinely an amazing quality of life feature! On top of that, they're incredibly easy to implement yourself, allowing for some pretty advanced use-cases.
00:00…
00:00…
NeuralNine FastAPI Full Crash Course - Python’s Fastest Web Framework (19-49 17.02.25)
YouTube
FastAPI Full Crash Course - Python’s Fastest Web Framework
This video today is a crash course, where we will go through the basics of FastAPI.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 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/…
Jie Jenn Create Your Own Tools (Function Tool & Toolkit) | Agno AI Agent Tutorial (17-01 18.02.25)
YouTube
Create Your Own Tools (Function Tool & Toolkit) | Agno AI Agent Tutorial
Tools are functions that an Agent can run to perform specific tasks. Think of them as the Agent’s way of interacting with external systems, accessing data, or executing commands beyond its built-in capabilities. By using tools, you can extend the Agent's…