PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Real Python
Avoiding Error Culture and Getting Help Inside Python | Real Python Podcast #200
21 minutes ago
https://www.youtube.com/watch?v=96_jJqBE5fI
YouTube
Avoiding Error Culture and Getting Help Inside Python | Real Python Podcast #200
What is error culture, and how do you avoid it within your organization? How do you navigate alert and notification fatigue? Hey, it's episode #200! Real Python's editor-in-chief, Dan Bader, joins us this week to celebrate. Christopher Trudeau also returns…
4 views17:25
PythonFromYouTube
Vladyslav Ushakov
На чому краще писати сайт у 2024? JS, PYTHON, PHP чи JAVA?
9 minutes ago
https://www.youtube.com/watch?v=KmD93YEcnFM
YouTube
На чому краще писати сайт у 2024? JS, PYTHON, PHP чи JAVA?
Мої соц мережі:
Instagram: https://instagram.com/vlad.ushakov.ai
Telegram: https://t.me/+Uk8q1W4B2SdmMzMy

Співбесіда Junior Python розробника: https://www.youtube.com/watch?v=k0RLyKcjSWc
Уроки Python з нуля: https://www.youtube.com/watch?v=M9kT_xt5xjo
Співбесіда…
3 views17:45
PythonFromYouTube
NeuralNine
Flask Project: Site Connectivity Checker in Python
1 hour ago
https://www.youtube.com/watch?v=CfiuRzUzNyI
YouTube
Flask Project: Site Connectivity Checker in Python
Today we build a simple site connectivity checker in Python with Flask.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
3 views13:25
PythonFromYouTube
Jie Jenn
Create a Google Sheets Data Entry Form Google Using Python (PyQt6)
21 minutes ago
https://www.youtube.com/watch?v=fTe82vVqNDY
YouTube
Create a Google Sheets Data Entry Form Google Using Python (PyQt6)
In this tutorial, you are going to learn how to build a sophisticated beginner friendly Google Sheets data entry GUI application using Python and PyQt6.

📺 Getting started with Google Sheets API in Python: https://youtu.be/vleYx6Lcdyo

📋Source Code: http…
3 views13:45
PythonFromYouTube
JakeEh
Config Files in Python
22 minutes ago
https://www.youtube.com/watch?v=lcEM8xf_7ac
YouTube
Config Files in Python
In this video we go over config files in Python! JSON, YAML, or TOML, which is the best?!

Well it really comes down to preference, they can all do the same thing for the most part.

In this series we're going to make a program for your programs! YAY!

Code:…
3 views15:25
PythonFromYouTube
Clear Code
Creating a Pokémon inspired RPG in Python
1 hour ago
https://www.youtube.com/watch?v=fo4e3njyGy0
YouTube
Creating a Pokémon inspired RPG in Python & Pygame
Thanks to Brilliant for the support, you can find them here: https://brilliant.org/ClearCode/

A RPG that is inspired by Pokemon and Final Fantasy in Python. We will use pygame-ce to create it and in the process you will learn database management, ui design…
4 views17:25
PythonFromYouTube
Indently
All 39 Python Keywords Explained
3 hours ago
https://www.youtube.com/watch?v=rKk8XPLysj8
YouTube
All 39 Python Keywords Explained
In today’s video we will be learning about all the 39 keywords that exist in Python (as of 3.12). I will be covering each one very briefly, so you will probably have to do your own research if you feel like learning more about these!

▶ Become job-ready…
3 views07:25
PythonFromYouTube
Carberra
My Visual Studio Code setup! (2024)
21 minutes ago
https://www.youtube.com/watch?v=PBQspYkkksU
YouTube
My Visual Studio Code setup! (2024)
I get asked all the time about my Visual Studio Code setup (which I guess must be a good thing!) so I decided to make an updated setup video for it! We'll be going over everything, so feel free to be the copycat you are (though cats are cool so it's fine…
5 views11:25
PythonFromYouTube
Jie Jenn
Getting Started With Azure Text-To-Speech API In Python To Convert Text To Realistic Human Voice
22 minutes ago
https://www.youtube.com/watch?v=e4_AytZ264Q
YouTube
Getting Started With Azure Text-To-Speech API In Python To Convert Text To Realistic Human Voice
In this tutorial, we will dive into how to get started with Microsoft Azure Text-To-Speech API in Python.

📋 Source Code: https://www.patreon.com/posts/source-code-with-101577817

💖 Show Support
☕ Paypal: https://www.paypal.me/jiejenn/5
☕ Venmo: @Jie-Jenn…
4 views13:25
PythonFromYouTube
ArjanCodes
This Is How You Do PROPER Exception Handling With FastAPI
22 minutes ago
https://www.youtube.com/watch?v=7MHDDOrDx-w
YouTube
This Is How You Do PROPER Exception Handling With FastAPI
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

Getting a cryptic error message while using a website? Well, this is probably because custom errors were not implemented. In this video, I’ll show you how to create custom…
4 views16:05
PythonFromYouTube
NeuralNine
GIF Maker in Python - Turn Videos Into GIFs
1 hour ago
https://www.youtube.com/watch?v=cBwFWbIqsIQ
YouTube
GIF Maker in Python - Turn Videos Into GIFs
In this video today, we build a full GIF maker tool in Python with a graphical user interface.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
4 views17:25
PythonFromYouTube
MathByte Academy
The pyyaml Library
1 hour ago
https://www.youtube.com/watch?v=sFqdgG8tSPk
YouTube
The pyyaml Library
#mathbyteacademy #python

We take a quick look at how to use the pyyaml library to read and write YAML files (as well as JSON!).


Code for this Video
================
Available in GitHub blog repo: https://github.com/fbaptiste/python-blog
Direct link: h…
3 views13:25
PythonFromYouTube
pixegami
Python RAG Tutorial (with Local LLMs): AI For Your PDFs
20 minutes ago
https://www.youtube.com/watch?v=2TJxpyO3ei4
YouTube
Python RAG Tutorial (with Local LLMs): AI For Your PDFs
Learn how to build a RAG (Retrieval Augmented Generation) app in Python that can let you query/chat with your PDFs using generative AI.

This project contains some more advanced topics, like how to run RAG apps locally (with Ollama), how to update a vector…
5 views15:25
PythonFromYouTube
ByteByteGo
12 Most Widely Used Tips for Securing Your APIs
1 hour ago
https://www.youtube.com/watch?v=6WZ6S-qmtqY
YouTube
Top 12 Tips For API Security
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bit.ly/bytebytegoytTopic

Animation tools: Adobe Illustrator and After Effects.

Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
6 views17:25
PythonFromYouTube
NeuralNine
Tic-Tac-Toe Game in Python - Unbeatable Minimax AI
1 hour ago
https://www.youtube.com/watch?v=LbTu0rwikwg
YouTube
Tic-Tac-Toe Game in Python - Unbeatable Minimax AI
Today we learn about Python wheel files, which are the packaging format for Python applications and modules.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://…
15 views13:25
PythonFromYouTube
Definitely Noah
Programming in Java: Data Types, Loops, StringBuffer.
1 hour ago
https://www.youtube.com/watch?v=VCn4rDEi4wc
YouTube
Programming in Java: Data Types, Loops, StringBuffer.
This is a java programming course.
#java #programming #course #coding
6 views17:25
PythonFromYouTube
Real Python
Understanding Python's raise for Crafting Exceptions
21 minutes ago
https://www.youtube.com/watch?v=BR2uj5Jhv-A
YouTube
Understanding Python's raise for Crafting Exceptions
This is a preview of the video course, "Using raise for Effective Exceptions." In your Python journey, you’ll come across situations where you need to signal that something is going wrong in your code. For example, maybe a file doesn’t exist, a network or…
6 views17:45
PythonFromYouTube
Tech With Tim
Python Advanced AI Agent Tutorial - LlamaIndex, Ollama and Multi-LLM!
13 hours ago
https://www.youtube.com/watch?v=JLmI0GJuGlY
YouTube
Python Advanced AI Agent Tutorial - LlamaIndex, Ollama and Multi-LLM!
Interested in AI development? Then you are in the right place! Today I'm going to be showing you how to develop an advanced AI agent that uses multiple LLMs.

If you want to land a developer job: https://techwithtim.net/dev

🎞 Video Resources 🎞
Code: htt…
6 views09:25
PythonFromYouTube
Indently
Python's "itemgetter" is very useful
3 hours ago
https://www.youtube.com/watch?v=Jmh2GWqQUKc
YouTube
Python's "itemgetter" is very useful
Hello everyone (not you Bob)! In today's video we will be learning about itemgetter in Python. It's a really cool function that I just learned about recently, I never really thought about exploring the operator module until this popped up.

▶ Become job…
7 views09:45
PythonFromYouTube
John Watson Rooney
Why I chose Python for Data Analysis
1 hour ago
https://www.youtube.com/watch?v=39jB8nJBrCI
YouTube
Why I chose Python & Polars for Data Analysis
To try everything Brilliant has to offer—free—for a full 30 days, visit https://brilliant.org/JohnWatsonRooney/ . You’ll also get 20% off an annual premium subscription.

This video was sponsored by Brilliant

join the Discord to discuss all things Python…
6 views13:25
PythonFromYouTube
Vladyslav Ushakov
10 Питань з Python Співбесіди. Повний розбір питань
1 hour ago
https://www.youtube.com/watch?v=8rd1wg5t6dw
YouTube
10 Питань з Python Співбесіди. Повний розбір питань
Мої соц мережі:
Instagram: https://instagram.com/vlad.ushakov.ai
Telegram: https://t.me/+Uk8q1W4B2SdmMzMy

Співбесіда Junior Python розробника: https://www.youtube.com/watch?v=k0RLyKcjSWc
Уроки Python з нуля: https://www.youtube.com/watch?v=M9kT_xt5xjo
Співбесіда…
4 views13:45