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 Good Python Programming Practices When New to the Language | Real Python Podcast #231 (20-48 06.12.24)
YouTube
Good Python Programming Practices When New to the Language | Real Python Podcast #231
What advice would you give to someone moving from another language to Python? What good programming practices are inherent to the language? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.…
9 views10:00
PythonFromYouTube
NeuralNine Tkinter Designer: Modern GUIs with Drag & Drop (19-48 06.12.24)
YouTube
Tkinter Designer: Modern GUIs with Drag & Drop
Today we learn about Tkinter Designer, a tool that allows us to easily create Python GUI applications, by designing them using drag & drop in Figma.

Tkinter Designer: https://github.com/ParthJadhav/Tkinter-Designer
Figma: https://www.figma.com/

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾…
9 views10:00
PythonFromYouTube
ArjanCodes Try This if You Don’t Like Python’s Exception Handling (18-46 06.12.24)
YouTube
Why You Should Think Twice Before Using Returns in Python
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

Struggling with Python's unpredictable errors and None checks? In this video, I share a unique approach to making your code cleaner and more reliable using the returns package—no…
9 views10:00
PythonFromYouTube
Jie Jenn Make Smarter Decisions With Google Maps Places Insights API (Python) (17-31 08.12.24)
YouTube
Make Smarter Decisions With Google Maps Places Insights API (Python)
With Google Maps Places Insights API , you can now go beyond Google Maps location details to unlock a deeper understanding of different places. The Places Insights API provides an easy way to understand the density and distribution of places in a specific…
8 views16:00
PythonFromYouTube
NeuralNine When Should You Use Generators in Python? (19-49 08.12.24)
YouTube
When Should You Use Generators in Python?
Today we discuss when and why to use generators and the yield keyword in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
158 views10:00
PythonFromYouTube
Indently "Callable" Explained in Only 12 Minutes (16-49 09.12.24)
YouTube
"Callable" Explained in Only 12 Minutes
In today's video we're going to learn about the Callable type in Python, and why it's so important.

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
7 views16:00
PythonFromYouTube
Carberra How is THIS a thing in Python?! (14-49 09.12.24)
YouTube
How is THIS a thing in Python?!
This is definitely one of the weirdest things I've ever come across in Python, so I thought I'd share it, and the reasons why it's a thing. Or at least _how_ it's a thing.

0:00 - Intro
0:42 - What's going on here? [1]
3:56 - [0x_for x in (1, 2, 3)]
6:48…
7 views16:00
PythonFromYouTube
Tech With Tim How to Build a Freelance Coding Career (Beginner to Advanced) - ft. @NicolaiAI (16-45 10.12.24)
YouTube
How to Build a Freelance Coding Career - ft. @NicolaiAI
Join @NicolaiAI 's Freelance AI Career program here: https://www.nicos-school.com/courses/high-earner-ai-carrer?affcode=1407858_dw5topvd

Freelance coding is one of the best ways to make money, especially as a beginner. But it's tough to get into, it's…
6 views16:00
PythonFromYouTube
NeuralNine Data Augmentation in PyTorch: Improve Models with Existing Data (19-48 10.12.24)
YouTube
Data Augmentation in PyTorch: Improve Models with Existing Data
In this video, we learn how data augmentation can improve the performance of our machine learning models. For this, we re-use and apply transformations to already existing data, which helps our model with generalization.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming…
6 views10:00
PythonFromYouTube
ByteByteGo Apache Kafka Fundamentals You Should Know (18-46 10.12.24)
YouTube
4:54
Apache Kafka Fundamentals You Should Know
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bit.ly/bbg-social

Animation tools: Adobe Illustrator and After Effects.

Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
6 views10:00
PythonFromYouTube
Tech With Tim Coding is Changing Fast... AI Agents Explained (16-45 12.12.24)
YouTube
Coding is Changing Fast... AI Agents Explained
#NVIDIAPartner #NVIDIA #NVIDIAAnythingLLM
What exactly are AI Agents and why is everybody talking about them? I'm going to break down everything you need to know about AI Agents. Including what they are, how they work and why they are important. I'll also…
6 views16:00
PythonFromYouTube
Real Python Introduction to Sphinx Python Document Generation (20-48 12.12.24)
YouTube
Introduction to Sphinx Python Document Generation
Sphinx is a document generation tool that’s become the de facto standard for Python projects. It uses the reStructuredText (RST) markup language to define document structure and styling, and it can output in a wide variety of formats, including HTML, ePub…
6 views10:00
PythonFromYouTube
NeuralNine Marimo: Code Web Applications with Python Notebooks (19-49 12.12.24)
YouTube
Marimo: Code Web Applications with Python Notebooks
In this video, we take a look at Marimo, a reactive Python notebook, than can easily also serve as a simple framework for developing interactive web applications.

Marimo: https://marimo.io/

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible…
8 views10:00
PythonFromYouTube
ArjanCodes I’ve Switched to UV for Python, and So Should You (18-46 13.12.24)
YouTube
This Tool Replaces pip, Poetry, pyenv, and More (It’s Fast)
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

In this video, I explore uv, a lightning-fast Python package installer and resolver that could revolutionize the way you manage dependencies. From handling virtual environments…
87 views10:00
PythonFromYouTube
NeuralNine 5 Custom Python Decorators For Your Projects (19-48 14.12.24)
YouTube
5 Custom Python Decorators For Your Projects
In this video, we take a look at 5 awesome Python decorators you can create and use for your projects.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.ne…
7 views10:00
PythonFromYouTube
Jie Jenn Create Your Notion AI Agent To Automate Your Tasks With Python And OpenAI API (17-01 15.12.24)
YouTube
Create A Notion AI Agent To Automate Your Tasks With Python And OpenAI API
Managing repetitive tasks in Notion can be time-consuming, especially if you have to use it everyday. What if you have your own Notion assistant that does most of the heavy lifting for you? In this tutorial, I will show you how to build your own personal…
7 views16:00
PythonFromYouTube
Indently The True Power of "defaultdict" in Python (16-48 15.12.24)
YouTube
The True Power of "defaultdict" in Python
In today's video we're going to be learning how we can use defaultdict in Python.

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
7 views16:00
PythonFromYouTube
Carberra What IS typing.Annotated? (14-49 16.12.24)
YouTube
What IS typing.Annotated?
Annotated is one of things you see around quite a bit, and while it's part of the typing library, it provides some actual runtime functionality as well! It can be used to do some pretty powerful things, so in this video, as well as learning how to use it…
8 views16:00
PythonFromYouTube
NeuralNine Stock Watchlist in Python - Finance Project For Beginners (19-48 16.12.24)
YouTube
Stock Watchlist in Python - Finance Project For Beginners
Today, we build a custom stock watchlist application 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:…
6 views10:00
PythonFromYouTube
Tech With Tim ADVANCED Python AI Agent Tutorial - Using RAG, Langflow & Multi-Agents (19-45 16.12.24)
YouTube
ADVANCED Python AI Agent Tutorial - Using RAG, Langflow & Multi-Agents
If you're interested in building AI Applications then stick around, because I've got a great tutorial for you. In this video, I'm going to be showing you how to build a Multi-A.I. Agent Application, in just a few minutes using a fantastic tool called Langflow.…
6 views10:00
PythonFromYouTube
Jie Jenn Automate Your Notion Tasks In ChatGPT! (With GPT Actions) (17-45 17.12.24)
YouTube
Automate Your Notion Tasks In ChatGPT! (With GPT Actions)
ChatGPT is an amazing chatbot that simplifies many things that we do today on the computer. Notion on the other hand, is one of the most popular productivity tools to track and organize tasks. What if ChatGPT can communicate with our Notion pages and automate…
6 views16:00