PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
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…
7 views16:00
PythonFromYouTube
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…
6 views16:00
PythonFromYouTube
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/…
6 views10:00
PythonFromYouTube
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…
6 views16:00
PythonFromYouTube
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…
5 views10:00
PythonFromYouTube
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

==========…
6 views10:00
PythonFromYouTube
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…
6 views16:00
PythonFromYouTube
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:
-…
92 views10:00
PythonFromYouTube
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…
5 views16:00
PythonFromYouTube
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:…
5 views10:00
PythonFromYouTube
NeuralNine Docker Crash Course - For Absolute Beginners (19-48 21.02.25)
YouTube
Docker Crash Course - For Absolute Beginners
This video today is a full Docker crash course for beginners. We cover images, containers, volumes and even Docker Compose.

Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Docker%20Crash%20Course

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books &…
5 views10:00
PythonFromYouTube
ArjanCodes How Python Evolves: The Fascinating Journey of PEPs (18-46 21.02.25)
YouTube
How Python Evolves: From PEP to Feature
👉 Visit https://brilliant.org/ArjanCodes/ to try Brilliant for free for 30 days. You’ll also get 20% off an annual premium subscription.

In this video, I’ll explore how Python gets new functionality and how PEPs have a huge role in this, by looking at PEP484…
6 views10:00
PythonFromYouTube
Jie Jenn Build A Stock Research Agent Using PydanticAI | PydanticAI AI Agent Tutorial (17-00 23.02.25)
YouTube
Build A Stock Research Agent Using PydanticAI | PydanticAI AI Agent Tutorial
In this Pydantic AI tutorial, I am going to show you how to build a Stock Researcher AI Agent in Python to help you with market research, technical analysis, following latest news, and stock recommendations to make better stock trading decisions.

📋 Source…
7 views16:00
PythonFromYouTube
Tech With Tim AI Voice Assistant Project Full Tutorial | React & Python (Phone & Web Calling) (16-51 23.02.25)
YouTube
AI Voice Assistant Project Full Tutorial | React & Python (Phone & Web Calling)
In this video, I'm going to show you how to build an AI voice assistant that you can call or connect to directly from your browser.

🎞 Video Resources 🎞
Code and Styles: https://github.com/techwithtim/VAPI-AI-Voice-Assistant
Vapi API Reference: https://docs.vapi.ai/api…
7 views16:00
PythonFromYouTube
Indently Join my official Python community on Discord (05-48 24.02.25)
YouTube
Join my official Python community on Discord
Join the party on Discord: https://discord.com/invite/FRwxrAKw9Z

▶ Become job-ready with Python:
https://www.indently.io

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
7 views10:00
PythonFromYouTube
Carberra UV one year on: the FUTURE is NOW (14-49 24.02.25)
YouTube
UV one year on: the FUTURE of Python is NOW
The first 500 people to use my link will get a 1-month free trial of Skillshare! ► https://skl.sh/carberra02251

UV released a little over a year ago, and it's made leaps and bounds since then, becoming a fully-fledged package manager in its own right. It's…
7 views16:00
PythonFromYouTube
NeuralNine How Much Math Do You Need For Machine Learning? (19-48 24.02.25)
YouTube
How Much Math Do You Need For Machine Learning?
In this video today we discuss how much mathematics is needed to become a machine learning engineer.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neur…
8 views10:00
PythonFromYouTube
Jie Jenn Agentic AI Project - Recipe AI Agent To Search Recipes From the Web | Agno AI Agent Tutorial (17-01 25.02.25)
YouTube
Agentic AI Project - Recipe AI Agent To Search Recipes From the Web | Agno AI Agent Tutorial
In this AI Agent tutorial, I am going to walk you through how to create a recipe AI agent to 1) Search recipe on the web and 2) extract recipe instruction from a webpage using Agno AI Agent framework.

This is going to be a beginner friendly tutorial. I…
8 views16:00
PythonFromYouTube
Indently "requests_cache" in Python is Awesome (04-48 26.02.25)
YouTube
"requests_cache" in Python is Awesome
How's it going everyone? In today's video we're going to be learning about caching our api requests so that we can save on expensive api-calls when requesting the same information in a short time frame.

▶ Become job-ready with Python:
https://www.indently.io…
7 views10:00
PythonFromYouTube
ByteByteGo 8 Most Important Tips for Designing Fault-Tolerant System (18-47 25.02.25)
YouTube
8 Most Important Tips for Designing Fault-Tolerant System
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…
7 views10:00