PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Python для мережевих інженерів
09.15 Розпакування аргументів функцій/методів
3 hours ago
https://www.youtube.com/watch?v=tf0SiFLit7o
YouTube
09.15 Розпакування аргументів функцій/методів
Розпакування аргументів функцій/методів.

00:00:00 func(*args) розпакування ітерованого об'єкту в позиційні аргументи
00:01:50 func(**kwargs) розпакування словника в іменовані аргументи
00:02:52 Розпакування аргументів
00:03:37 Приклад func(*args)
00:06:00…
5 views15:00
PythonFromYouTube
Python для мережевих інженерів
10.08 Функція enumerate
2 hours ago
https://www.youtube.com/watch?v=dbY_gOGuBvo
YouTube
10.08 Функція enumerate
Функція enumerate

Тема на сайті: https://pyneng.io/course/topics/10-useful-functions/
4 views15:30
PythonFromYouTube
Python для мережевих інженерів
10.07 Функція zip, zip_longest
2 hours ago
https://www.youtube.com/watch?v=XKGkQTGihEs
YouTube
10.07 Функція zip, zip_longest
Функція zip, itertools.zip_longest. Як зробити "unzip".

Тема на сайті: https://pyneng.io/course/topics/10-useful-functions/

00:00:00 zip
00:01:48 Використання zip для одночасного перебору елементів декількох послідовностей
00:02:26 zip зупиняється на найкоротшій…
4 views16:00
PythonFromYouTube
Tech With Tim
The Million Dollar Tech Stack
1 hour ago
https://www.youtube.com/watch?v=MM9ukNfvn2I
YouTube
The Million Dollar Tech Stack
One of the most profitable businesses in software development is Saas (Software as a Service) Business. I'm going to share with you one of the best stacks to go with if you're looking to build a Saas as fast as possible!

💻 Thanks to Linode for sponsoring…
4 views16:30
PythonFromYouTube
Python для мережевих інженерів
10.09 Функції all, any
1 hour ago
https://www.youtube.com/watch?v=6QrgcqTh9E4
YouTube
10.09 Функції all, any
Функції all, any

Тема на сайті: https://pyneng.io/course/topics/10-useful-functions/

Придбати курси, перевірку завдань, консультацію https://learning.pyneng.io/
5 views17:00
PythonFromYouTube
ArjanCodes
JavaScript vs Python: What's the Difference?
1 hour ago
https://www.youtube.com/watch?v=H12TrIWPIRI
YouTube
JavaScript vs Python: What's the Difference?
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

I've often come across comparisons between different programming languages, and one that always seems to surface is the debate of JavaScript versus Python. Today,…
5 views17:30
PythonFromYouTube
Real Python
Making Each Line of Code Efficient & Python In Excel | Real Python Podcast #171
57 minutes ago
https://www.youtube.com/watch?v=q6gbOLmBbKg
YouTube
Making Each Line of Code Efficient & Python In Excel | Real Python Podcast #171
Are you writing efficient Python with as few lines of code as possible? Are you familiar with the many built-in language features that will simplify your code and make it more Pythonic? Christopher Trudeau is back on the show this week, bringing another batch…
5 views18:00
PythonFromYouTube
NeuralNine
Easily Visualize Database Schemas - SQLite, MySQL, PostgreSQL
2 hours ago
https://www.youtube.com/watch?v=nwZLJiZ7-oQ
YouTube
Easily Visualize Database Schemas - SQLite, MySQL, PostgreSQL
Today we learn how to easily visualize database schemas using DBVisualizer. Works for SQLite, MySQL, PostgreSQL and more.

DBVisualizer: https://www.dbvis.com/download/

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://ww…
5 views15:00
PythonFromYouTube
Нікіта Тимошенко [ про Аналіз даних українською ]
8 - Групування та агрегація даних в SQL з використанням GROUP BY
1 hour ago
https://www.youtube.com/watch?v=oUOtNmBTWiY
YouTube
8 - Групування та агрегація даних в SQL з використанням GROUP BY
🧨Мої безкоштовні курси українською:

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

----------

Впроваджуючи фільтри та обмежуючи кількість рядків та колонок ми зазвичай…
4 views07:00
PythonFromYouTube
NeuralNine
Integration Testing For Flask Applications - Python API Testing
2 hours ago
https://www.youtube.com/watch?v=Y5CA79rHEYQ
YouTube
Integration Testing For Flask Applications - Python API Testing
In this video we learn how to do professional integration testing or API testing for Python Flask Applications.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https…
4 views15:00
PythonFromYouTube
pixegami
FastAPI Tutorial ⚡️ How To Build APIs with Python
1 hour ago
https://www.youtube.com/watch?v=iWS9ogMPOI0
YouTube
Python FastAPI Tutorial: Build a REST API in 15 Minutes
Learn how to install and build your first app with FastAPI (a high-performance web framework for Python).

In this tutorial, you'll learn how to instal FastAPI, and use it to create a new app. Learn how to define routes, handle errors, use request and path…
5 views17:00
PythonFromYouTube
Indently
How “lru_cache” Can Make Your Functions Over 100X FASTER In Python
2 hours ago
https://www.youtube.com/watch?v=W6b6J1svbj8
YouTube
How “lru_cache” Can Make Your Functions Over 100X FASTER In Python
In this video we will be learning about how we can use lru_cache from functools to drastically increase the performance of our functions in Python. When used correctly this will lead to a MASSIVE performance boost.

lru_cache documentation:
https://docs…
5 views07:00
PythonFromYouTube
Tech With Tim
How To Structure A Programming Project…
1 hour ago
https://www.youtube.com/watch?v=CAeWjoP525M
YouTube
How To Structure A Programming Project…
Today, I'm sharing 10 super simple things to STRUCTURE an impressive PROGRAMMING PROJECT that you can share on your resume and will make you stand out as a professional.

Check out Internxt to secure your data and get an exclusive discount on their LIFETIME…
4 views17:00
PythonFromYouTube
NeuralNine
Synchronizing Multiple Processes in Python
2 hours ago
https://www.youtube.com/watch?v=8wX1uEp2Jhs
YouTube
Synchronizing Multiple Processes in Python
In this video, we learn how to synchronize multiprocessing in Python using locks and shared values.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neura…
5 views15:00
PythonFromYouTube
anthonywritescode
debugging a sentry test pollution! (intermediate) anthony explains #553
1 hour ago
https://www.youtube.com/watch?v=YEIeKdBmuUY
YouTube
debugging a sentry test pollution! (intermediate) anthony explains #553
today I show off how to use my `detect-test-pollution` tool -- I also showed a neat debugging technique to help me figure out what was actually breaking the test!

- what is test pollution: https://youtu.be/FRteianaPMo
- detect-test-pollution: https://yo…
7 views17:00
PythonFromYouTube
Real Python
Dig Into Inheritance Within Python Object-Oriented Programming
56 minutes ago
https://www.youtube.com/watch?v=mm22zpMjRck
YouTube
Dig Into Inheritance Within Python Object-Oriented Programming
This is a preview of a video course titled "Inheritance and Internals: Object-Oriented Programming in Python".

The definition of a class can be based on other classes, allowing the creation of hierarchical structures and promoting code reuse. This mechanism…
7 views18:30
PythonFromYouTube
Indently
How To Create An Image Captcha Generator In Python Tutorial
2 hours ago
https://www.youtube.com/watch?v=O70FuH2LhNg
YouTube
How To Create An Image Captcha Generator In Python Tutorial
In this tutorial we will be learning how we can create our very own image captcha generator using Python.

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

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

00:00 Captcha generator…
7 views07:00
PythonFromYouTube
Нікіта Тимошенко [ про Аналіз даних українською ]
9. ТОП 5 задач SQL для співбесіди - вкладені запити
1 hour ago
https://www.youtube.com/watch?v=FRiBTRbnTxs
YouTube
9. ТОП 5 задач SQL для співбесіди - вкладені запити
🧨Мої безкоштовні курси українською:

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

----------

Якщо ви готуєтесь до технічної співбесіди - це відео для вас, адже ми розберемо…
6 views07:30
PythonFromYouTube
NeuralNine
Graph Search Visualization in Python (BFS and DFS)
2 hours ago
https://www.youtube.com/watch?v=7XVTnCrWDPY
YouTube
Graph Search Visualization in Python (BFS and DFS)
Today we learn how to visualize graph search algorithms in Python using NetworkX and Matplotlib.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
5 views15:00
PythonFromYouTube
ArjanCodes
15 Python Libraries You Should Know About in 2023
1 hour ago
https://www.youtube.com/watch?v=o06MyVhYte4
YouTube
15 Python Libraries You Should Know About
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

In this video, I’ll share 15 Python libraries that are super cool, and you should know. These libraries can make your life easier, your code easier to read, and your…
6 views17:00
PythonFromYouTube
Real Python
Measuring Multiple Facets of Python Performance With Scalene | Real Python Podcast #172
56 minutes ago
https://www.youtube.com/watch?v=YNctor-1yOU
YouTube
Measuring Multiple Facets of Python Performance With Scalene | Real Python Podcast #172
When choosing a tool for profiling Python code performance, should it focus on the CPU, GPU, memory, or individual lines of code? What if it looked at all those factors and didn't alter code performance while measuring it? This week on the show, we talk about…
6 views18:01