ByteByteGo 7 System Design Concepts Explained in 10 Minutes (19-07 25.06.25)
YouTube
7 System Design Concepts Explained in 10 Minutes
Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd
Volume 2: https://amzn.to/3HqGozy
The digital version of System Design Interview books: https://bit.ly/3mlDSk9
ABOUT US:
Covering topics and trends in large-scale…
Volume 1: https://amzn.to/3Ou7gkd
Volume 2: https://amzn.to/3HqGozy
The digital version of System Design Interview books: https://bit.ly/3mlDSk9
ABOUT US:
Covering topics and trends in large-scale…
ArjanCodes It Seems I No Longer Use Python’s Dataclasses (18-01 27.06.25)
YouTube
Why Dataclasses Disappear in Real Python Applications
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
In this video, I take a deep dive into Python dataclasses in 2025. Are they still useful now that we have Pydantic, FastAPI, SQLAlchemy, and other tools? I walk through real…
In this video, I take a deep dive into Python dataclasses in 2025. Are they still useful now that we have Pydantic, FastAPI, SQLAlchemy, and other tools? I walk through real…
Tech With Tim EASIEST Way to Fine-Tune a LLM and Use It With Ollama (16-05 27.06.25)
YouTube
EASIEST Way to Fine-Tune a LLM and Use It With Ollama
Get started with 10Web and their AI Website Builder API: https://10web.io/website-builder-api/?utm_source=YouTube&utm_medium=Influencer&utm_campaign=TechWithTim
Today, you'll learn how to fine-tune LLMs in Python for use in Ollama. I'll walk you through…
Today, you'll learn how to fine-tune LLMs in Python for use in Ollama. I'll walk you through…
Real Python Starting With DuckDB and Python: An Introduction & Using DuckDB With Databases (20-09 26.06.25)
YouTube
Starting With DuckDB and Python: An Introduction & Using DuckDB With Databases
This is a preview of the video course, "Starting With DuckDB and Python". The DuckDB database provides a seamless way to handle large datasets in Python with Online Analytical Processing (OLAP) optimization. You can create databases, verify data imports,…
Real Python Structuring Python Scripts & Exciting Non-LLM Software Trends| Real Python Podcast #255 (20-09 27.06.25)
YouTube
Structuring Python Scripts & Exciting Non-LLM Software Trends | Real Python Podcast #255
What goes into crafting an effective Python script? How do you organize your code, manage dependencies with PEP 723, and handle command-line arguments for the best results? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's…
NeuralNine Modern Data Dashboards with Python & Tkinter (19-09 27.06.25)
YouTube
Modern Data Dashboards with Python & Tkinter
Today we learn how to build modern data dashboards in Python with Tkinter and Matplotlib.
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Tkinter%20Dashboards
Dataset: https://www.kaggle.com/competitions/titanic/data
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚…
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Tkinter%20Dashboards
Dataset: https://www.kaggle.com/competitions/titanic/data
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚…
Tech With Tim This New AI Coding Platform Is Insane (Warp Tutorial) (16-05 29.06.25)
YouTube
This New AI Coding Platform Is Insane (Warp Tutorial)
Check out Warp here: https://go.warp.dev/techwithtim - The first 1000 people to use code TECHWITHTIM will get 2 months of Warp Pro for free, which includes increased AI limits!
Yesterday I was sitting with a friend of mine who's a senior software engineer…
Yesterday I was sitting with a friend of mine who's a senior software engineer…
Real Python What Are Tuples in Python? How to Use Them Effectively (20-09 28.06.25)
YouTube
What Are Tuples in Python? How to Use Them Effectively
Tuples are a core Python data type—and they offer more than just comma-separated values. In this excerpt from our course Exploring Python’s tuple Data Type With Examples, you’ll learn:
What makes tuples different from lists and other containers
How to create…
What makes tuples different from lists and other containers
How to create…
Indently 11 Cursed Python Snippets (21-10 29.06.25)
YouTube
11 Cursed Python Snippets
How's it going everyone? Usually I make videos about how to code in Python, and today I'm going to be teaching you how you shouldn't code in Python. Here are 11 cursed Python snippets, enjoy!
▶ Become job-ready with Python:
https://www.indently.io
00:00…
▶ Become job-ready with Python:
https://www.indently.io
00:00…
pixegami Will Claude Code 10x Your Productivity? (17-09 01.07.25)
YouTube
Claude Code Will 10x Your Productivity
Claude Code is a powerful, general purpose AI agent that runs in your terminal. It is super powerful, and it could change the way we build software.
Learn how to install Claude Code, how to configure it, and how to get started using it effectively.
📚 Chapters…
Learn how to install Claude Code, how to configure it, and how to get started using it effectively.
📚 Chapters…
Tech With Tim How I Learned To Code as a Kid (Under 18) (14-05 01.07.25)
YouTube
How to Learn to Code as a Kid (Under 18)
Apply for the TKS Global Innovation Program for ambitious teenagers: https://www.tks.world/apply-now?utm_medium=social-paid&utm_source=youtube&utm_campaign=2526_applications&utm_content=techwithtim
I built a game when I was just 14 years old, and I built…
I built a game when I was just 14 years old, and I built…
Python Decoded SQLAlchemy: Найкраща Python Бібліотека для SQL (10-10 01.07.25)
YouTube
SQLAlchemy: Найкраща Python Бібліотека для SQL
Опануйте основи SQLAlchemy та дослідіть його багаторівневу структуру у цьому відео.
Цей інструмент в подальшому значно спростить вам взаємодію із базою даних задопомогою мови програмування Пайтон.
Підтримати канал:
Patreon: https://patreon.com/python_decoded…
Цей інструмент в подальшому значно спростить вам взаємодію із базою даних задопомогою мови програмування Пайтон.
Підтримати канал:
Patreon: https://patreon.com/python_decoded…
NeuralNine Coding Your Own Custom MCP Server in Python - Full Tutorial (19-09 30.06.25)
YouTube
Coding Your Own Custom MCP Server in Python - Full Tutorial
In this video today, we learn how to build our own custom MCP (Model Context Protocol) server in Python.
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/MCP%20Server
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book:…
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/MCP%20Server
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book:…
anthonywritescode `type` is not valid as a type??? (18-02 02.07.25)
YouTube
`type` is not valid as a type???
another typing puzzle! this one we get a quite puzzling error message and then work around the problem to get `type` resolving properly :)
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz
==========
twitch: https://tw…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaaIPOvL-6uuS0wJiorR1tz
==========
twitch: https://tw…
NeuralNine Building A Financial Dashboard with Devin AI - Here's What Happened (19-09 01.07.25)
YouTube
Building A Financial Dashboard with Devin AI - Here's What Happened
In this video, we build a full financial dashboard in Python and React by using the fully autonomous AI software engineer Devin.
Devin: https://devin.ai/?utm_medium=tiktok&utm_source=neuralnine&utm_campaign=tiktokjuly
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books…
Devin: https://devin.ai/?utm_medium=tiktok&utm_source=neuralnine&utm_campaign=tiktokjuly
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books…
Tech With Tim The 3 Ways to Make Websites in Python - Fast & Easy (17-05 03.07.25)
YouTube
The 3 Ways to Make Websites in Python - Fast & Easy
Get started with SiteGround's web hosting today! https://www.siteground.com/index.htm?afcode=a948fcdf7d1db731c5bbde4aabc118bd
If you want to build a website in Python, then you're in the right place. Now, Python offers some incredibly powerful yet beginner…
If you want to build a website in Python, then you're in the right place. Now, Python offers some incredibly powerful yet beginner…
Eric Roby 11 Rules For Learning to Code in 2025 and Should You Even Bother? (16-10 03.07.25)
YouTube
11 New Rules for Learning to Code in 2025
Learning to code in 2025 isn’t the same as it was even a few years ago. AI is changing the game. Bootcamps are everywhere. And some people are even saying coding is done. So… should you still bother to learn? In this video, I’ll share 11 rules for learning…
Indently Big updates: Free Python course & new coding channels (14-09 03.07.25)
YouTube
Big updates: Free Python course & new coding channels
How's it going everyone? In today's video I have some pretty big updates for you regarding my free Python course applications and the new channels I've been working on.
Links (in order):
1. Rustfully @Rustfully
2. Appfully @Appfully
3. Python course application:…
Links (in order):
1. Rustfully @Rustfully
2. Appfully @Appfully
3. Python course application:…
ArjanCodes This Is Why Your Python Code Turns Into Spaghetti (18-01 04.07.25)
YouTube
This Is Why Your Python Code Turns Into Spaghetti
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Why do Python projects turn into spaghetti so easily? In this video, I show how using abstraction (with Callable, ABC, and Protocol) can dramatically clean up your code. We’ll…
Why do Python projects turn into spaghetti so easily? In this video, I show how using abstraction (with Callable, ABC, and Protocol) can dramatically clean up your code. We’ll…
Real Python Implementing the Factory Method Pattern in Python: Basics (20-09 03.07.25)
YouTube
Implementing the Factory Method Pattern in Python: Basics
This is a preview of the video course, "Implementing the Factory Method Pattern in Python". This video course explores the Factory Method design pattern and its implementation in Python. Design patterns became a popular topic in late 90s after the so-called…