PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Jie Jenn
Learn SQL By Solving A SQL Interview Problem (Data Analysts, Data Scientists) #13
7 hours ago
https://www.youtube.com/watch?v=h-84GECfykE
YouTube
Learn SQL By Solving A SQL Interview Problem (Data Analysts, Data Scientists) #13
In this tutorial, I will walk you through the process of solving an SQL interview by Zillow. Whether you are a beginner or an experienced professional, this video will provide you with the knowledge and skills you need to excel in your interview. By the end…
5 views06:06
PythonFromYouTube
Indently
Can You SAVE On MEMORY USAGE When Importing In Python?
2 hours ago
https://www.youtube.com/watch?v=BMgk10UfoPU
YouTube
Can You SAVE On MEMORY USAGE When Importing In Python?
Can you save on memory usage when importing from modules in Python? The short answer is no, because even if you only grab one function from the module, it still needs to run the entire module (hence loading it into memory) so that it can find that functionality…
6 views06:21
PythonFromYouTube
NeuralNine
Dockerize Python Applications with GUI
3 hours ago
https://www.youtube.com/watch?v=W82jvmiaDtk
YouTube
Dockerize Python Applications with GUI
In this video, we learn how to dockerize or containerize Python applications that have a graphical user interface (GUI).

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book:…
6 views15:05
PythonFromYouTube
Jie Jenn
Import Cryptocurrency Live Price In Google Sheets (From CoinMarketCap)
1 hour ago
https://www.youtube.com/watch?v=pE_NSuD6OQM
YouTube
Import Cryptocurrency Live Price In Google Sheets (From CoinMarketCap)
Important: Please visit https://youtu.be/CKs83Q_ddoA for updated solution.

In this video, I am going to show you how to pull cryptocurrency data in Google Sheets from CoinMarketCap.

CoinMarketCap is a website that provides information about cryptocurrencies.…
5 views15:21
PythonFromYouTube
R3ap3rPy
Minikube - Deploy Grafana
6 minutes ago
https://www.youtube.com/watch?v=OHjW7DmEoZY
YouTube
Minikube - Deploy Grafana
Let's learn how to deploy Grafana to our Minikube instance.
5 views06:05
PythonFromYouTube
Carberra
Python's SECRET diamond operator
4 minutes ago
https://www.youtube.com/watch?v=RlqMqVPgsls
YouTube
Python's SECRET diamond operator
🥚

—

If you enjoy my content, consider supporting me on Patreon or becoming a member!
https://patreon.carberra.xyz
https://join.carberra.xyz

If you need help with anything, feel free to join the Discord server:
https://discord.carberra.xyz

I get a lot…
5 views11:05
PythonFromYouTube
Learn Python With Rune
Python's Len Function: A Key Tool for Measuring Objects and Data Structures!
19 minutes ago
https://www.youtube.com/watch?v=yDAodC-6Nec
YouTube
Python's Len Function: A Key Tool for Measuring Objects and Data Structures!
Python len() function is very straightforward and easy to use. It is used to find out how many elements there are in different types of data.

If applied on a string it will return the number of characters in it if applied on a list it will return the number…
5 views15:06
PythonFromYouTube
NeuralNine
Professional Weather App with Django in Python
3 hours ago
https://www.youtube.com/watch?v=lyeK0aE_qRg
YouTube
Professional Weather App with Django in Python
In this video, we build a professional weather App using Django, Python and the OpenWeatherMap API.

CodiumAI: https://www.codium.ai/

Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Weather%20App%20Django/

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming…
4 views15:05
PythonFromYouTube
Jie Jenn
RFM Analysis Tutorial In Pandas: Simple Customer Segmentation Analysis
31 minutes ago
https://www.youtube.com/watch?v=9wxWrERZvss
YouTube
RFM Analysis Tutorial In Pandas: Simple Customer Segmentation Analysis
RFM analysis is a marketing technique used to group customers based on recency, frequency, monetary scores assign to each customer, and it's one of the most popular marketing analysis. In this tutorial, we will learn how to run a RFM analysis using Pandas…
5 views15:20
PythonFromYouTube
Indently
"Avoid THIS Bad Practise In Python": An Introduction to .env Files
2 hours ago
https://www.youtube.com/watch?v=c42T5wKSztQ
YouTube
"Avoid THIS Bad Practise In Python": An Introduction to .env Files
Hardcoding your keys / sensitive information in your scripts is a strong red flag when it comes to coding. Let me show you a better alternative by using .env files to store your sensitive information!

▶ Become job-ready with Python:
https://www.indently.io…
5 views06:05
PythonFromYouTube
Tech With Tim
Deploy & Use a Stable Diffusion AI Art Generator - In Minutes
2 hours ago
https://www.youtube.com/watch?v=6sUDDsHVM90
YouTube
Deploy & Use a Stable Diffusion AI Art Generator - In Minutes
In this video, we'll walk you through the entire process, from testing and experimenting with your models to deploying them for use by your friends and colleagues. With the techniques we'll cover, you'll be able to streamline your machine learning workflow…
4 views15:06
PythonFromYouTube
ByteByteGo
Top 7 ChatGPT Developer Hacks
1 hour ago
https://www.youtube.com/watch?v=9W_U1y7RYuE
YouTube
Top 7 ChatGPT Developer Hacks
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…
4 views17:05
PythonFromYouTube
R3ap3rPy
Minikube - Deploy Python App and Redis
9 minutes ago
https://www.youtube.com/watch?v=dGWf7ckgd8o
YouTube
Minikube - Deploy Python App and Redis
Lets check out how we can deploy a python application in minikube that uses redis.
5 views17:20
PythonFromYouTube
Real Python
Unique Features of Python's OrderedDict
3 minutes ago
https://www.youtube.com/watch?v=BKRHqnoWU3I
YouTube
Unique Features of Python's OrderedDict
Sometimes you need a Python dictionary that remembers the order of its items. In the past, you had only one tool for solving this specific problem: Python’s OrderedDict. It’s a dictionary subclass specially designed to remember the order of items, which is…
5 views17:36
PythonFromYouTube
Jie Jenn
Learn SQL By Solving SQL Interview Problems (Data Analysts, Data Scientists) #14
6 hours ago
https://www.youtube.com/watch?v=FwoMKqeYboA
YouTube
Learn SQL By Solving SQL Interview Problems (Data Analysts, Data Scientists) #14
In this tutorial, I will walk you through the process of solving an SQL interview by Credit Karma. Whether you are a beginner or an experienced professional, this video will provide you with the knowledge and skills you need to excel in your interview. By…
4 views06:05
PythonFromYouTube
NeuralNine
Python Interface Definitions & Stub Files For Professional Development
1 hour ago
https://www.youtube.com/watch?v=3ajdzrx5NNk
YouTube
Python Interface Definitions & Stub Files For Professional Development
Today we learn about Python interface definitions and stub files. We can use them to make our code more professional.

Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Python%20Interface%20Definitions

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books…
4 views16:20
PythonFromYouTube
Real Python
Seeking Faster Text Processing & Python's .__repr__() vs .__str__() | Real Python Podcast #153
18 minutes ago
https://www.youtube.com/watch?v=XTGvrVeamkg
YouTube
Seeking Faster Text Processing & Python's .__repr__() vs .__str__() | Real Python Podcast #153
What can you do if your text manipulation in Python is slowing you down? Are there faster alternatives using a compiled extension? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.

👉 Links…
7 views18:06
PythonFromYouTube
MathByte Academy
Idiomatic Python : Using Named Tuples
2 hours ago
https://www.youtube.com/watch?v=yl-BHRyE5II
YouTube
Idiomatic Python : Using Named Tuples
Using named tuples is often overlooked. When tuples are viewed as data structures, rather than just "immutable lists", named tuples enable us to add semantic meaning to each element of a tuple. This makes the named tuple ideal when returning multiple values…
6 views15:00
PythonFromYouTube
Jie Jenn
Learn SQL By Solving SQL Interview Problems (Data Analysts, Data Scientists) #15
1 hour ago
https://www.youtube.com/watch?v=Eo7_BCFr1Do
YouTube
Learn SQL By Solving SQL Interview Problems (Data Analysts, Data Scientists) #15
In this tutorial, I will walk you through the process of solving an SQL interview by Amazon. Whether you are a beginner or an experienced professional, this video will provide you with the knowledge and skills you need to excel in your interview. By the end…
5 views15:00
PythonFromYouTube
NeuralNine
Easiest Way To Install Stable Diffusion & Generate AI Images
25 minutes ago
https://www.youtube.com/watch?v=8MIsNGNYNw4
YouTube
Easiest Way To Install Stable Diffusion & Generate AI Images
Today I show you the easiest way to install Stable Diffusion with a graphical user interface.

https://github.com/AUTOMATIC1111/stable-diffusion-webui

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/…
5 views17:00