PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
ArjanCodes This Is Why Your Python Code Turns Into Spaghetti (18-01 04.07.25)
YouTube
This Is Why Your Python Code Turns Into Spaghetti
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

Why do Python projects turn into spaghetti so easily? In this video, I show how using abstraction (with Callable, ABC, and Protocol) can dramatically clean up your code. We’ll…
5 views15:30
PythonFromYouTube
Real Python Implementing the Factory Method Pattern in Python: Basics (20-09 03.07.25)
YouTube
Implementing the Factory Method Pattern in Python: Basics
This is a preview of the video course, "Implementing the Factory Method Pattern in Python". This video course explores the Factory Method design pattern and its implementation in Python. Design patterns became a popular topic in late 90s after the so-called…
5 views15:30
PythonFromYouTube
Real Python Solving Problems and Saving Time in Chemistry With Python | Real Python Podcast #256 (20-09 04.07.25)
YouTube
Solving Problems and Saving Time in Chemistry With Python | Real Python Podcast #256
What motivates someone to learn how to code as a scientist? How do you harness the excitement of solving problems quickly and make the connection to the benefits of coding in your scientific work? This week on the show, we speak with Ben Lear and Christopher…
5 views15:30
PythonFromYouTube
NeuralNine Python Multiprocessing Explained in 7 Minutes (19-09 04.07.25)
YouTube
Python Multiprocessing Explained in 7 Minutes
This video is a super-fast crash course for multiprocessing in Python.

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

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/…
5 views15:30
PythonFromYouTube
Tech With Tim Breaking Down the First AI-to-AI Communication Protocol in Production (17-05 07.07.25)
YouTube
Breaking Down the First AI-to-AI Communication Protocol in Production
This God tier AI agent can now communicate on the fly with other AIs. And in this video, I'm going to break down how it works and what the future of AI to communicate might look like.

DevLaunch is my mentorship program where I personally help developers…
5 views15:30
PythonFromYouTube
Hynek Schlawack uv: Making Python Local Workflows FAST and BORING in 2025 (21-10 06.07.25)
YouTube
uv: Making Local Python Workflows FAST and BORING in 2025
After setting up our #Python #uv projects for success in https://www.youtube.com/watch?v=mFyE9xgeKcA, it's time to finally get some work done! In this video I show you my local workflows for production projects and the tools that help me to keep everything…
5 views15:30
PythonFromYouTube
Real Python Start Automating: Build Your First GitHub Action (20-09 06.07.25)
YouTube
Start Automating: Build Your First GitHub Action
In this Real Python course excerpt, you’ll create your very first GitHub workflow. Learn how to get started with GitHub Actions by exploring the Actions tab and setting up a simple workflow in your repository. This is the first step toward automating your…
4 views15:30
PythonFromYouTube
pixegami Gemini CLI: First Look at Google's FREE AI Agent (17-09 08.07.25)
YouTube
Gemini CLI: How To Get Started
Gemini CLI is a free and open source AI agent from Google.

It is a general purpose AI agent that runs from your terminal, and can autonomously work on your project for you. It is extremely powerful, it can connect to external tools via MCP, and it is free…
4 views15:30
PythonFromYouTube
Python Decoded Дескриптори - Ти Ними Постійно Користуєшся (10-10 08.07.25)
YouTube
Дескриптори - Ти Ними Постійно Користуєшся
В цьому відео ми розберемося у тому, що таке Дескриптори, які вони бувають і навіщо вони потрібні. І насправді ви ними постійно користуєтесь, тож вам обов'язково потрібно розібратись у тому, як вони працюють.


Підтримати канал:
Patreon: https://patreon…
5 views15:30
PythonFromYouTube
NeuralNine Simulating Planet Orbits in Python (19-09 07.07.25)
YouTube
Simulating Planet Orbits in Python
Today we simulate and animate planet orbits in Python using PyGame and Newtonian physics.

Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Planet%20Orbit

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://w…
5 views15:30
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