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…
Tech With Tim HuggingFace + Langchain | Run 1,000s of FREE AI Models Locally (19-45 18.02.25)
YouTube
HuggingFace + Langchain | Run 1,000s of FREE AI Models Locally
Today I'm going to show you how to access some of the best models that exist. Completely for free and locally on your own computer. We're going to be doing that in just a few simple lines of code, using Hugging Face and LangChain.
Download PyCharm and use…
Download PyCharm and use…
anthonywritescode typing "old-school ternary" (18-45 19.02.25)
YouTube
typing "old-school ternary"
today we take a look at a "common" pattern borrowed from languages like javascript and how it confuses mypy :)
https://github.com/anthonywritescode/typing-puzzles
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz
==========…
https://github.com/anthonywritescode/typing-puzzles
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz
==========…
Jie Jenn Store Agent Conversation History In An SQL Database | PydanticAI Tutorial (17-01 20.02.25)
YouTube
Store Agent Conversation History In An SQL Database | PydanticAI Tutorial
This is a topic that is not well covered in the documentation, and to be honest, handling message conversation is quite confusing in PydanticAI, and it took me awhile to get a hang of it, so I thought I’d cover it. In this tutorial, we'll learn how to manage…
Real Python Concatenating Strings in Python Efficiently: the Plus Operator and .join() (20-49 20.02.25)
YouTube
Concatenating Strings in Python Efficiently: the Plus Operator and .join()
This is a preview of the video course, "Concatenating Strings in Python Efficiently".
This is a portion of the complete course, which you can find here:
https://realpython.com/courses/concatenating-strings-efficiently/
The rest of the course covers:
-…
This is a portion of the complete course, which you can find here:
https://realpython.com/courses/concatenating-strings-efficiently/
The rest of the course covers:
-…
Tech With Tim How To Build an API with Python (LLM Integration, FastAPI, Ollama & More) (17-01 21.02.25)
YouTube
How To Build an API with Python (LLM Integration, FastAPI, Ollama & More)
AI models are powerful tools, and in order to use them securely, you need to control them using an API. I'm going to teach you how to write a very simple Python API to control access to a LLM or an AI model
Download PyCharm and use it for free forever with…
Download PyCharm and use it for free forever with…
Real Python Telling Effective Stories With Your Python Visualizations | Real Python Podcast #238 (20-48 21.02.25)
YouTube
Telling Effective Stories With Your Python Visualizations | Real Python Podcast #240
How do you make compelling visualizations that best convey the story of your data? What methods can you employ within popular Python tools to improve your plots and graphs? This week on the show, Matt Harrison returns to discuss his new book "Effective Visualization:…