PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
anthonywritescode
how I use git blame (beginner - intermediate) anthony explains #528
15 minutes ago
https://www.youtube.com/watch?v=8uuueHkWy-E
YouTube
how I use git blame (beginner - intermediate) anthony explains #528
today I go over `git blame` -- how I use it, and how you can use the github UI as well for this!

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

==========

twitch: https://twitch.tv/anthonywritescode
dicsord: https:/…
9 views16:24
PythonFromYouTube
mCoding
str vs bytes in Python
1 minute ago
https://www.youtube.com/watch?v=EimoZHDcQMA
YouTube
str vs bytes in Python
strings vs. bytes, what's the diff?

Strings and bytes are both fundamental types in Python. At a surface level they also appear do be very similar objects. From the similar notation, to the functions they offer, to their use cases like writing to a file…
11 views21:33
PythonFromYouTube
Learn Python With Rune
Python type conversion - [you to know these three]
16 minutes ago
https://www.youtube.com/watch?v=tRbp3P1TKQ8
YouTube
Python type conversion - [you to know these three]
We will also look at some other functions that can help you convert the type of data. These are: int(), float() and str().

In-depth 👉 https://holypython.com/beginner-python-lessons/lesson-4-type-conversion/

T I M E S T A M P S
00:00 Type conversion in Python…
10 views16:20
PythonFromYouTube
Lazy IT
Немає часу пояснювати |Перетворюємо скетч на 3D малюнок | #scribblediffusion
33 minutes ago
https://www.youtube.com/watch?v=lySi70FseMc
YouTube
Немає часу пояснювати |Перетворюємо скетч на 3D малюнок | #scribblediffusion
Ще один сервіс на основі штучного інтелекту. Перетворюйте ваші скетчі на яскраві малюнки. Сервіс #scribblediffusion

Сайт сервісу - https://scribblediffusion.com/
00:15 - Про сервіс
00:28 - Задаєм рамки
01:10 - Малюємо кота
01:55 - Результат

Композиція "Candlepower"…
9 views10:31
PythonFromYouTube
anthonywritescode
positional / named only without `*` or `/`? (intermediate) anthony explains #529
17 minutes ago
https://www.youtube.com/watch?v=DatCgcsF6B8
YouTube
positional / named only without `*` or `/`? (intermediate) anthony explains #529
today's video is a bit of a puzzle! how to implement python's named-only / positional-only arguments but without the special syntax!

- all argument / parameter types: https://youtu.be/aKCfCmSggPg

playlist: https://www.youtube.com/playlist?list=PLWBKAf…
❤1
8 views16:21
PythonFromYouTube
Indently
The FULL Guide To Secrets (Module) For Python Developers
3 hours ago
https://www.youtube.com/watch?v=xVUjZGlqNFQ
YouTube
The FULL Guide To Secrets (Module) For Python Developers
The secrets module in Python is part of the standard library and provides a suite of functions for generating secure random numbers. This module is particularly useful for security-sensitive applications, such as cryptography and password management, where…
8 views08:44
PythonFromYouTube
Learn Python With Rune
Python Project: ToDo list
32 minutes ago
https://www.youtube.com/watch?v=hBYvdfmL8Ng
YouTube
Python Project: ToDo list
Understand how to design a to-do list in Python.

Join the LPWR Academy 👉 https://lpwr-academy.com/p/lpwr-academy

Read a tutorial here 👉 https://www.learnpythonwithrune.org/python-project-todo-list/

This includes understanding that choosing how to represent…
8 views16:19
PythonFromYouTube
Real Python
Working With Python's namedtuple()
34 minutes ago
https://www.youtube.com/watch?v=q_B-uxoVybU
YouTube
Working With Python's namedtuple()
Python’s collections module provides a factory function called namedtuple(), which is specially designed to make your code more Pythonic when you’re working with tuples. With namedtuple(), you can create immutable sequence types that allow you to access their…
9 views18:39
PythonFromYouTube
Tech With Tim
Learn JavaScript With This ONE Project!
16 minutes ago
https://www.youtube.com/watch?v=E3XxeE7NF30
YouTube
Learn JavaScript With This ONE Project!
Today, you are going to be learning JavaScript by completing a project with me. I will explain all of the syntax, what it does and how it works. I will be also explaining to you how to structure your code, bests practices and lots of useful tips that you…
9 views15:19
PythonFromYouTube
ArjanCodes
How to Build a Complete Python Package Step-by-Step
29 minutes ago
https://www.youtube.com/watch?v=5KEObONUkik
YouTube
How to Package and Publish Python Code the Right Way
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

Do you want to know how to build a complete Python package? Well, look no further! This video will take you step-by-step through the entire process, from creating…
13 views16:29
PythonFromYouTube
anthonywritescode
why git's --intent-to-add ? (intermediate) anthony explains #530
27 minutes ago
https://www.youtube.com/watch?v=GEYfAMpA-38
YouTube
why git's --intent-to-add ? (intermediate) anthony explains #530
today I go over git's `--intent-to-add` feature and what it gets used for!

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

==========

twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW
twitter:…
9 views16:34
PythonFromYouTube
Real Python
Django Deployment Strategies & Preparing for PyCascades 2023 | Real Python Podcast #147
10 minutes ago
https://www.youtube.com/watch?v=lao1z4uzTFU
YouTube
Django Deployment Strategies & Preparing for PyCascades 2023 | Real Python Podcast #147
Have you decided how you're going to deploy your Django project? Should you use a VPS or a PaaS? Christopher Trudeau is back this week, bringing another batch of PyCoder's Weekly articles and projects. We also have organizers from PyCascades to share details…
9 views18:14
PythonFromYouTube
Indently
Teaching My Friends To Code Be Like
2 hours ago
https://www.youtube.com/watch?v=D14qAaSubRQ
YouTube
Teaching My Friends To Code Be Like
Teaching my friends to code be like.

▶ Master the Python language in less than a month:
https://www.udemy.com/course/the-complete-guide-to-mastering-modern-python/?referralCode=CC9D7387F065F70EBC23

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels…
8 views07:29
PythonFromYouTube
Indently
If __name__ == '__main__' for Python Beginners
2 hours ago
https://www.youtube.com/watch?v=hZ9rsHdcxtY
YouTube
If __name__ == '__main__' for Python Beginners
In this video I will explain to you the use of if __name__ == '__main__' in Python. Where we can use it and why we should use it!

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
11 views07:38
PythonFromYouTube
Learn Python With Rune
Create a DB in Memory from a CSV file - Need-to-know TRICK
3 minutes ago
https://www.youtube.com/watch?v=m7E7nXVQvIU
YouTube
Create a DB in Memory from a CSV file - Need-to-know TRICK
Learn how to create a Database kept in memory from a CSV file in Python. This is smart if you need to write code to a database but do not have a test database.

This can be done by using pandas and sqlalchemy in a few lines of code.

Join the LPWR Acdamy…
63 views15:51
PythonFromYouTube
anthonywritescode
rerunning github checks (beginner - intermediate) anthony explains #531
23 minutes ago
https://www.youtube.com/watch?v=OYh22O1B5D0
YouTube
rerunning github checks (beginner - intermediate) anthony explains #531
so your tests failed... they're definitely a flake right? here's a few ways to retry them even if you don't have commit access to the repo!

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

==========

twitch: https://t…
6 views16:26
PythonFromYouTube
ByteByteGo
But What Is Native Cloud?
31 minutes ago
https://www.youtube.com/watch?v=p-88GN1WVs8
YouTube
7:32
But What Is Cloud Native Really All About?
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter.: https://blog.bytebytego.com

Animation tools: Adobe Illustrator and After Effects.

Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
8 views17:01
PythonFromYouTube
Murtaza's Workshop - Robotics and AI
New Contest: Pool Shot Predictor - Win Exciting Prizes
4 minutes ago
https://www.youtube.com/watch?v=tb1yBNPOzps
YouTube
New Contest: Pool Shot Predictor - Win Exciting Prizes
Contest Page:
https://www.computervision.zone/pool-shot-predictor/

🚀🚀 My Urdu/Hindi AI YouTube Channel 🚀🚀
https://www.youtube.com/@murtazahassan01

Win a 3080 Ti by Registering using the link below and attending one of the conference sessions. (20 to 23…
8 views10:36
PythonFromYouTube
Програмування Українською
#26 Python з нуля. Функції.
2 minutes ago
https://www.youtube.com/watch?v=Z0zkEdz3Yes
YouTube
#26 Python з нуля. Функції.
Бот для пошуку роботи (в тому числі першої) у IT: https://t.me/nastupny_project_bot?start=puy

Як створити свою власну функцію. Як передати параметр певного типу даних.
8 views14:41
PythonFromYouTube
Learn Python With Rune
Python data structures - [in 3 minutes] - Check if you master them all
22 minutes ago
https://www.youtube.com/watch?v=XTBeuUAw8jI
YouTube
Python data structures - [in 3 minutes] - Check if you master them all
Learning data structures is one of the first steps to start accumulating data and writing more complex programs.

In-depth 👉 https://holypython.com/beginner-python-lessons/lesson-5-data-structures/

T I M E S T A M P S
00:00 Need to know data structures in…
10 views16:26
PythonFromYouTube
R3ap3rPy
Python - PyWinAuto tutorial
1 hour ago
https://www.youtube.com/watch?v=29yKuQYejOQ
YouTube
Python - PyWinAuto tutorial
Let's learn how to use #pywinauto to automate #gui apps with #python.
9 views17:54