Indently Generics are awesome in Python (10-55 27.07.25)
YouTube
Generics are awesome in Python
How's it going everyone? In today's video I'm going to be teaching you the power of generics in Python, and how you can start using them in your code.
▶ Become job-ready with Python:
https://www.indently.io
▶ Become job-ready with Python:
https://www.indently.io
BugBytes Django Admin Introduction! (10-56 26.07.25)
YouTube
Django Admin Introduction!
🙏 Join our channel to get access to perks:
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying a coffee here:
https://ko-fi.com/bugbytes
In this video…
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying a coffee here:
https://ko-fi.com/bugbytes
In this video…
NeuralNine Gaussian Naive Bayes From Scratch in Python (Mathematical) (10-55 26.07.25)
YouTube
Gaussian Naive Bayes From Scratch in Python (Mathematical)
In this video we implement a Gaussian Naive Bayes classifier from scratch in Python, after understanding the theory and the mathematics first.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The…
Python Decoded Jinja - шаблонізатор документів для будь-яких потреб. (10-53 29.07.25)
YouTube
Jinja - шаблонізатор документів для будь-яких потреб.
В цьому відео ми навчимося генерувати html сторінки задопомогою шаблонізатора jinja, а також спробуємо його використати, щоб згенерувати Резюме у форматі pdf.
Підтримати канал:
Patreon: https://patreon.com/python_decoded
Посилання на Банку: https://se…
Підтримати канал:
Patreon: https://patreon.com/python_decoded
Посилання на Банку: https://se…
NeuralNine Brain Tumor Classifier in Python - Machine Learning Project (19-52 28.07.25)
YouTube
Brain Tumor Classifier in Python - Machine Learning Project
Today we will build a brain tumor classifier in Python with PyTorch.
DISCLAIMER: This is not medical advice. This is just a programming tutorial with the intent to teach machine learning.
Dataset: https://www.kaggle.com/datasets/masoudnickparvar/brain-tumor…
DISCLAIMER: This is not medical advice. This is just a programming tutorial with the intent to teach machine learning.
Dataset: https://www.kaggle.com/datasets/masoudnickparvar/brain-tumor…
PyOhio "Finding Practical Applications for Your Passion Projects" - Joe Kaufeld (16-53 28.07.25)
YouTube
"Finding Practical Applications for Your Passion Projects" - Joe Kaufeld
Pyohio_2025
Joe Kaufeld
https://www.pyohio.org/2025/program/talks/finding-practical-applications-for-your-passion-projects
Getting from "I'm passionate about this topic" to actually working in (or on) your dream is a wild leap. Lessons learned from traveling…
Joe Kaufeld
https://www.pyohio.org/2025/program/talks/finding-practical-applications-for-your-passion-projects
Getting from "I'm passionate about this topic" to actually working in (or on) your dream is a wild leap. Lessons learned from traveling…
Real Python Supporting the Python Package Index | Real Python Podcast #258 (10-54 26.07.25)
YouTube
Supporting the Python Package Index | Real Python Podcast #258
What goes into supporting more than 650,000 projects and nearly a million users of the Python Package Index? This week on the show, we speak with Maria Ashna about her first year as the inaugural PyPI Support Specialist.
👉 Links from the show: https://r…
👉 Links from the show: https://r…
ArjanCodes The Builder Pattern in Python: Finally Explained! (10-52 26.07.25)
YouTube
The Builder Pattern in Python: Finally Explained!
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
In this video, I show you the Builder Pattern in Python. It’s a practical and underrated design pattern you’re probably already using without realizing it. We’ll explore how…
In this video, I show you the Builder Pattern in Python. It’s a practical and underrated design pattern you’re probably already using without realizing it. We’ll explore how…
Real Python Python for Beginners Workshop: Build Your First Useful Program (11-49 30.07.25)
YouTube
Python for Beginners Workshop: Build Your First Useful Program
Join us for this 60 minutes free workshop for beginners. This is a hands-on session where you'll learn about Python fundamentals while working on the project
Real Python Python for Beginners Workshop: Build Your First Useful Program (11-49 30.07.25)
YouTube
Python for Beginners Workshop: Build Your First Useful Program
Join us for this 60 minutes free workshop for beginners. This is a hands-on session where you'll learn about Python fundamentals while working on the project
Tech With Tim Build ANYTHING With an Advanced MCP Server (Python, Authentication, Databases & More) (10-51 26.07.25)
YouTube
Build ANYTHING With an Advanced MCP Server (Python, Authentication, Databases & More)
In this video, I'll give you a full tutorial on building advanced servers in Python. That means we're going to go beyond the basics. I'm not just going to show you how to set one up. I'm going to talk to you about more advanced features like authentication…
Eric Roby FastAPI + Context Engineering = Beautiful Frontend UI (Mind BLOWN!) (10-56 25.07.25)
YouTube
FastAPI + Context Engineering = Beautiful Frontend UI (Mind BLOWN!)
Test Augment Code for FREE here: https://fnf.dev/4lx4M5T
Context Engineering and FastAPI keep growing in popularity. In under 8 minutes I will show you how you can use both Context Engineering and FastAPI together to create a modern frontend UI for your…
Context Engineering and FastAPI keep growing in popularity. In under 8 minutes I will show you how you can use both Context Engineering and FastAPI together to create a modern frontend UI for your…
Real Python Exploring Python Closures: Examples & Use Cases: Understanding Scope & Closure, Creating a Closure (10-54 25.07.25)
YouTube
Exploring Python Closures: Examples & Use Cases: Understanding Scope & Closure, Creating a Closure
This is a preview of the video course, "Exploring Python Closures: Examples and Use Cases". In Python, a closure is typically a function defined inside another function. This inner function grabs the objects defined in its enclosing scope and associates them…
ByteByteGo System Design Interview – BIGGEST Mistakes to Avoid (10-53 25.07.25)
YouTube
System Design Interview – BIGGEST Mistakes to Avoid
We just launched the all-in-one tech interview prep platform, covering coding, system design, OOD, and machine learning.
Launch sale: 50% off. Check it out: https://bit.ly/bytebyego-yt-desc
Launch sale: 50% off. Check it out: https://bit.ly/bytebyego-yt-desc
Indently 5 Great NumPy Features (19-08 30.07.25)
YouTube
5 Great NumPy Features
In today's video we're going to be looking at five very convenient NumPy features!
▶ Become job-ready with Python:
https://www.indently.io
00:00 Intro
00:38 1. Broadcasting
02:34 2. Masking
04:06 3. where()
05:46 4. Funky indexing
07:49 5. clip()
09:04…
▶ Become job-ready with Python:
https://www.indently.io
00:00 Intro
00:38 1. Broadcasting
02:34 2. Masking
04:06 3. where()
05:46 4. Funky indexing
07:49 5. clip()
09:04…
Tech With Tim Python AI Voice Agent Tutorial - Full Developer Guide (Deepgram, Twilio, Function Calling) (18-05 30.07.25)
YouTube
Python AI Voice Agent Tutorial - Full Developer Guide (Deepgram, Twilio, Function Calling)
I'm going to show you how to build a fast, reliable and more importantly, accurate AI voice agent using Python.
Check out PyCharm, the only Python IDE you need: https://jb.gg/PyCharm-IDE
Download now. Free forever, plus one month of Pro included.
🎞 Video…
Check out PyCharm, the only Python IDE you need: https://jb.gg/PyCharm-IDE
Download now. Free forever, plus one month of Pro included.
🎞 Video…
Real Python Working With Python's Built-in Exceptions: Exploring & Demystifying Syntax & Name Errors (20-09 31.07.25)
YouTube
Working With Python's Built-in Exceptions: Exploring & Demystifying Syntax & Name Errors
This is a preview of the video course, "Working With Python's Built-in Exceptions". Python has a complete set of built-in exceptions that provide a quick and efficient way to handle errors and exceptional situations in your code. Knowing the most commonly…
pixegami UV: The Python Tool Everyone Is Switching To (17-09 31.07.25)
YouTube
UV: The Python Tool Everyone Is Switching To
UV is a fast, powerful all-in-one package manager for Python that replaces tools like pip and virtualenv. Let's take a look at what it is, how to use it, and why many Python developers are switching to this.
👉 Links
🔗 UV GitHub: https://github.com/astral…
👉 Links
🔗 UV GitHub: https://github.com/astral…
Eric Roby I Made One Change and My FastAPI Code Got 10x Cleaner (16-10 31.07.25)
YouTube
I Made One Change and My FastAPI Code Got 10x Cleaner
Test CodeRabbit for FREE here: https://fnf.dev/3U3X72x
Just one small change made my FastAPI code 10 times cleaner and easier to maintain. FastAPI is becoming a MUST for Python and AI products, so code quality is only increasing in demand.
🎓 FastAPI course…
Just one small change made my FastAPI code 10 times cleaner and easier to maintain. FastAPI is becoming a MUST for Python and AI products, so code quality is only increasing in demand.
🎓 FastAPI course…