PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Indently Ready to learn Rust? (04-48 01.05.25)
YouTube
Ready to learn Rust?
I will start uploading videos next week here: https://www.youtube.com/@Rustfully

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
7 views09:00
PythonFromYouTube
Indently 4 Types of List Comprehensions in Python Explained (02-48 01.05.25)
YouTube
4 Types of List Comprehensions in Python Explained
In today's video we're going to be exploring the 4 types of list comprehensions that we have in Python. Technically they're not all referred to as list comprehensions, but that's what I used for the title to make it easier to search for.

▶ Become job-ready…
9 views09:00
PythonFromYouTube
ByteByteGo System Design Was HARD - Until You Knew the Trade-Offs, Part 2 (18-47 30.04.25)
YouTube
System Design Was HARD - Until You Knew the Trade-Offs, Part 2
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
anthonywritescode some "trivially" threaded code? (all code sucks) #13 (18-45 30.04.25)
YouTube
some "trivially" threaded code? (all code sucks) #13
today we're taking a look at some work code which "works" but for the wrong reasons

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

==========

twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW…
10 views09:00
PythonFromYouTube
Tech With Tim 5 Programming Projects for Employment (16-45 01.05.25)
YouTube
4 Programming Projects for Employment in 2025
Take advantage of 4Geeks Job Guarantee and break into tech today! https://4geeksacademy.com/us/landing/job-guarantee?utm_source=influencers&utm_campaign=techwithtim

Most programming projects are tutorials that are dressed up as progress. You copy a bunch…
91 views15:00
PythonFromYouTube
NeuralNine Nuitka: The Professional Way To Compile Python (19-48 02.05.25)
YouTube
Nuitka: The Professional Way To Compile Python
In this video we learn how to compile Python applications using Nuitka.

Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Nuitka

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻…
109 views09:00
PythonFromYouTube
ArjanCodes The REAL Reason Python Type Hints Are Useful (18-46 02.05.25)
YouTube
The REAL Reason You Should Use Type Hints in Python
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

In this video, I’m going to show you why type hints in Python are useful, how to add them to your Python code, as well as some interesting properties of type hints…
109 views09:00
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]…
123 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