PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
NeuralNine Evaluate AI Agents in Python with Ragas (19-48 12.05.25)
YouTube
Evaluate AI Agents in Python with Ragas
In this video we take a look at Ragas, a Python package made for evaluating AI agents and RAG systems.

Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Ragas%20Tutorial

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book:…
9 views09:00
PythonFromYouTube
Carberra PyREPL now has SYNTAX HIGHLIGHTING + colour theming?! (14-48 12.05.25)
YouTube
PyREPL now has SYNTAX HIGHLIGHTING + colour theming?!
In the last major release, Python introduced the new interactive interpreter: PyREPL. In this major release, they gone a step further and introduced syntax highlighting! This is an enormous quality-of-life feature, and even comes alongside brand new experimental…
9 views09:00
PythonFromYouTube
Tech With Tim Programming Is NOT Enough | Add these 5 skills… (11-45 12.05.25)
YouTube
Programming Is NOT Enough | Add these 5 skills…
🎓 Join the waitlist for DevLaunch 2.0 and get a free resume template: https://training.devlaunch.us/tim-waitlist

Learning to code was enough five years ago, but it's not anymore. In 2025, you need more than just typing Python into a keyboard. And if you…
98 views09:00
PythonFromYouTube
NeuralNine AI News: Gemini 2.5 Pro, Apple FastVLM, Mistral Medium 3 & More (19-49 13.05.25)
YouTube
AI News: Gemini 2.5 Pro, Apple FastVLM, Mistral Medium 3 & More
Today we try a new format on this channel called AI news, where we cover important recent developments in the field.

OpenAI "Evolution": https://openai.com/index/evolving-our-structure/
OpenAI GitHub Connector: https://help.openai.com/en/articles/11145903…
9 views15:00
PythonFromYouTube
anthonywritescode 3 way test pollution! (18-45 14.05.25)
YouTube
3 way test pollution!
today I talk about a class of test pollution where three tests have to interact in a particular order to break a test!

playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY

==========

twitch: https://twitch.tv/anthonywritescode…
9 views09:00
PythonFromYouTube
John Watson Rooney Where this channel is going (not quitting + positive news.) (11-11 16.05.25)
YouTube
What’s next? Channel update (not quitting)
➡ JOIN MY MAILING LIST
https://johnwr.com

➡ COMMUNITY
https://discord.gg/C4J2uckpbR

➡ PROXIES
https://proxyscrape.com/?ref=jhnwr

➡ HOSTING
https://m.do.co/c/c7c90f161ff6

If you are new, welcome. I'm John, a self taught Python developer and content creator…
9 views09:00
PythonFromYouTube
Real Python Missing Data in Polars: Setting Up & Identifying Missing Data (20-48 15.05.25)
YouTube
Missing Data in Polars: Setting Up & Identifying Missing Data
This is a preview of the video course, "Working With Missing Data in Polars". Efficiently handling missing data in Polars is essential for keeping your datasets clean during analysis. Polars provides powerful tools to identify, replace, and remove null values…
9 views09:00
PythonFromYouTube
ByteByteGo APIs Explained in 6 Minutes! (18-47 15.05.25)
YouTube
6:41
APIs Explained in 6 Minutes!
Sign up now to access ChatLLM: https://bit.ly/42RlGDV

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…
10 views09:00
PythonFromYouTube
Real Python Going Beyond requirements.txt With pylock.toml and PEP-751 | Real Python Podcast #249 (20-48 16.05.25)
YouTube
Going Beyond requirements.txt With pylock.toml and PEP-751 | Real Python Podcast #249
What is the best way to record the Python dependencies for the reproducibility of your projects? What advantages will lock files provide for those projects? This week on the show, we welcome back Python Core Developer Brett Cannon to discuss his journey to…
9 views15:00
PythonFromYouTube
NeuralNine Fine-Tuning Local Models with LoRA in Python (Theory & Code) (19-49 16.05.25)
YouTube
Fine-Tuning Local Models with LoRA in Python (Theory & Code)
In this video, we learn how to fine-tune open source models locally on our machine, using LoRA (Low-Rank Adaptation) and the peft package.

Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/LoRA%20Fine-Tuning
LoRA Paper: https://arxiv.org/abs/2106.09685…
9 views15:00
PythonFromYouTube
ArjanCodes 10 Python Anti-Patterns That Are Breaking Your Code (18-46 16.05.25)
YouTube
10 Python Anti-Patterns That Are Breaking Your Code
➡️ Try Lokalise today: https://bit.ly/arjancodes.

Think your Python code is clean? Think again. In this video, I’m exposing 10 Python anti-patterns that look smart, but secretly create chaos. Stick around to see if you’re guilty of any… I know I was.

🔥…
8 views15:00
PythonFromYouTube
Tech With Tim Do THIS instead of watching endless tutorials - how I’d learn Python FAST… (18-45 16.05.25)
YouTube
Do THIS instead of watching endless tutorials - how I’d learn Python FAST…
🎓 These are two of the best beginner-friendly Python resources I recommend:

🔹 Python Programming Fundamentals (Datacamp) (https://datacamp.pxf.io/QjG9BM)
🔹 Associate Python Developer Certificate (Datacamp) (https://datacamp.pxf.io/APAOrx)

🔥 Get 25% OFF…
9 views15:00
PythonFromYouTube
NeuralNine Deploy Generative AI Models with Amazon Bedrock & Python (19-48 19.05.25)
YouTube
Deploy Generative AI Models with Amazon Bedrock & Python
In this video, we take a look at Amazon Bedrock and how to deploy generative AI models. Then we use them as part of our Python applications with the boto3 package.

AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
Amazon…
7 views09:00
PythonFromYouTube
Carberra Python's new T-STRINGS (template strings) (14-48 19.05.25)
YouTube
Python's new T-STRINGS (template strings)
00:00 - Intro
00:45 - The syntax of t-strings
01:20 - The Template object
03:33 - Why use t-strings?
04:09 - Using t-strings to prevent SQL injection
11:46 - Other use-cases
12:37 - Outro

—

~ Hotlinks ~
Join the Discord ► https://discord.gg/5vVgQpK
Check…
87 views09:00
PythonFromYouTube
Indently "atexit" in Python is Awesome (11-48 19.05.25)
YouTube
"atexit" in Python is Awesome
In today's video we're going to be learning about another awesome built-in module called "atexit". It allows us to register functions that should be executed as the final part of our script.

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

▶ Follow…
79 views09:00
PythonFromYouTube
Tech With Tim DeepAgent - The World's First GOD Tier AI Agent (11-45 19.05.25)
YouTube
DeepAgent - The World's First GOD Tier AI Agent
Start using DeepAgent today: https://deepagent.abacus.ai
Get started with ChatLLM Teams here: https://ChatLLM.abacus.ai

This AI agent is insane... It can handle the most complex tasks of any AI agent I've tested this far and in this video I break down how…
8 views09:00
PythonFromYouTube
NeuralNine Deep Dive Into Google's AlphaEvolve (17-02 20.05.25)
YouTube
Deep Dive Into Google's AlphaEvolve
Today we take a deep look at Google's AlphaEvolve by dissecting the white paper.

AlphaEvolve: https://deepmind.google/discover/blog/alphaevolve-a-gemini-powered-coding-agent-for-designing-advanced-algorithms/

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch…
8 views15:00
PythonFromYouTube
John Watson Rooney “Requests + BS4” but for 2025 (22-49 21.05.25)
YouTube
“Requests + BS4” but for 2025
➡ JOIN MY MAILING LIST
https://johnwr.com

➡ COMMUNITY
https://discord.gg/C4J2uckpbR

➡ PROXIES
https://proxyscrape.com/?ref=jhnwr

➡ WEB SCRAPING API
https://hubs.li/Q043T88w0

➡ HOSTING
https://m.do.co/c/c7c90f161ff6

If you are new, welcome. I'm John,…
14 views09:00
PythonFromYouTube
anthonywritescode some weird django test database quirks (18-45 21.05.25)
YouTube
some weird django test database quirks
today I show two surprises I found when debugging work tests and django!

playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY

==========

twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW
twitter:…
10 views09:00
PythonFromYouTube
Real Python First Steps With LangChain: Setting Up and Assembling Instructions (20-48 22.05.25)
YouTube
First Steps With LangChain: Setting Up and Assembling Instructions
This is a preview of the video course, "First Steps With LangChain". You’ve likely interacted with large language models (LLMs), like the ones behind OpenAI’s ChatGPT, and experienced their remarkable ability to answer questions, summarize documents, write…
10 views09:00