PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Python Engineer Gemini API with Python - Getting Started Tutorial (17-31 09.06.25)
YouTube
Gemini API with Python - Getting Started Tutorial
Learn how to start building with Google DeepMind's Gemini models using the Google Gen AI Python SDK. We'll cover:

00:00 - Getting Started with Google AI Studio and the Python SDK
02:31 - How to get a Gemini API key
03:40 - Sending prompts
06:10 - Chats
07:08…
6 views15:30
PythonFromYouTube
Carberra Sets are absolutely CRACKED in Python (14-09 09.06.25)
YouTube
Sets are absolutely CRACKED in Python
Get started with your new AI design partner, Gamma, today! ► https://gamma.app

It amazes me that I've been running this channel for this long, and never really talked about sets! Sets in Python unlock some awesome functionality and amazing speedups, so…
6 views15:30
PythonFromYouTube
pixegami FastAPI for AI: Build an AI Endpoint in 30 Minutes (17-10 10.06.25)
YouTube
FastAPI for AI: Build an AI Endpoint in 30 Minutes
Learn how to build a FastAPI endpoint for your AI app in 30 mins.

We'll be using FastAPI (Python), and Gemini as our AI LLM model. Then we'll take a look at how to secure the endpoint with rate limiting, and with JWT tokens for authentication.

👉 Links
🔗…
14 views15:30
PythonFromYouTube
NeuralNine Logistic Regression From Scratch in Python (Mathematical) (19-09 09.06.25)
6 views15:30
PythonFromYouTube
Indently Python's 5 Weirdest Features (12-56 13.06.25)
YouTube
5 Weird Python Features
In today's video we're going to be looking at five of Python's weirdest features.

Learn more about name mangling:
https://youtu.be/YkpG5CH0ySc

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

00:00 Learning Python made simple
00:05 Intro
00:11…
6 views10:29
PythonFromYouTube
Real Python Python Continuous Integration and Deployment Using GitHub Actions: Create a Workflow & Add a Step (20-59 12.06.25)
6 views10:29
PythonFromYouTube
ArjanCodes MCP…. So What’s That All About? (18-02 13.06.25)
YouTube
MCP…. So What’s That All About?
✅ Learn how to build robust and scalable software architecture: https://arjan.codes/checklist.

Want your AI tools to actually *do* something? In this video, I’ll show you how to integrate external tools with language models using **MCP (Model Context Protocol)**.…
6 views15:30
PythonFromYouTube
Tech With Tim Python Advanced AI Agent Tutorial - LangGraph, LangChain, Tools & More! (17-05 13.06.25)
YouTube
Python Advanced AI Agent Tutorial - LangGraph, LangChain, Firecrawl & More!
Get started with Firecrawl today - https://firecrawl.link/OqIPqD0

Download PyCharm and use it for free forever with one month of Pro included: https://www.jetbrains.com/pycharm/

Today, we'll be building one of the most advanced AI agents that I've showcased…
6 views15:30
PythonFromYouTube
Real Python Starting With Marimo Notebooks & Python App Config Management | Real Python Podcast #253 (20-09 13.06.25)
YouTube
Starting With Marimo Notebooks & Python App Config Management | Real Python Podcast #253
Looking for a guide on getting started with Marimo notebooks? How do you build a reproducible notebook for sharing or create a dashboard with interactive UI elements? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly…
7 views15:30
PythonFromYouTube
NeuralNine Modern Web Apps in Pure Python (19-09 13.06.25)
YouTube
Modern Web Apps in Pure Python
Today we learn how to build modern dynamic web applications in pure Python with MonsterUI and FastHTML.

Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/MonsterUI

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: …
6 views15:30
PythonFromYouTube
Eric Roby Here's the RESULT of Vibe Coding a FASTAPI Admin Panel in 3 HOURS (10-59 13.06.25)
YouTube
Here's the RESULT of Vibe Coding a FASTAPI Admin Panel in 3 HOURS
I vibe coded a FastAPI admin panel using Cursor AI and a LLM. The FastAPI code works, but the code kind of stinks. In this video we will dive into the FastAPI code to find pros and cons of this new type of development.

🎓 FastAPI course can be found at:
FastAPI…
5 views08:02
PythonFromYouTube
Carberra SUPER EASY FastAPI authentication with SuperTokens (14-09 16.06.25)
5 views15:30
PythonFromYouTube
Indently 5 reasons why Python is (objectively) a good language (12-09 16.06.25)
YouTube
5 reasons why Python is a good language
In today's video I'm going to be give you 5 reasons why I think Python is a good language.

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

00:00 Learning Python made simple
00:05 Intro
00:32 1. Easy to learn
01:32 2. Easy to use
02:33 3. Glue language…
5 views15:30
PythonFromYouTube
pixegami What is MCP? The Language of AI Agents: Simply Explained in 15 Minutes (17-10 17.06.25)
YouTube
What is MCP? Model Context Protocol Explained
MCP (Model Context Protocol) gives AI agents superpowers.

It is an open standard that lets AI agents (LLMs) interact with the outside world — sort of a universal API (or a USB-C) for LLMs. Let's take a look at the problem it solves, how it works, and some…
5 views15:30
PythonFromYouTube
NeuralNine Publish Your Own Python Package in Less Than 10 Minutes (19-09 16.06.25)
YouTube
Publish Your Own Python Package in Less Than 10 Minutes
In this video we learn how to easily publish your own Python package in less than 10 minutes using uv.

PyPI: https://pypi.org/

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
6 views15:30
PythonFromYouTube
anthonywritescode python 3.14 gets tail call (it's not what you think) (18-01 18.06.25)
YouTube
python 3.14 gets tail call (it's not what you think)
today we explain "tail call optimization" and the new "tail calling interpreter" in python 3.14 and why it's mostly a nothingburger :/

playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY

==========

twitch: https://twitch…
6 views15:30
PythonFromYouTube
Tech With Tim How to Learn Coding Fast and Never Forget It (15-05 18.06.25)
YouTube
How to Learn Coding Fast and Never Forget It
Get started with Recall - https://www.getrecall.ai/?t=techwithtim & use code Tim30 for 30% off until July 1st!

I've been programing for years, but there's one thing that used to drive me absolutely crazy when I was learning and I was spending hours watching…
6 views15:30
PythonFromYouTube
NeuralNine Logistic Regression From Scratch in Python (Mathematical) (21-09 17.06.25)
YouTube
Logistic Regression From Scratch in Python (Mathematical)
In this video we understand and implement logistic regression from scratch in Python. First we cover the mathematics, then we put it into code.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻…
6 views15:30
PythonFromYouTube
Eric Roby Make Your Python App 25x FASTER With These Database Tips (16-10 19.06.25)
YouTube
Make Your Python App 25x FASTER With These Database Tips
Get $100 credit after free trial when using Aiven through this link: https://fnf.dev/4jzhOho

The database is the first place to look to make your Python application faster. Python frameworks like FastAPI, Django and Flask all can use these SQL database performance…
5 views15:30
PythonFromYouTube
Real Python Why Your Python Script Won’t Run Without This Line -- Excerpt (20-09 18.06.25)
YouTube
Fix ‘Permission Denied’ Errors in Python With a Shebang
Trying to run a Python script from the terminal but getting a “Permission Denied” error or unexpected syntax issues? This quick video shows how to fix that with the right shebang line and file permissions.

You’ll learn:

How to make a Python script executable…
5 views15:30