PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Indently
Why I Explicitly Return “None” In All My Functions (Python)
4 hours ago
https://www.youtube.com/watch?v=GSZhXVjuLgA
YouTube
Why I Explicitly Return “None” In All My Functions (Python)
This is why I explicitly return None in all my functions in Python. A lot of us understand that type annotations are good because they allow static type checkers to catch some errors far before we run our code. But another HUGE benefit is that it self documents…
3 views09:30
PythonFromYouTube
NeuralNine
A Python F-String Feature Most People Don't Know
2 hours ago
https://www.youtube.com/watch?v=fYQrFuHiYtg
YouTube
A Python F-String Feature Most People Don't Know
Today we learn about a not so well known feature of Python F-Strings.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
3 views15:00
PythonFromYouTube
Jie Jenn
Create A BigQuery Query Export App Using Python (Full Tutorial)
1 hour ago
https://www.youtube.com/watch?v=iPoBWi5ngIE
YouTube
Create A BigQuery Query Export App Using Python (Full Tutorial)
So let's be honest, Google BigQuery doesn't have the best UI when it comes to writing SQL queries, and business people still prefer to do their analysis in an Excel spreadsheet, so that's why I decided to create this utility app.

This is going to be a beginner…
3 views15:30
PythonFromYouTube
Carberra
Creating your first PyPI package
3 hours ago
https://www.youtube.com/watch?v=WGsMydFFPMk
YouTube
Creating your first PyPI package
Ever wanted to share your amazing creations with the world? Find out how now!

What was your first PyPI package? Let me know in the comments!

—

If you enjoy my content, consider supporting me on Patreon or becoming a member!
https://patreon.carberra.xyz…
3 views15:00
PythonFromYouTube
anthonywritescode
automating the nintendo 3ds (hardware mod)
1 hour ago
https://www.youtube.com/watch?v=LvqmdC5YjXw
YouTube
automating the nintendo 3ds (hardware mod)
today I show off my hardware modification for my nintendo 3ds and how I used it to automate encountering shiny pokemon!

https://github.com/asottile/3ds-microcontroller
https://github.com/asottile/switch-microcontroller

playlist: https://www.youtube.com…
3 views17:00
PythonFromYouTube
R3ap3rPy
Python - JustPy - The Request object
4 hours ago
https://www.youtube.com/watch?v=2tfekh0oDig
YouTube
Python - JustPy - The Request object
In this video you will learn how to use the #request object in #justpy module of #python
3 views09:00
PythonFromYouTube
NeuralNine
Advanced Serialization with dill in Python
2 hours ago
https://www.youtube.com/watch?v=tYBdpfG8iOg
YouTube
Advanced Serialization with dill in Python
Today we learn about the dill package, which is an extension to the core Python package pickle and allows us to serialize more object types.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The…
3 views15:00
PythonFromYouTube
ByteByteGo
System Design: Apache Kafka In 3 Minutes
1 hour ago
https://www.youtube.com/watch?v=HZklgPkboro
YouTube
3:45
System Design: Apache Kafka In 3 Minutes
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…
3 views17:00
PythonFromYouTube
Real Python
Digging Into Class Concepts of Object-Oriented Programming
59 minutes ago
https://www.youtube.com/watch?v=AE1oLE5TmGc
YouTube
Digging Into Class Concepts of Object-Oriented Programming
This is a preview of a video course titled "Class Concepts: Object-Oriented Programming in Python".

Python includes mechanisms for doing object-oriented programming, where the data and operations on that data are structured together. The class keyword is…
4 views18:00
PythonFromYouTube
Indently
How To Use ROT13 Encryption In Python (Encryption For Beginners)
4 hours ago
https://www.youtube.com/watch?v=0csuPm--sLQ
YouTube
How To Use ROT13 Encryption In Python (Encryption For Beginners)
In this video we will be learning how we can use ROT13 encryption in Python. It's one of the most beginner friendly encryptions out there, so it's a perfect place to start with learning about encryptions!

▶ Become job-ready with Python:
https://www.indently.io…
5 views09:00
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