PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Real Python Thread Safety in Python: Locks and Other Techniques -- Solving Races With Locks (11-48 02.05.25)
YouTube
Thread Safety in Python: Locks and Other Techniques -- Solving Races With Locks
This is a preview of the video course, "Thread Safety in Python: Locks and Other Techniques". Threads share state in your programs, which means race conditions can be created when two or more threads fight to update a value. This course is about the various…
10 views09:00
PythonFromYouTube
Tech With Tim LangGraph Tutorial - How to Build Advanced AI Agent Systems (16-45 05.05.25)
YouTube
LangGraph Tutorial - How to Build Advanced AI Agent Systems
Download PyCharm and use it for free forever with one month of Pro included: https://www.jetbrains.com/pycharm/

In this video, you're going to learn how to build AI agents using LangGraph. LangGraph is a much more professional and in-depth framework compared…
8 views15:00
PythonFromYouTube
Indently May Updates: New Rust channel + Python course giveaway! (12-49 05.05.25)
YouTube
May Updates: New Rust channel + Python course giveaway!
Rust channel: https://www.youtube.com/@rustfully
Python course application: https://forms.gle/sx1GBh6MkpkJr4Bo9

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
10 views15:00
PythonFromYouTube
Jie Jenn Let Claude Be Your Data Analyst In Claude Desktop With This SQLite MCP Server (Python Based) (03-49 05.05.25)
YouTube
Let Claude Be Your Data Analyst In Claude Desktop With This SQLite MCP Server (Python Based)
Learn to build an SQLite MCP server for Claude Desktop using Python. Follow along as we create tools to query databases, list tables, and run SQL statements directly through Claude's interface.

📋 Access All Source Code (So you don't have to write the code…
9 views15:00
PythonFromYouTube
NeuralNine Avante: Turn NeoVim Into Cursor (19-48 05.05.25)
YouTube
Avante: Turn NeoVim Into Cursor
Today we will learn about avante.nvim, a NeoVim plugin that turns the editor into something approximating Cursor.

avante.nvim: https://github.com/yetone/avante.nvim

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.n…
10 views09:00
PythonFromYouTube
Carberra What's new in Python 3.14? (14-49 06.05.25)
YouTube
What's new in Python 3.14?
Hehe, π-thon.

What's New document: https://docs.python.org/3.14/whatsnew/3.14.html
Python 3.14 playlist: https://www.youtube.com/playlist?list=PLYeOw6sTSy6ZSo65iQv7cA6yvKzevDMY-

0:00 - Intro
0:48 - T-strings [1]
1:54 - Syntax highlighting in PyREPL [2]…
124 views15:00
PythonFromYouTube
anthonywritescode python t-strings (PEP 750) (18-45 07.05.25)
YouTube
python t-strings (PEP 750)
today we look at the brand new syntax coming to python 3.14, some practical applications, the good, the bad, and my thoughts.

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

==========

twitch: https://twitch.tv/anthonywritescode…
218 views09:00
PythonFromYouTube
Tech With Tim How I Scrape Any Site Using This MCP Server + Claude, LangGraph & AI Agents (16-45 07.05.25)
YouTube
How I Scrape Any Site Using This MCP Server + Claude, LangGraph & AI Agents
Create a BrightData account to start using this MCP server: https://brdta.com/techwithtim_mcp

So you've built an AI agent. It can reason, it can plan, but then you ask it to get real time data from the web, and everything breaks. You're hit with rate limits…
12 views09:00
PythonFromYouTube
Real Python Using the Python subprocess Module: Gettting Started & Using subprocess to Run Python (20-48 08.05.25)
YouTube
Using the Python subprocess Module: Gettting Started & Using subprocess to Run Python
This is a preview of the video course, "Using the Python subprocess Module". Python’s subprocess module allows you to run shell commands and manage external processes directly from your Python code. By using subprocess, you can execute shell commands like…
9 views09:00
PythonFromYouTube
NeuralNine Wikipedia RAG System in Python - Beginner Tutorial with LlamaIndex (20-49 09.05.25)
YouTube
Wikipedia RAG System in Python - Beginner Tutorial with LlamaIndex
In this video, we learn how to easily build a RAG system based on Wikipedia in Python. For this we use LlamaIndex and Streamlit.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
10 views15:00
PythonFromYouTube
Real Python Experiments With Gen AI, Knowledge Graphs, Workflows, and Python | Real Python Podcast #248 (20-48 09.05.25)
YouTube
Experiments With Gen AI, Knowledge Graphs, Workflows, and Python | Real Python Podcast #248
Are you looking for some projects where you can practice your Python skills? Would you like to experiment with building a generative AI app or an automated knowledge graph sentiment analysis tool? This week on the show, we speak with Raymond Camden about…
10 views15:00
PythonFromYouTube
Tech With Tim 3 Python AI Projects for Beginners - Full Tutorial (19-45 09.05.25)
YouTube
3 Python AI Projects for Beginners - Full Tutorial
Want to make real money with coding? I share high-signal insights on careers, monetization, and leverage in my free newsletter. Join here and get my guide How to Make Money With Coding instantly: https://techwithtim.net/newsletter

Today, you'll learn how…
11 views15:00
PythonFromYouTube
ArjanCodes I’m in prison... (18-46 09.05.25)
YouTube
I’m in prison...
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

In this video, I’ll give you a tour of the new office/studio space and share what’s next for ArjanCodes.

🎓 ArjanCodes Courses: https://www.arjancodes.com/courses.…
10 views15:00
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