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
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
PythonFromYouTube
NeuralNine
Dynamic Attribute Handling in Python: getattr(), setattr(), hasattr(), delattr()
2 hours ago
https://www.youtube.com/watch?v=2C1BOPAMGHc
YouTube
Dynamic Attribute Handling in Python: getattr(), setattr(), hasattr(), delattr()
Today we learn how to dynamically handle and manage Python object attributes.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
4 views15:00
PythonFromYouTube
LeetCode Ukraine
Check If It Is a Straight Line - LeetCode Daily 6/5
1 hour ago
https://www.youtube.com/watch?v=sJ5_xqBo__o
YouTube
Check If It Is a Straight Line - LeetCode Daily 6/5
1232. Check If It Is a Straight Line [Easy]
https://leetcode.com/problems/check-if-it-is-a-straight-line/
#array #math #geometry #probability #statistics
#palantir

0:00 - Звук.
0:30 - Умова задачі.
2:05 - Три колінеарні точки.
2:55 - Орієнтована (знакова)…
3 views17:00
PythonFromYouTube
R3ap3rPy
Python - Frogmouth
1 hour ago
https://www.youtube.com/watch?v=UXkFymYSNnA
YouTube
Python - Frogmouth
Frogmouth is a Markdown viewer / browser for your terminal, built with Textual.

Frogmouth can open *.md files locally or via a URL. There is a familiar browser-like navigation stack, history, bookmarks, and table of contents.

Let's learn how you can use…
3 views06:00
PythonFromYouTube
Indently
There's An OPTIMIZED Way To Do THIS In Python (ft. enumerate)
1 hour ago
https://www.youtube.com/watch?v=KzAGzoXv7II
YouTube
There's An OPTIMIZED Way To Do THIS In Python (ft. enumerate)
Here's a quick optimization that you can perform in Python with enumerate().

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

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

00:00 Intro
00:10 enumerate()
01:38 The tests
03:53…
3 views06:05
PythonFromYouTube
Tech With Tim
Revealing Python's WORST Feature... The GIL
2 hours ago
https://www.youtube.com/watch?v=XVcRQ6T9RHo
YouTube
The Python Global Interpreter Lock - Explained
To learn programming and Python - check out Datacamp!
💻 Learn Python - https://datacamp.pxf.io/4PODjr
💻 Learn Programming - https://datacamp.pxf.io/3e6xrk

Today, I'm revealing the worst feature Python has... The GIL (Global Interpreter Lock)! We'll be going…
124 views15:01
PythonFromYouTube
Learn Python With Rune
Python Operators Explained: Understanding How to Use Operators in Your Code
14 minutes ago
https://www.youtube.com/watch?v=aNp503mBlWY
YouTube
Python Operators Explained: Understanding How to Use Operators in Your Code
Simply put, Python operators are special signs. They are commonly used in programming languages and are also very important. Just as someone has to learn road signs before getting a driver’s license, a programmer has to learn operators to be able to carry…
3 views15:06
PythonFromYouTube
ByteByteGo
Top 5 Most-Used Deployment Strategies
1 hour ago
https://www.youtube.com/watch?v=AWVTKBUnoIg
YouTube
Top 5 Most-Used Deployment Strategies
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…
2 views17:01
PythonFromYouTube
LeetCode Ukraine
Can Make Arithmetic Progression From Sequence - LeetCode Daily 6/6
1 hour ago
https://www.youtube.com/watch?v=BLZBboO6hkc
YouTube
Can Make Arithmetic Progression From Sequence - LeetCode Daily 6/6
1502. Can Make Arithmetic Progression From Sequence [Easy]
https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence/
#array #sorting
#amazon

0:00 - Умова задачі.
1:55 - Сортування. https://leetcode.com/problems/can-make-arithmetic-progression…
3 views17:06
PythonFromYouTube
NeuralNine
Linux File System Simply Explained
1 hour ago
https://www.youtube.com/watch?v=BUnb1PKKMBA
YouTube
Linux File System Simply Explained
Today we learn about the Linux file system and directory structure.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming Merch:…
2 views17:00
PythonFromYouTube
anthonywritescode
docker: secrets at build time! (intermediate) anthony explains #544
1 hour ago
https://www.youtube.com/watch?v=aK6sJDOn2Hc
YouTube
docker: secrets at build time! (intermediate) anthony explains #544
today we tackle another tricky problem with docker: secrets! I show a few ways to get this wrong (where the secret ends up in the image) and then show off a buildkit feature that solves this nicely!

playlist: https://www.youtube.com/playlist?list=PLWBK…
2 views17:05