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
5 Really Cool Python Functions
6 minutes ago
https://www.youtube.com/watch?v=CnbgMnUCsUM
YouTube
5 Really Cool Python Functions
In this video we are going to be learning about 5 really cool Python functions that I've loved using throughout the years.

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

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

00:00…
4 views07:25
PythonFromYouTube
Tech With Tim
How To Create a Python API With FastAPI - Full Tutorial
1 hour ago
https://www.youtube.com/watch?v=lWsGhG6N_1E
YouTube
How To Create a Python API With FastAPI - Full Tutorial
Host your API with Hostinger by going to: https://hostinger.com/TechwithTim and using my code TECHWITHTIM

In today's video I'm going to be showing you guys how you can create your own API using Python for web applications. API (application programming interface)…
4 views13:25
PythonFromYouTube
Jie Jenn
Create Your Own GPT Function In Google Sheets With Google Apps Script
20 minutes ago
https://www.youtube.com/watch?v=TKV7wJ8P8EE
YouTube
Create Your Own GPT Function In Google Sheets With Google Apps Script
Why waste monthly paying for subscription to use GPT function in Google Sheets. In this video, we'll dive into creating a custom GPT function in Google Sheets using Google Apps Script.

📋 GPT Function source code: https://www.patreon.com/posts/source-code…
4 views13:45
PythonFromYouTube
ByteByteGo
Do You Know How Mobile Apps Are Released?
1 hour ago
https://www.youtube.com/watch?v=RIX4ufelA58
YouTube
4:59
Do You Know How Mobile Apps Are Released?
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…
4 views17:25
PythonFromYouTube
Real Python
Start Working With Python's Tkinter GUI Framework
20 minutes ago
https://www.youtube.com/watch?v=qXG_u3Te3OM
YouTube
Start Working With Python's Tkinter GUI Framework
This is a preview of the video course, "Building a Python GUI Application With Tkinter." Python has a lot of GUI frameworks, but Tkinter is the only framework that’s built into the Python standard library. Tkinter has several strengths. It’s cross-platform…
5 views17:45
PythonFromYouTube
NeuralNine
Table Editor in Python with pandastable
1 hour ago
https://www.youtube.com/watch?v=bZPvwCkM4A0
YouTube
Table Editor in Python with pandastable
Today we learn how to easily build a simple table editor in Python using the pandastable package.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
3 views15:25
PythonFromYouTube
ArjanCodes
Streamlit Explained: Python Tutorial for Data Scientists
19 minutes ago
https://www.youtube.com/watch?v=c8QXUrvSSyg
YouTube
Streamlit Explained: Python Tutorial for Data Scientists
✅ Learn how to build robust and scalable software architecture: https://arjan.codes/checklist.

In this Python tutorial, I’ll dive into Streamlit, a tool that simplifies the creation of web applications for your data science projects. Additionally, I’ll discuss…
3 views15:45
PythonFromYouTube
MathByte Academy
The Tenacity Library
1 hour ago
https://www.youtube.com/watch?v=qJWz-01r6gk
YouTube
The Tenacity Library
#mathbyteacademy #python

In this video we explore the Tenacity library that provides a very easy and powerful mechanism to add retry behavior to any piece of code. Very useful in a variety of scenarios such as retrying API calls when they time out or get…
4 views17:25
PythonFromYouTube
Tech With Tim
FastAPI, Flask or Django - Which Should You Use?
1 minute ago
https://www.youtube.com/watch?v=cNlJCQHSmbE
YouTube
FastAPI, Flask or Django - Which Should You Use?
Get started using professional JetBrains IDEs for free today: https://jb.gg/Get-JetBrains-IDEs

FastAPI, Flask or Django? This is the question you should be asking yourself if you're interested in Python web development. In this video, I'm going to break…
3 views11:25
PythonFromYouTube
NeuralNine
League of Legends Win Prediction - Python Machine Learning
16 minutes ago
https://www.youtube.com/watch?v=7ALGiitlDzA
YouTube
League of Legends Win Prediction - Python Machine Learning
Today we learn how to predict the outcome of League of Legends games in Python using machine learning.

Dataset: https://www.kaggle.com/datasets/datasnaek/league-of-legends

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https:…
4 views13:25
PythonFromYouTube
JakeEh
Detective Jake - Why Coding is Handy [Ep 1]
23 minutes ago
https://www.youtube.com/watch?v=xtXrqp42aRg
YouTube
Detective Jake - Why Coding is Handy [Ep 1]
In this video, I wrote a script with the help of Chat GPT to help me 'watch' 72 hours of video footage to find who hit my friends car.

Detective Jake is on the case!

Python Classes Series: https://www.youtube.com/playlist?list=PLDKG5W-W4obp6I5WBYbbrlxoyrWsRDd5X…
4 views15:25
PythonFromYouTube
Carberra
SIMPLIFY your code with decorators (+ typing)
23 minutes ago
https://www.youtube.com/watch?v=cG451ZXWYC4
YouTube
SIMPLIFY your code with decorators (+ typing)
Decorators are amazing in Python, but have a habit of tripping a lot of people up! This video will cover the basics of creating simple and parametrised decorators (also known as decorator factories), as well as how to type them.

00:00 - Intro
00:49 - Creating…
3 views11:25
PythonFromYouTube
NeuralNine
Knapsack Problem Explained - Algorithms in Python
1 hour ago
https://www.youtube.com/watch?v=gCRw7BIrLPY
YouTube
Knapsack Problem Explained - Algorithms in Python
Today we learn about the Knapsack Problem. We implement three different algorithms to solve it in Python and we analyze their complexity.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm…
3 views13:25
PythonFromYouTube
Jie Jenn
Create A Google Maps Screenshot Desktop App With Python & PyQt6
21 minutes ago
https://www.youtube.com/watch?v=ZhiNspJlLLs
YouTube
Create A Google Maps Screenshot Desktop App With Python & PyQt6
Google Maps is one of the most widely used tools on the web today. Many companies frequently need to capture screenshots of specific locations on Google Maps. In this tutorial, we will build a Google Maps screenshot capture app using Python and PyQt6.

This…
5 views13:45
PythonFromYouTube
Tech With Tim
Python AI Agent Tutorial - Build a Coding Assistant w/ RAG & LangChain
1 hour ago
https://www.youtube.com/watch?v=uN7X819DUlQ
YouTube
Python AI Agent Tutorial - Build a Coding Assistant w/ RAG & LangChain
In this video, I'll be showing you how to build your own custom AI agent within Python using Retrieval Augmented Generation (RAG) and LangChain. Even if you're an intermediate Python user, this tutorial will be easy to follow as I demonstrate how to query…
3 views13:25
PythonFromYouTube
Indently
5 Cool Python One-Liners
2 hours ago
https://www.youtube.com/watch?v=kfZOrjVXSms
YouTube
5 Cool Python One-Liners
Here are 5 cool Python one liners that you can use and play around with!
Get the project here: https://github.com/indently/oneliners

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels…
2 views09:25
PythonFromYouTube
Jie Jenn
Search The Web With Google Custom Search API In Python
21 minutes ago
https://www.youtube.com/watch?v=4YhxXRPKI0c
YouTube
Search The Web With Google Custom Search API In Python
In this video, we will dive into how to use Google Custom Search API to run web searches programmatically using Python.

📑 Custom Search parameter list: https://developers.google.com/custom-search/v1/reference/rest/v1/cse.siterestrict/list

📋 Source Code:…
3 views13:25
PythonFromYouTube
NeuralNine
Set Cover Problem Explained - Algorithms in Python
1 hour ago
https://www.youtube.com/watch?v=32nEoxB_pNU
YouTube
Set Cover Problem Explained - Algorithms in Python
In this video we learn about the set cover problem an how to solve it in Python with two different algorithms. We will also analyze their runtime complexity.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/…
3 views15:25
PythonFromYouTube
Real Python
Working With Python's Iterators, Iterables, and Iteration
20 minutes ago
https://www.youtube.com/watch?v=DcCt0dA6q1Q
YouTube
Working With Python's Iterators, Iterables, and Iteration
This is a preview of the video course, "Efficient Iterations With Python Iterators and Iterables." Python’s iterators and iterables are two different but related tools that come in handy when you need to iterate over a data stream or container. Iterators…
3 views17:25
PythonFromYouTube
Tech With Tim
5 Coding Niches That ACTUALLY Make You Money in 2024
20 minutes ago
https://www.youtube.com/watch?v=j2akjMAT8gQ
YouTube
5 Coding Specialities That ACTUALLY Make You Money in 2024
The fastest way to make a lot of money coding is to focus on a lucrative niche. Being well-rounded is great but when you want to stand out in a competitive market, being able to present yourself as a niche authority is critical. In this video, I will break…
3 views13:25