PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
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
PythonFromYouTube
ArjanCodes
Build, Deploy, and Host a Backend From A to Z
21 minutes ago
https://www.youtube.com/watch?v=ZUlevpurfqk
YouTube
Build, Deploy, and Host a Backend From A to Z
Check out Hostinger ➡️ https://hostinger.com/arjancodes
✔️ Hostinger code for 10% off: ARJANCODES

In today's video, I'll show you how to build, deploy, and host a backend from start to finish. I’ll walk through the entire process, covering everything you…
3 views15:25
PythonFromYouTube
Real Python
Building Python Unit Tests & Exploring a Data Visualization Gallery | Real Python Podcast #206
21 minutes ago
https://www.youtube.com/watch?v=lJGSKb9AuGg
YouTube
Building Python Unit Tests & Exploring a Data Visualization Gallery | Real Python Podcast #206
How do you start adding unit tests to your Python code? Can the built-in unittest framework cover most or all of your needs? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

👉 Links from…
2 views17:25
PythonFromYouTube
NeuralNine
Flight Price Prediction in Python - Full Machine Learning Project
1 hour ago
https://www.youtube.com/watch?v=EMoLTicNR6w
YouTube
Flight Price Prediction in Python - Full Machine Learning Project
Today we complete a full machine learning project and we go through the full data science process, to predict flight prices in Python.

Pieces: https://pieces.app/
Dataset: https://www.kaggle.com/datasets/shubhambathwal/flight-price-prediction

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾…
2 views13:25
PythonFromYouTube
MathByte Academy
SimpleNamespace and JSON
1 minute ago
https://www.youtube.com/watch?v=5QzAoZpM6uk
YouTube
Python's SimpleNamespace and JSON
#mathbyteacademy #python

Using Python's SimpleNamespaces to deserialize JSON data. A simpler approach than Pydantic, and a cleaner attribute access syntax than dictionaries.


Code for this Video
================
Available in GitHub blog repo: https://g…
3 views17:25
PythonFromYouTube
Jie Jenn
Turn Advanced Google Search Into A Desktop GUI App With Python and PyQt6
22 minutes ago
https://www.youtube.com/watch?v=E4QQzXrghbs
YouTube
Turn Advanced Google Search Into A Desktop GUI App With Python and PyQt6
Not a lot of people know this, but on Google, there's an advanced search function to refine Google searches with additional parameters. Unfortunately, the advanced feature is not presented on Google homepage and takes an extra click to access. Instead of…
3 views13:25
PythonFromYouTube
JakeEh
Work On What's Fun | DevLog 1 (Rambling)
20 minutes ago
https://www.youtube.com/watch?v=2444zP9HYzc
YouTube
Work On What's Fun | DevLog 1 (Rambling)
This video is much different compared to my normal videos. It's more of just me rambling about how excited I am to work on a new project.

Try my old game: https://jakeeh.itch.io/happy-golf-web

Join my Discord at https://discord.gg/AeZrfR9Hpg

Thanks for…
4 views15:25
PythonFromYouTube
Carberra
Partial functions in Python are SUPER NEAT
19 minutes ago
https://www.youtube.com/watch?v=w67gx2JdTYg
YouTube
Partial functions in Python are SUPER NEAT
Partials are a little known of Python that can prove incredibly useful! They allow you to create partial objects in place of brand new functions, making code readable, as well as a little more performant!

—

If you want to see more of me, join my Discord…
3 views11:25
PythonFromYouTube
NeuralNine
Set Operations in Python Simply Explained
1 hour ago
https://www.youtube.com/watch?v=V4WPHmDJLHw
YouTube
Set Operations in Python Simply Explained
Today we learn about set operations in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming Merch: https://www.neu…
3 views13:25
PythonFromYouTube
ByteByteGo
KISS, SOLID, CAP, BASE: Important Terms You Might Not Know!
1 hour ago
https://www.youtube.com/watch?v=cTyZ_hbmbDw
YouTube
6:37
KISS, SOLID, CAP, BASE: Important Terms You Might Not Know!
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:25
PythonFromYouTube
Tech With Tim
Build a Full RAG Based AI App Including Deployment In Under 20 Minutes
22 minutes ago
https://www.youtube.com/watch?v=C0HwZipOqXI
YouTube
Building a RAG Based LLM App And Deploying It In 20 Minutes
If you've ever worked on any AI application, then chances are you've dealt with difficult documentation, trial and error, and lots of frustration getting your app to work. In today's video, I'm going to show you how to solve all of those issues, build a full…
3 views13:25
PythonFromYouTube
Jie Jenn
Create Your Own YouTube AI Summarizer (& Transcript Downloader) Using Python and PyQt6
23 minutes ago
https://www.youtube.com/watch?v=m4g8SEcVd5w
YouTube
Create Your Own YouTube AI Summarizer (& Transcript Downloader) Using Python and PyQt6
Given that the YouTube AI Summarizer is one of the most popular paid services today ranged from ten dollars to twenty dollars per month, I thought maybe I could create my own YouTube AI Summarizer desktop application at a fraction of the cost. In this tutorial…
3 views13:45
PythonFromYouTube
Indently
5 Awful Python Mistakes To Avoid
1 hour ago
https://www.youtube.com/watch?v=8CM1UMV-tNQ
YouTube
5 Awful Python Mistakes To Avoid
In today’s video we’re going to be looking at 5 awful Python mistakes that I’ve made throughout the years. Hopefully this gives you some insight on how to avoid making these mistakes in your own projects!

Master type annotations here:
https://indently.io/#types…
2 views09:25