PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Carberra
Sourcery is an INCREDIBLE AI refactoring tool for Python
3 hours ago
https://www.youtube.com/watch?v=YbYj6lJ4pXg
YouTube
Sourcery is an INCREDIBLE AI refactoring tool for Python
I've covered a lot of QA tools on this channel, but nothing AI powered -- until now! Sourcery is incredibly powerful, so much so in fact, it will almost definitely make you feel like an idiot when using it.

—

If you enjoy my content, consider supporting…
8 views15:00
PythonFromYouTube
Tech With Tim
Python 101: Learn the 5 Must-Know Concepts
1 hour ago
https://www.youtube.com/watch?v=mMv6OSuitWw
YouTube
Python 101: Learn the 5 Must-Know Concepts
See NordPass Business in action now with a 3-month free trial here http://nordpass.com/techwithtim with code techwithtim

GET MY FREE SOFTWARE DEVELOPMENT GUIDE👇
https://training.techwithtim.net/free-guide

If you're interested in becoming a developer that…
8 views15:05
PythonFromYouTube
NeuralNine
Transcribe Audio Files with OpenAI Whisper
7 minutes ago
https://www.youtube.com/watch?v=UAdX0cGuC28
YouTube
Transcribe Audio Files with OpenAI Whisper
In this video, we learn how to transcribe audio files with OpenAI whisper in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
9 views17:00
PythonFromYouTube
Indently
Exec() VS Eval() Explained In Python Tutorial 2023
4 hours ago
https://www.youtube.com/watch?v=cqQf3lEoN08
YouTube
Exec() VS Eval() Explained In Python Tutorial 2023
What is the difference between exec() and eval() in Python, and how can we use them in our scripts? Well I'm here to teach you all of that today!

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

▶ Follow me on Instagram:
https://www.instagram.…
9 views09:05
PythonFromYouTube
NeuralNine
Render Math Formulas From LaTeX in Python
2 hours ago
https://www.youtube.com/watch?v=4MROGBovKC0
YouTube
Render Math Formulas From LaTeX in Python
In this video, we learn how to transcribe audio files with OpenAI whisper in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
8 views15:00
PythonFromYouTube
MathByte Academy
A Deep Dive into Dataclasses (Part 2)
1 hour ago
https://www.youtube.com/watch?v=e_jeuDDYuOE
YouTube
A Deep Dive into Python's Dataclasses (Part 2)
This is Part 2 of a two-part set of videos that takes a deep dive into Python dataclasses.

The goal of these videos is not to learn just the mechanics of defining classes using dataclasses, but rather to understand how dataclasses add functionality to classes…
8 views15:00
PythonFromYouTube
Tech With Tim
Create A Python API in 12 Minutes
1 hour ago
https://www.youtube.com/watch?v=zsYIw6RXjfM
YouTube
Create A Python API in 12 Minutes
Rapidly build and deploy APIs in seconds with DreamFactory ! https://bit.ly/3M1TAP7

Are you learning programming and wondering what an API is? An API is an Application Programming Interface that allows different software or systems to communicate with one…
7 views15:05
PythonFromYouTube
R3ap3rPy
Python - Wagtail
1 hour ago
https://www.youtube.com/watch?v=D1OJfLGYECk
YouTube
Python - Wagtail
This is an introductory video for the #waggtail #cms written in #django.
6 views15:10
PythonFromYouTube
Learn Python With Rune
Python Functions Tutorial: How to Define, Call, and Return Values
12 minutes ago
https://www.youtube.com/watch?v=cD_SZ6ra9vI
YouTube
Python Functions Tutorial: How to Define, Call, and Return Values
Defining a function is pretty simple and straightforward in Python but there are a few points you should keep in mind. We will explain all of those clearly here in this lesson.

Tutorial 👉 https://holypython.com/beginner-python-lessons/lesson-16-defining…
6 views15:15
PythonFromYouTube
ByteByteGo
Amazon Prime Video Ditches AWS Serverless, Saves 90%
1 hour ago
https://www.youtube.com/watch?v=JTp0TY_2hXM
YouTube
4:14
Amazon Prime Video Ditches AWS Serverless, Saves 90%
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…
6 viewsedited  17:00
PythonFromYouTube
Forwarded from ItNewsFromYouTube[UA]
mCoding
Python's collections.abc | InvertibleDict
58 minutes ago
https://www.youtube.com/watch?v=oUt1feRoyvI
YouTube
Python's collections.abc | InvertibleDict
Learn your ABCs!

That's Abstract Base Classes, by the way. Python provides a standard set of interfaces for abstract collections that are widely used. They come in the collections.abc module and can be used for type hinting purposes, runtime interface checking…
7 views17:01
PythonFromYouTube
NeuralNine
Advanced Dictionaries: defaultdict in Python
2 hours ago
https://www.youtube.com/watch?v=Sah0p4ILGRE
YouTube
Advanced Dictionaries: defaultdict in Python
Today we learn about defaultdict and advanced dictionaries in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 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
Indently
"if VS. elif else" In Python, Which Is FASTER?
1 hour ago
https://www.youtube.com/watch?v=O6yHJl0ThKY
YouTube
"if VS. elif else" In Python, Which Is FASTER?
Today we're going to be looking at the performance difference between "consecutive ifs" vs "if elif else" in Python. Which one is faster?

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
7 views06:00
PythonFromYouTube
Learn Python With Rune
"Python Password Generator Tutorial: Learn String Manipulation for Strong Passwords
10 minutes ago
https://www.youtube.com/watch?v=y4-sslszCEg
YouTube
"Python Password Generator Tutorial: Learn String Manipulation for Strong Passwords
In this Python password generator tutorial, you will learn how to manipulate strings to create strong and secure passwords.

Password generation is an important aspect of cybersecurity, and Python is a powerful programming language that can be used to create…
6 views15:00
PythonFromYouTube
R3ap3rPy
Python - pynput
36 minutes ago
https://www.youtube.com/watch?v=_cH3YaVdqvc
YouTube
Python - pynput
Follow me along a tutorial for pynput module of python. This library allows you to control and monitor input devices.
6 views17:00
PythonFromYouTube
Real Python
Introduction to k-Nearest Neighbors (kNN) in Python
4 seconds ago
https://www.youtube.com/watch?v=5KVYoQa5s4E
YouTube
Introduction to k-Nearest Neighbors (kNN) in Python
This video is a preview of the Using k-Nearest Neighbors in Python course. The kNN algorithm is one of the most famous machine learning algorithms and an absolute must-have in your machine learning toolbox.

This is a preview of the complete course, which…
6 views17:05
PythonFromYouTube
NeuralNine
Google Calendar Automation in Python
3 hours ago
https://www.youtube.com/watch?v=B2E82UPUnOY
YouTube
Google Calendar Automation in Python
In this video, we learn how automate Google calendar with Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming Merch:…
6 views15:00
PythonFromYouTube
ArjanCodes
Representing Monetary Values in Python
1 hour ago
https://www.youtube.com/watch?v=0kzjD6jvfnk
YouTube
Representing Monetary Values in Python
Understanding how to accurately represent monetary values in Python is crucial for building financial applications, analyzing data, or simply improving your coding skills. In this tutorial, I'll explore the various techniques and best practices for effectively…
6 views17:00
PythonFromYouTube
Real Python
Discussing Mojo & Improving Python Object-Oriented Programming | Real Python Podcast #157
12 hours ago
https://www.youtube.com/watch?v=mt4LCmQ9A7Q
YouTube
Discussing Mojo & Improving Python Object-Oriented Programming | Real Python Podcast #157
Would you like to speed up your Python machine-learning code dramatically? What if you only had to change a few keywords and add a couple type hints on portions of your code? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's…
6 views06:00
PythonFromYouTube
b001
GUESS THE OUTPUT | Beta Test
Streamed 4 hours ago
https://www.youtube.com/watch?v=5w_RBLLPeKQ
YouTube
GUESS THE OUTPUT | Beta Test
Guess The Output is an interactive Python coding quiz game for the YouTube stream.
6 views06:05