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…
🎓 FastAPI course can be found at:
FastAPI…
Carberra SUPER EASY FastAPI authentication with SuperTokens (14-09 16.06.25)
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…
▶ 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…
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…
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…
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…
PyPI: https://pypi.org/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
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…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch…
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…
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…
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/
💻…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻…
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…
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…
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…
You’ll learn:
How to make a Python script executable…
ArjanCodes Watch This Before You Use Google Serverless Functions (18-01 20.06.25)
YouTube
Serverless on Google Cloud: What You Can and Can’t Do
➡️ Get started with Pulumi for free: https://www.pulumi.com/?utm_source=arjancodes.
In this video, I’ll show you what Cloud Run Functions can and can’t do, how to work around common limitations, and when to use alternatives like Cloud Run or Kubernetes.…
In this video, I’ll show you what Cloud Run Functions can and can’t do, how to work around common limitations, and when to use alternatives like Cloud Run or Kubernetes.…
Real Python Exploring Python's list Data Type With Examples: Creating, Retrieving, and Copying Lists (20-09 19.06.25)
YouTube
Exploring Python's list Data Type With Examples: Creating, Retrieving, and Copying Lists
This is a preview of the video course, "Exploring Python's list Data Type With Examples". The list class is a fundamental built-in data type in Python. It has an impressive and useful set of features, allowing you to efficiently organize and manipulate heterogeneous…
Real Python Scaling Python Web Applications With Kubernetes and Karpenter | Real Python Podcast #254 (20-09 20.06.25)
YouTube
Scaling Python Web Applications With Kubernetes and Karpenter | Real Python Podcast #254
What goes into scaling a web application today? What are resources for learning and practicing DevOps skills? This week on the show, Calvin Hendryx-Parker is back to discuss the tools and infrastructure for autoscaling web applications with Kubernetes and…
NeuralNine Monitor Your Python Applications with Prometheus & Grafana (19-09 20.06.25)
YouTube
Monitor Your Python Applications with Prometheus & Grafana
In this video, we learn how to professionally monitor our Python applications with Prometheus and Grafana.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://ww…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://ww…
Indently I'm a huge Zed fan (17-31 23.06.25)
YouTube
I'm a huge Zed fan
How's it going everyone?, in today's video I'm going to be sharing with you some of the reasons I'm using Zed these days and not PyCharm.
▶ Become job-ready with Python:
https://www.indently.io
00:00 Learning Python made simple
00:05 Intro
00:42 Debugger…
▶ Become job-ready with Python:
https://www.indently.io
00:00 Learning Python made simple
00:05 Intro
00:42 Debugger…
Python Decoded Дата Аналіз - 10 Задач для PostgreSQL (10-21 24.06.25)
YouTube
Дата Аналіз - 10 Задач для PostgreSQL
В цьому відео ми опануємо основи Дата Аналізу на прикладі PostgreSQL.
Ми розгорнемо справжню базу даних і наповнимо її даними. А потім покажу тобі 10 задач, які поступово навчать тебе усім основним фішкам SQL і зможуть прокачати твої навички SQL на максимум.…
Ми розгорнемо справжню базу даних і наповнимо її даними. А потім покажу тобі 10 задач, які поступово навчать тебе усім основним фішкам SQL і зможуть прокачати твої навички SQL на максимум.…
NeuralNine I USE ARCH BTW... (19-20 23.06.25)
YouTube
I USE ARCH BTW...
In this video, I share my experiences of switching to and using Arch as my main operating system.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
Python Decoded Ранній Доступ до Нових Відео (15-21 23.06.25)
YouTube
Ранній Доступ до Нових Відео
Indently 5 Unintuitive Python Features (17-43 24.06.25)
YouTube
5 Unintuitive Python Features
In today's video we're going to be looking at 5 features in Python that are quite unintuitive, meaning that if it's your first month using Python, you probably won't be able to guess how this stuff works.
▶ Become job-ready with Python:
https://www.indently.io…
▶ Become job-ready with Python:
https://www.indently.io…
pixegami Build an MCP Server in 20 Minutes (with Python) (17-10 24.06.25)
YouTube
Build an MCP Server in 20 Minutes (with Python)
Learn how to build an MCP server in Python and connect it to Claude Desktop and use it as an AI agent. This MCP server will let you fetch real time data, and create/modify spreadsheets via Google sheets.
This is a great project for any Python developers…
This is a great project for any Python developers…
anthonywritescode why won't this typing narrow? (18-00 25.06.25)
YouTube
why won't this typing narrow?
today we show a little typing puzzle where something should narrow but doesn't?
https://www.youtube.com/playlist?list=PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW
twitter:…
https://www.youtube.com/playlist?list=PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW
twitter:…