PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
John Watson Rooney This Python package makes retrying http requests a breeze (18-49 09.04.25)
YouTube
The library that will save your scrapers.
➡ JOIN MY MAILING LIST
https://johnwr.com

➡ COMMUNITY
https://discord.gg/C4J2uckpbR
https://www.patreon.com/johnwatsonrooney

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

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

Stamina Retries: https://github.com/hynek/stamina…
5 views15:00
PythonFromYouTube
anthonywritescode typing a recursive flatten() (18-45 09.04.25)
YouTube
typing a recursive flatten()
today I show off how to type a recursive flatten() function using the new(ish) 3.12 syntax!

playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz

==========

twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW…
5 views15:00
PythonFromYouTube
Indently "is" vs "==" Explained in Detail in Python (17-49 09.04.25)
YouTube
"is" vs "==" Explained in Detail in Python
In today's video we're going to be learning about the difference between "is" and "==" in Python. It's incredibly important you learn the difference between these two as early as possible, because using them interchangeably will lead to very hard to spot…
5 views15:00
PythonFromYouTube
Jie Jenn Search Reddit Posts And Subreddits In Claude Desktop With This Reddit MCP Server (Python Based) (17-49 08.04.25)
YouTube
Search Reddit Posts And Subreddits In Claude Desktop With This Reddit MCP Server (Python Based)
Reddit, a leading social media platform, hosts a vast array of community forums where users share, discuss, and vote on content. In this tutorial, we’ll build a Reddit MCP server using Python, compatible with Claude Desktop and other clients, leveraging Reddit’s…
5 views15:00
PythonFromYouTube
Real Python Checking for Membership Using Python's "in" and "not in" Operators: Basics & Common Data Types (20-48 10.04.25)
YouTube
Checking for Membership Using Python's "in" and "not in" Operators: Basics & Common Data Types
This is a preview of the video course, "Checking for Membership Using Python's "in" and "not in" Operators."

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/checking-membership-in-not-in-operators/

The…
6 views09:00
PythonFromYouTube
Carberra Are exception groups Python's MOST UNDERUSED feature? (17-49 08.04.25)
YouTube
Are exception groups Python's MOST UNDERUSED feature?
Despite releasing all the way back in Python 3.11, exception groups are scarcely used. Some of this will be due to authors maintaning compatibility with older Python versions, but there are some great uses of this, especially when validating inputs or managing…
7 views09:00
PythonFromYouTube
NeuralNine Become An Autodidact: The Most Important Skill (17-49 08.04.25)
YouTube
Become An Autodidact: The Most Important Skill
In this video today, I talk a little bit about why I think that becoming an autodidact is one of the most important things, especially for computer scientists.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/…
7 views09:00
PythonFromYouTube
Tech With Tim How To Pick a Programming Language in 2025... And Should You? (17-45 08.04.25)
YouTube
How To Pick a Programming Language in 2025... And Should You?
Click this link https://sponsr.is/bootdev_TechWithTim  and use my code TECHWITHTIM to get 25% off your first payment for boot.dev. 

Let's talk about what you should actually learn and how picking the right language could be the difference between blending…
7 views09:00
PythonFromYouTube
John Watson Rooney The Harsh Truth of Web Scraping in 2025 (22-49 19.04.25)
YouTube
The Harsh Truth of Web Scraping in 2025
➡ JOIN MY MAILING LIST
https://johnwrooney.substack.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.…
5 views09:00
PythonFromYouTube
Tech With Tim How To Automate Your Finances with Python - Full Tutorial (Pandas, Streamlit, Plotly & More) (15-45 19.04.25)
YouTube
How To Automate Your Finances with Python - Full Tutorial (Pandas, Streamlit, Plotly & More)
Get started with DataCamp and their Finance with Python track today! https://datacamp.pxf.io/RGZMVb

In this video, I'll show you how to build a personal finance automation tool in Python. We'll use modules like Pandas, Plotly, & Streamlit. Let me give a…
6 views09:00
PythonFromYouTube
NeuralNine Model Context Protocol (MCP): Everything You Need To Know (11-49 19.04.25)
YouTube
Model Context Protocol (MCP): Everything You Need To Know
Today we talk about the Model Context Protocol (MCP) and why it is talked about so much currently.

Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/MCP%20Tutorial/my-mcp-server

MCP: https://modelcontextprotocol.io/introduction
MCP Servers:…
5 views09:00
PythonFromYouTube
Real Python Exploring DuckDB & Comparing Python Expressions vs Statements | Real Python Podcast #247 (11-48 19.04.25)
YouTube
Exploring DuckDB & Comparing Python Expressions vs Statements | Real Python Podcast #247
Are you looking for a fast database that can handle large datasets in Python? What's the difference between a Python expression and a statement? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.…
8 views09:00
PythonFromYouTube
ArjanCodes 10 Tips to Keep Your Software Simple (11-46 19.04.25)
YouTube
10 Tips to Keep Your Software Simple
👉 Take your productivity to the next level and keep your team organized - try monday.com for free today: https://bit.ly/424BbYW.

In this video, I’ll show you 10 essential tips to keep your code simple, maintainable, and easy to work with.

🔥 GitHub Repository:…
87 views09:00
PythonFromYouTube
Real Python Creating a Python Dice Roll Application: Defining the Project & Building the Text-Based Interface (11-48 18.04.25)
YouTube
Creating a Python Dice Roll Application: Defining the Project & Building the Text-Based Interface
This is a preview of the video course, "Creating a Python Dice Roll Application". The course guides you through building a text-based user interface (TUI) application that simulates rolling dice using Python’s random module. You’ll learn to gather and validate…
6 views15:00
PythonFromYouTube
Tech With Tim "New Junior Developers Can't Actually Code" (11-45 18.04.25)
YouTube
"New Junior Developers Can't Actually Code"
Check out ManageEngine Site24x7 today and get 6 months for FREE to evaluate the platform! https://https://www.site24x7.com/promo-signup.html?pack=1001&utm_source=TECHWITHTIM-1&utm_medium=Youtube&utm_campaign=YoutubeInfluencer

That's the title of this article…
63 views15:00
PythonFromYouTube
John Watson Rooney How I use Scrapy And Proxies to scrape Geo restricted sites (11-49 17.04.25)
YouTube
How I use Scrapy And Proxies to scrape Geo restricted sites
➡ 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,…
7 views15:00
PythonFromYouTube
Indently Python Snippets in Zed are Awesome (11-49 17.04.25)
YouTube
Python Snippets in Zed are Awesome
In today's video we're going to be learning how we can create Python snippets in Zed. This isn't exclusive to Python and snippets can be created for any language, but since this is a Python channel, I'm going to be doing it in Python.

Docs: https://zed.…
8 views15:00
PythonFromYouTube
anthonywritescode why did this suddenly OOM? (11-45 17.04.25)
YouTube
why did this suddenly OOM?
today I show off a bisection I ran on some work code after a particular workflow started mysteriously OOMing!

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

==========

twitch: https://twitch.tv/anthonywritescode
dicsord:…
9 views15:00
PythonFromYouTube
NeuralNine Mistral OCR: Best Model For Document Parsing?! (11-49 15.04.25)
YouTube
Mistral OCR: Best Model For Document Parsing?!
Today we take a look at Mistral OCR: An awesome tool for document parsing with mind-blowing accuracy. It converts any PDF to Markdown.

Mistral OCR: https://mistral.ai/news/mistral-ocr

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book:…
9 views09:00
PythonFromYouTube
Indently Python's Unpacking Operator Is Awesome (11-49 15.04.25)
YouTube
Python's Unpacking Operator Is Awesome
In today's video, we're going to be learning about the unpacking operator (*) in Python, what it does, and what it returns.

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
127 views09:00