PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
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
PythonFromYouTube
Tech With Tim Stop Using Pip - This New Tool is 100x Faster (UV Tutorial) (11-45 15.04.25)
YouTube
Stop Using Pip - This New Tool is 100x Faster (UV Tutorial)
Get started with Mend Renovate today! https://www.mend.io/mend-renovate/?utm_source=promotion&utm_medium=paid_social&utm_campaign=techwithtim_youtube&utm_origin=social&utm_from=promotion

If you're still using Pip, or manually creating your own virtual environments;…
108 views09:00
PythonFromYouTube
Carberra Python's pattern matching is EXCEPTIONAL (14-48 29.04.25)
YouTube
Python's pattern matching is EXCEPTIONAL
Python's pattern matching syntax was definitely an attempt to catch up to other languages, but it is immensely useful at simplifying otherwise very complex and ugly if-else statements. In this video, we learn how to use it!

—

~ Hotlinks ~
Join the Discord…
7 views09:00
PythonFromYouTube
NeuralNine How to Measure LLM Confidence: Logprobs & Structured Output (11-48 29.04.25)
YouTube
How to Measure LLM Confidence: Logprobs & Structured Output
Today we learn how to get confidence or probability values from LLMs, especially when it comes to generating structured output, in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm…
4 views09:00
PythonFromYouTube
Indently How "finally" works in Python [3.14 update] (11-48 29.04.25)
YouTube
How "finally" works in Python [3.14 update]
In today's video we're going to be learning how "finally" works in Python. I'm also going to be bringing up the 3.14 update regarding it.

PEP 765 regarding finally: https://peps.python.org/pep-0765/

▶ Become job-ready with Python:
https://www.indently.io…
8 views09:00
PythonFromYouTube
Indently 5 Good Python Features (11-48 29.04.25)
YouTube
5 Good Python Features
In today’s video we’re going to be looking at some of my favourite Python features which I use quite often.

Decorators: https://youtu.be/OKBnTXk5nFQ

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

▶ Follow me on Instagram:
https://www.instag…
7 views09:00
PythonFromYouTube
Tech With Tim How I'd Learn ML/AI FAST If I Had to Start Over (11-45 29.04.25)
YouTube
How I'd Learn ML/AI FAST If I Had to Start Over
Start you tech career today with Simplilearn: https://bit.ly/Tech-with-Tim-AIML

AI is changing extremely fast in 2025, and so is the way that you should be learning it. So in this video, I'm going to break down exactly how I would learn AI & ML if I was…
7 views09:00
PythonFromYouTube
Jie Jenn Automate Google Calendar In Claude Desktop With This Google Calendar MCP Server (Python Based) (11-48 28.04.25)
YouTube
Automate Google Calendar In Claude Desktop With This Google Calendar MCP Server (Python Based)
In this video, we will build a Google Calendar MCP server using Python, which can be used with Claude desktop, VS Code, and other MCP compatible client applications by integrating Google Calendar's API.

📋 Access All Source Code (So you don't have to write…
9 views15:00
PythonFromYouTube
NeuralNine Stock Price Prediction in Python with PyTorch - Full Tutorial (11-48 26.04.25)
YouTube
Stock Price Prediction in Python with PyTorch - Full Tutorial
In this video we will learn how to do stock price prediction in Python with PyTorch using an LSTM-based architecture.

DISCLAIMER: None of this is financial advice. This is purely a programming tutorial and I am not responsible for any financial decisions…
8 views15:00
PythonFromYouTube
ArjanCodes The Hidden Dangers of Python Decorators (11-46 26.04.25)
YouTube
The Hidden Dangers of Python Decorators
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

Python decorators look like a great way to add functionality—until they break your type safety, hide function requirements, and turn debugging into a nightmare. In this video…
6 views15:00
PythonFromYouTube
Tech With Tim Why I’m Ditching ChatGPT… ChatLLM Tutorial (11-45 26.04.25)
YouTube
Why I’m Ditching ChatGPT… ChatLLM Tutorial
Get started wirh ChatLLM here: https://chatllm.abacus.ai

I want you to ask yourself how many I subscriptions are you currently paying for? I know for me it's about 5 or 6 and it totals almost $100 per month. Now what if I told you that you could just pay…
7 views15:00
PythonFromYouTube
Real Python MySQL Databases and Python: Getting Started & Installing the MySQL Server (11-48 25.04.25)
YouTube
MySQL Databases and Python: Getting Started & Installing the MySQL Server
This is a preview of the video course, "MySQL Databases and Python". MySQL is one of the most popular database management systems (DBMSs) on the market today. It ranked second only to the Oracle DBMS in this year’s DB-Engines Ranking. As most software applications…
7 views15:00
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