PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Нікіта Тимошенко [ про Аналіз даних українською ]
🔥Як використовувати ChatGPT і штучний інтелект аналітикам даних в Excel?
59 minutes ago
https://www.youtube.com/watch?v=J2DghqpE8E4
YouTube
ChatGPT для аналітиків даних в Excel
В цьому відео ви побачите, як легко інтегрувати штучний інтелект в нашу щоденну роботу. ChatGPT став джерелом ідей, генератором шаблонів і дуже зручним інструментом для опановування нових знань. Поділіться вашим досвідом використання ChatGPT в коментарях…
4 views06:00
PythonFromYouTube
NeuralNine
Why Everyone Should Start Using Vim
2 hours ago
https://www.youtube.com/watch?v=XfJBvgnCeBk
YouTube
Why Everyone Should Start Using Vim
Today we discuss why every single programmer should learn how to properly use Vim.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕…
4 views15:00
PythonFromYouTube
anthonywritescode
python is removing the GIL! (PEP 703) (advanced) anthony explains #550
1 hour ago
https://www.youtube.com/watch?v=OC2gnyfmwL8
YouTube
python is removing the GIL! (PEP 703) (advanced) anthony explains #550
will this be another python 3 disaster? what all needs to change?

- why remove the GIL? https://www.youtube.com/watch?v=6g79qGQo2-Q
- immortal objects in python -- https://youtu.be/i5ZaVC4sEZA

playlist: https://www.youtube.com/playlist?list=PLWBKAf81p…
5 views17:00
PythonFromYouTube
Нікіта Тимошенко [ про Аналіз даних українською ]
Підготовка та Очищення даних в Power BI (Power Query Editor) - Аналіз даних українською
1 hour ago
https://www.youtube.com/watch?v=RHyz65SBb4A
YouTube
Підготовка та Очищення даних в Power BI (Power Query Editor) - Аналіз даних українською
В навчанні та роботі я використовую додаток Companion:
https://companion-learning.space/

Ми завжди хочемо якомога швидше почати будувати графіки та дашборди, але саме від підготовки даних залежить наш успіх на подальших кроках. В цьому відео пропоную розглянути…
5 views06:00
PythonFromYouTube
teclado
Factory Pattern in Python by Example - Q&A Thursdays
2 hours ago
https://www.youtube.com/watch?v=JIImCgkAQxY
YouTube
Factory Pattern in Python by Example - Q&A Thursdays
The factory pattern lets us define how to create an object given some source data. Learn how to implement it using Python.

The factory pattern allows us to move the transformation of the source data into an appropriate format for the class constructor into…
6 views15:00
PythonFromYouTube
ByteByteGo
Top 6 Load Balancing Algorithms Every Developer Should Know
1 hour ago
https://www.youtube.com/watch?v=dBmxNsS3BGE
YouTube
5:18
Top 6 Load Balancing Algorithms Every Developer Should Know
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…
4 views17:00
PythonFromYouTube
Real Python
Start Using the Pillow Library to Process Images in Python
58 minutes ago
https://www.youtube.com/watch?v=DWymRxeR-tk
YouTube
Start Using the Pillow Library to Process Images in Python
This is a preview of a Real Python Video Course about processing images using the Pillow library and Python. When you look at an image, you see the objects and people in it. However, when you read an image programmatically with Python or any other language…
6 views18:00
PythonFromYouTube
NeuralNine
Automate Google Search API in Python
2 hours ago
https://www.youtube.com/watch?v=TddYMNVV14g
YouTube
Automate Google Search API in Python
Today we learn how to automate Google Search using the Custom Search API in Python.

Google Cloud Console: https://console.cloud.google.com/

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The…
6 views15:00
PythonFromYouTube
MathByte Academy
Idiomatic Python: Decomposition & Refactoring Demo
1 hour ago
https://www.youtube.com/watch?v=AtcWP8LZoLo
YouTube
Idiomatic Python: Decomposition & Refactoring Demo
In this video we take a look at the concept of decomposition and apply it to some code refactoring.
This is not specific to Python, but to any programming language, and therefore applies to Python too. We go through an exercise together to refactor some horrible…
5 views17:00
PythonFromYouTube
ArjanCodes
Jupyter Notebooks vs Python Scripts | When to Use Which?
1 hour ago
https://www.youtube.com/watch?v=0Jw8seqai18
YouTube
Jupyter Notebooks vs Python Scripts | When to Use Which?
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

Jupiter Notebooks vs. Python Scripts? Yes, you read that right! For the first time on the channel, I’ll discuss Jupyter Notebooks and make a comparison to traditional caveman…
4 views17:30
PythonFromYouTube
Indently
Use “@cached_property” For FASTER Python Classes
1 hour ago
https://www.youtube.com/watch?v=YoWnWqp4BKM
YouTube
Use “@cached_property” For FASTER Python Classes
In this video we will be learning how we can use @cached_property in Python to optimise our classes. This is perfect if you have some expensive operations that you only need to perform once, but might want to use the result more than once.

▶ Become job…
4 views06:00
PythonFromYouTube
NeuralNine
Let's Code Codewars - Leveling Up To 4 Kyu Challenges
2 hours ago
https://www.youtube.com/watch?v=txMDxxOSMDI
YouTube
Leveling Up To 4 Kyu Challenges - Codewars Challenges #7
In this video we attempt a 4 Kyu challenge on Codewars for the first time.

Codewars: https://www.codewars.com/

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https…
4 views15:00
PythonFromYouTube
Tech With Tim
The Magic of Microservices
59 minutes ago
https://www.youtube.com/watch?v=o_UuZVvKtqY
YouTube
The Magic of Microservices
Today, I'm going to teach you about Microservices! Instead of one component handling every single task, you can divide these tasks across smaller, specialized components. Each of these tiny, self-contained units are microservices that communicate with others…
5 views15:00
PythonFromYouTube
pixegami
How to Run a Python Docker Image on AWS Lambda
1 hour ago
https://www.youtube.com/watch?v=wbsbXfkv47A
YouTube
How to Run a Python Docker Image on AWS Lambda
Learn how to run a Python Docker image on AWS Lambda using Lambda container images.

Using Docker containers for your Python app on AWS Lambda means you can create a special environment for your app with its own tools and settings, making sure it works everywhere…
6 views17:00
PythonFromYouTube
R3ap3rPy
Python - JustPy - HTML Components
1 hour ago
https://www.youtube.com/watch?v=zzfQMKdLWh0
YouTube
Python - JustPy - HTML Components
In this video you will learn how to use #html components in #justpy module of #python.

Docs: https://justpy.io/
6 views06:00
PythonFromYouTube
NeuralNine
PyTorch Project: Handwritten Digit Recognition
2 hours ago
https://www.youtube.com/watch?v=vBlO87ZAiiw
YouTube
PyTorch Project: Handwritten Digit Recognition
Today we train a neural network to classify handwritten digits using PyTorch.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
7 views15:00
PythonFromYouTube
teclado
Python logging tutorial: __name__ and logger inheritance
1 hour ago
https://www.youtube.com/watch?v=p3HWzTYUfu8
YouTube
Python logging tutorial: __name__ and logger inheritance
In this Python logging tutorial, let's take a look at the __name__ (dunder name) variable, and how it can help us set up a logging system using in Python.

-- Links --

🐍 Our FastAPI Course: https://teclado.com/fastapi-101

✅ Subscribe to the channel: ht…
141 views17:00
PythonFromYouTube
Нікіта Тимошенко [ про Аналіз даних українською ]
7. Фільтри даних
1 hour ago
https://www.youtube.com/watch?v=Bwt79Uh7oj8
YouTube
7. Фільтри даних
🧨Мої безкоштовні курси українською:

SQL практикум для дата аналітиків: https://youtu.be/HkT_VrzbXZQ
Google Таблиці - Аналіз Даних для всіх: https://youtu.be/gYjQRW6N6Ws

----------

В цьому відео можна побачити перші ознаки того, наскільки потужним та цікавим…
9 views09:00
PythonFromYouTube
Tech With Tim
Building A Security System In Python...🚨
1 hour ago
https://www.youtube.com/watch?v=s4Aj1CXbLLw
YouTube
Building A Security System In Python...🚨
I want to share with you all a really great project that you can work on, extend, or even build from scratch: A Python Security System! I'll give you a quick overview of how it works, talk about the architecture, and give you a great project to work on and…
11 views15:00
PythonFromYouTube
anthonywritescode
tuple syntax doesn't have parens (beginner - intermediate) anthony explaines #551
1 hour ago
https://www.youtube.com/watch?v=EDGJ2TMuppM
YouTube
tuple syntax doesn't have parens (beginner - intermediate) anthony explains #551
today we talk about tuples in python -- and surprisingly they don't actually use parens for syntax most of the time! I show off a little pitfall caused by this as well

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

==========…
6 views17:00