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 New in Python 3.14: Exception syntax update (19-09 08.07.25)
YouTube
New in Python 3.14: Exception syntax update
In today’s video I just wanted to talk about one of the new features that we will have at our disposal in Python 3.14. This one is quite trivial and doesn’t really affect anyone’s programming experience, but it’s still worth knowing about.

PEP-758: http…
3 views15:30
PythonFromYouTube
Eric Roby I Wrote 100,000+ Lines Of Python. Here's What You NEED To Know! (16-10 10.07.25)
YouTube
I Wrote 100,000+ Lines Of Python. Here's What You NEED To Know!
After writing over 100,000 lines of Python code I have learned some lessons. In this video, we will go over those Python lessons.

Want FREE code repositories: https://www.codingwithroby.com/freebies

🎥 PydanticAI Tutorial: https://youtu.be/YKRqnWLZbpU…
4 views15:30
PythonFromYouTube
anthonywritescode coverage doesn't work on a mypy plugin? (19-05 09.07.25)
YouTube
coverage doesn't work on a mypy plugin?
well not by default! I walk through how I figured out what was going on and ultimately found a solution to running coverage on a mypy plugin! also some insight into how this same problem can happen elsewhere :)

playlist: https://www.youtube.com/playli…
3 views15:30
PythonFromYouTube
Tech With Tim The Ultimate FastAPI + React Full Stack Project (Deploy This and You’re Set) (18-01 11.07.25)
YouTube
The Ultimate FastAPI + React Full Stack Project (Deploy This and You’re Set)
In this video, you'll learn how to build a full stack application using FastAPI in Python and JavaScript and React. Now I'll cover databases, AI integrations, backend and frontend communication, designing the API, and various best practices. I'll even show…
5 views15:30
PythonFromYouTube
ArjanCodes I Designed a Python SDK That Relies on… Deep Inheritance?! (18-00 11.07.25)
YouTube
I Designed a Python SDK That Relies on… Deep Inheritance?!
Check out https://www.squarespace.com/arjancodes to save 10% off your first purchase of a website or domain using code ARJANCODES.

Ever wondered how to build a clean Python SDK without a giant god class? In this video, I’ll show you how I designed an SDK…
4 views15:30
PythonFromYouTube
Real Python Exploring Protocols in Python: Understanding & Creating Custom Protocols (20-09 10.07.25)
YouTube
Exploring Protocols in Python: Understanding & Creating Custom Protocols
This is a preview of the video course, "Exploring Protocols in Python". In Python, a protocol specifies the methods and attributes that a class must implement to be considered of a given type. Protocols are important in Python’s type hint system, which allows…
4 views15:30
PythonFromYouTube
Real Python Comparing Real-World Python Performance Against Big-O | Real Python Podcast #257 (20-08 11.07.25)
YouTube
Comparing Real-World Python Performance Against Big-O | Real Python Podcast #257
How does the performance of an algorithm hold up when you put it into a realistic context? Where might Python code defy Big O notation expectations when using a profiler? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's…
5 views15:30
PythonFromYouTube
NeuralNine Create & Add SSH Keys To GitHub For Authentication (19-09 11.07.25)
YouTube
Create & Add SSH Keys To GitHub For Authentication
Today we learn how to create and use SSH keys on GitHub for authentication.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
6 views15:30
PythonFromYouTube
Tech With Tim Lovart Review: The AI That's About to End Design Jobs (Early Access) (18-04 13.07.25)
YouTube
Lovart Review: The AI That's About to End Design Jobs (Early Access)
Get yourself on the Lovart Waitlist Today by checking out Lovart.ai" / "explore www.lovart.ai and start vibe designing now! Note: Lovart will officially launch in late July with full access, in the meantime you use the invite code A8Lvtd2 .

If you're like…
5 views15:30
PythonFromYouTube
Indently 8 good-to-know dunder methods for collections in Python (17-09 13.07.25)
YouTube
8 good-to-know dunder methods for collections in Python
In today's video we're going to be learning about eight dunder methods that are good to know about when working with collection types in Python.

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

00:00 Intro
00:10 Getting started
02:00 1) __iter__…
5 views15:30
PythonFromYouTube
Tech With Tim PLEASE Stop Making These Python Coding Mistakes (18-01 15.07.25)
YouTube
PLEASE Stop Making These Python Coding Mistakes
Checkout Manage Engine Site24x7 and eveluate the product for free: https://www.site24x7.com/promo-signup.html?pack=1001&utm_source=TECHWITHTIM-Network&utm_medium=Youtube&utm_campaign=YoutubeInfluencer

If you write code in Python, then I'm willing to bet…
3 views15:30
PythonFromYouTube
Python Decoded SUPER - Власна Реалізація у Пайтоні (10-10 15.07.25)
YouTube
SUPER - Власна Реалізація у Пайтоні
В цьому відео ми розкриємо усі секрети super у Пайтоні. А йому є що приховувати.
Ми скористаємось інтерфейсом гет дескриптора, використаємо MRO, розлянемо усі області видимості функції, навчимося досліджувати стек викликів, поринимо у надзвичайний світ CPython.…
3 views15:30
PythonFromYouTube
NeuralNine AUR: The Reason Arch Linux Is So Popular (19-09 14.07.25)
YouTube
AUR: The Reason Arch Linux Is So Popular
Today we yap about the AUR (Arch User Repository). What is it? Why should you use it? How does it work? Why is it so awesome?

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
3 views15:30
PythonFromYouTube
anthonywritescode what is LiteralString in python ? (18-01 16.07.25)
YouTube
what is LiteralString in python ?
today I talk about LiteralString (sort of again!) and walk through a few interesting use cases and why I think this type can be very powerful!

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

==========

twitch: https:…
4 views15:30
PythonFromYouTube
Eric Roby I Was Tired of Outdated LLMs… So I Built THIS (16-10 17.07.25)
YouTube
I Was Tired of Outdated LLMs… So I Built THIS
Test ScraperAPI for FREE here: https://www.scraperapi.com/?fpr=testit

Learn more about LangChain ScraperAPI integration: https://www.scraperapi.com/integration-tutorials/langchain/?fpr=testit

Outdated LLMs are a real problem. They can give old, inaccurate…
4 views15:30
PythonFromYouTube
Tech With Tim How To Pass Coding Interviews Like the Top 1% (16-05 17.07.25)
YouTube
How To Pass Coding Interviews Like the Top 1%
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

Most experienced software…
5 views15:30
PythonFromYouTube
ArjanCodes Is SaaS Dead? Here's a Senior Engineer's Perspective (18-00 18.07.25)
YouTube
Is SaaS Dead? Here's a Senior Engineer's Perspective
Check out https://www.squarespace.com/arjancodes to save 10% off your first purchase of a website or domain using code ARJANCODES.

Is SaaS dead? Some claim AI agents and vibe-coded micro-SaaS will replace traditional platforms. In this video, I break down…
5 views15:30
PythonFromYouTube
Real Python Getting Started With marimo Notebooks: Building a Starter Notebook & Examining a Sample Problem (20-09 17.07.25)
YouTube
Getting Started With marimo Notebooks: Building a Starter Notebook & Examining a Sample Problem
This is a preview of the video course, "Getting Started With marimo Notebooks". marimo notebooks redefine the notebook experience by offering a reactive environment that addresses the limitations of traditional linear notebooks. With marimo, you can seamlessly…
4 views15:30
PythonFromYouTube
ByteByteGo 20 System Design Concepts You Must Know - Final Part (19-07 17.07.25)
YouTube
20 System Design Concepts You Must Know - Final Part
We just launched the all-in-one tech interview prep platform, covering coding, system design, OOD, and machine learning.

Launch sale: 50% off. Check it out: https://bit.ly/bytebyego-yt-desc
5 views15:30
PythonFromYouTube
Tech With Tim The Easiest Ways to Run LLMs Locally - Docker Model Runner Tutorial (17-05 19.07.25)
YouTube
The Easiest Ways to Run LLMs Locally - Docker Model Runner Tutorial
Download Docker Desktop: https://docs.docker.com/desktop/
Docker Model Runner Docs: https://docs.docker.com/ai/model-runner/

There's now an even easier way to run AI models locally other than using Ollama. Now Docker just released their model runner and…
5 views15:30
PythonFromYouTube
NeuralNine Python Object-Oriented Programming Explained in 12 Minutes (19-09 18.07.25)
YouTube
Python Object-Oriented Programming Explained in 12 Minutes
In this video we will learn about object-oriented programming (OOP) in Python as quickly as possible (12 minutes).

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: ht…
6 views15:30