PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
NeuralNine
Convert Videos To MP3 in Python
39 minutes ago
https://www.youtube.com/watch?v=ucXTQ0V8qMA
YouTube
Convert Videos To MP3 with FFmpeg in Python
Today we will learn how to convert videos to MP3 files using ffmpeg in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
6 views15:00
PythonFromYouTube
Jie Jenn
Matplotlib Tutorial: How to Plot Tornado Graphs Using Matplotlib
25 minutes ago
https://www.youtube.com/watch?v=JqYrGCsKo2U
YouTube
Matplotlib Tutorial: How to Plot Tornado Graphs Using Matplotlib
In this video, we are going to learn how to create a tornado chart with Python.

A tornado chart, also known as a tornado plot or tornado diagram, is a special type of bar chart, where two sets of data are placed side by side.

Tornado charts are widely…
6 views15:05
PythonFromYouTube
Learn Python With Rune
Python Slicing for Beginners: Learn the Basics in 7 Minutes!
10 minutes ago
https://www.youtube.com/watch?v=tpd2i2xVNa0
YouTube
Python Slicing for Beginners: Learn the Basics in 7 Minutes!
Slicing is yet another super practical aspect of Python. It makes accessing strings, lists and tuples partially very effortless.

There are a few rules you need to follow while slicing data in Python and it will be beneficial for you to learn these by heart.…
6 views15:10
PythonFromYouTube
ByteByteGo
Top 6 Most Popular API Architecture Styles
1 hour ago
https://www.youtube.com/watch?v=4vLxWqE94l4
YouTube
4:20
Top 6 Most Popular API Architecture Styles
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe

Animation tools: Adobe Illustrator and After Effects.

Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
6 views17:00
PythonFromYouTube
ArjanCodes
Become A Better Software Developer // ArjanLive Q&A

https://www.youtube.com/watch?v=2afqKRZyH-M
YouTube
Become A Better Software Developer // ArjanLive Q&A
Let's talk about software development and design! If you have a question for me, post it as a comment here or under this community post: [link to be added].

💡 Get my FREE 7-step guide to help you consistently design great software: https://arjancodes.com/designguide.…
5 views11:00
PythonFromYouTube
bvdl io
When & How To Use Mutex Locks?

https://www.youtube.com/watch?v=u25j0bl3Ecw
YouTube
SAFE Multithreading with Mutex Locks
#coding #computerscience #programming #python #multithreading #mutex

Video going over an example of why we need to use mutex locks to access shared data with multiple threads.

Search Terms:
mutex lock
race condition in operating system
race condition in…
6 views11:05
PythonFromYouTube
Tech With Tim
Is This Language Replacing Python?!
1 hour ago
https://www.youtube.com/watch?v=21WFgScvrdg
YouTube
Is This Language Replacing Python?!
Thanks to docker for sponsoring this video!
💻 Getting started with Docker Init: https://dockr.ly/3O3FRJc
💻 Download Docker Desktop: https://dockr.ly/3VXMFd7
💻 Enter the giveaway for docker swag by joining my discord: https://discord.gg/twt

Can this unreleased…
6 views15:00
PythonFromYouTube
anthonywritescode
oops I wasn't testing anything!? (all code sucks) #08
1 hour ago
https://www.youtube.com/watch?v=jdlyXsFkgmg
YouTube
oops I wasn't testing anything!? (all code sucks) #08
today we go over another common mistake when using pytest which can lead to tests that pass when they shouldn't!

- mistakes with pytest raises(match=...): https://www.youtube.com/watch?v=-1LXV_laNMs

playlist: https://www.youtube.com/playlist?list=PLWBK…
6 views17:00
PythonFromYouTube
Indently
HUGE Shortcut For FAST & EASY HTTP Status Handling In Python
1 hour ago
https://www.youtube.com/watch?v=XMbG_7qWi9E
YouTube
HUGE Shortcut For FAST & EASY HTTP Status Handling In Python
Here's a huge shortcut for fast and easy http status handling in Python.

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
6 views06:00
PythonFromYouTube
R3ap3rPy
Python - Memray
1 hour ago
https://www.youtube.com/watch?v=PR1L9sszeZE
YouTube
Python - Memray
Memray is a memory profiler for Python. It can track memory allocations in Python code, in native extension modules, and in the Python interpreter itself. It can generate several different types of reports to help you analyze the captured memory usage data.…
6 views06:05
PythonFromYouTube
NeuralNine
Base64 Encoding Binary Files in Python
2 hours ago
https://www.youtube.com/watch?v=bEA8HI_I5bQ
YouTube
Base64 Encoding Binary Files in Python
In this video we learn how to encode binary data or files using Base64 in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕…
6 views15:00
PythonFromYouTube
Jie Jenn
Data Analysis With PandasAI (Pandas + OpenAI)
1h ago
https://www.youtube.com/watch?v=vu2Pzn1Wk3w
YouTube
Data Analysis With PandasAI (Pandas + OpenAI)
In this tutorial, we are are going to learn how to incorporate generative AI capabilities with PandasAI.

Pandas AI is a Python library that utilize generative artificial intelligence capabilities (OpenAI or Google PaLM) to Pandas, a popular data analysis…
6 views15:05
PythonFromYouTube
Learn Python With Rune
Python Anagram Game Tutorial: Improve Your String Manipulation Skills
14 minutes ago
https://www.youtube.com/watch?v=dyxGW6Iiz0k
YouTube
Python Anagram Game Tutorial: Improve Your String Manipulation Skills
Welcome to this Python anagram game tutorial where you will learn how to develop a fun and challenging game that will test your string manipulation skills. In this tutorial, you will learn how to create an anagram game that will take a word or phrase and…
6 views15:10
PythonFromYouTube
Real Python
Finding the First Match From a Python Iterable
12 hours ago
https://www.youtube.com/watch?v=1LiUNp3XErk
YouTube
Finding the First Match From a Python Iterable
At some point in your Python journey, you may need to find the first item that matches a certain criterion in a Python iterable, such as a list or dictionary. The simplest case is that you need to confirm that a particular item exists in the iterable.

This…
6 views06:00
PythonFromYouTube
ArjanCodes
Refactoring a Command Line Shell | Code Roast Part 1
1 hour ago
https://www.youtube.com/watch?v=TDgouhWA13A
YouTube
Refactoring a Command Line Shell | Code Roast Part 1
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

Today I'm refactoring a command line shell! Ready for a new code roast? Watch the video to witness the transformation from average to exceptional code in Part 1 of…
5 views17:00
PythonFromYouTube
Real Python
Building Python CI With Docker & Applying for a Hacker Initiative Grant | Real Python Podcast #158
12 hours ago
https://www.youtube.com/watch?v=DReWGl1uqMA
YouTube
Building Python CI With Docker & Applying for a Hacker Initiative Grant | Real Python Podcast #158
Do you need a refresher on using Docker with Python? Would you like to learn how to configure a continuous integration pipeline with modern tools and Docker? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles…
5 views06:00
PythonFromYouTube
Indently
I Learned Something New About Tuples In Python 3.11
1 hour ago
https://www.youtube.com/watch?v=rKaCdAxQikY
YouTube
I Learned Something New About Tuples In Python 3.11
So after reading some documentation, I ran into an example that used tuple comparison to check for whether a Python version was more than or equal to the current 3.11 version, but what I found interesting was that they used a tuple for that. Crazy to think…
5 views06:05
PythonFromYouTube
NeuralNine
Wheel Files: Packaging Python Applications & Modules
2 hours ago
https://www.youtube.com/watch?v=n2d_7RPTKlk
YouTube
Wheel Files: Packaging Python Applications & Modules
Today we learn about Python wheel files, which are the packaging format for Python applications and modules.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://…
6 views15:00
PythonFromYouTube
LeetCode Ukraine
Detonate the Maximum Bombs - LeetCode Daily 6/2
1 day ago
https://www.youtube.com/watch?v=G6j-1s-YCDk
YouTube
Detonate the Maximum Bombs - LeetCode Daily 6/2
2101. Detonate the Maximum Bombs [Medium]
https://leetcode.com/problems/detonate-the-maximum-bombs/
#array #math #depth_first_search #breadth_first_search #graph #geometry
#google #qualtricks

0:00 - Умова задачі.
2:25 - Евклідова відстань.
5:50 - Побудова…
6 views09:00
PythonFromYouTube
LeetCode Ukraine
Time Needed to Inform All Employees - LeetCode Daily 6/3
17 hours ago
https://www.youtube.com/watch?v=seRIgiiWEe8
YouTube
Time Needed to Inform All Employees - LeetCode Daily 6/3
1376. Time Needed to Inform All Employees [Medium]
https://leetcode.com/problems/time-needed-to-inform-all-employees/
#tree #depth_first_search #breadth_first_search
#google #amazon #bloomberg #adobe

0:00 - Умова задачі.
3:05 - Побудова дерева.
5:00 - Паттерн…
5 views09:05
PythonFromYouTube
LeetCode Ukraine
[HACKED] Number of Provinces - LeetCode Daily 6/4
1 hour ago
https://www.youtube.com/watch?v=7X3M8okj2vQ
YouTube
[HACKED] Number of Provinces - LeetCode Daily 6/4
547. Number of Provinces [Medium]
https://leetcode.com/problems/number-of-provinces/
#depth_first_search #breadth_first_search #union_find #graph #matrix
#amazon #bloomberg #doordash #apple #twitter #two_sigma #uber #goldman_sachs #google

0:00 - Проблеми…
6 views17:00