Carberra Enums in Python are SIMPLE but POWERFUL (14-49 04.11.24)
YouTube
Enums in Python are SIMPLE but POWERFUL
Enums, or enumerators, are a very easy way to add structure, choice, or state into your program. There are many different types to use in different situations, so let's delve into it!
00:00 - Intro
00:35 - Creating an enum
04:20 - Using IntEnum
06:11 - Using…
00:00 - Intro
00:35 - Creating an enum
04:20 - Using IntEnum
06:11 - Using…
NeuralNine Queue - Data Structures in Python #3 (22-48 04.11.24)
YouTube
Queue - Data Structures in Python #3
In this video, we implement the queue data structure from scratch in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
Indently New in Python 3.13: The @deprecated decorator (16-53 05.11.24)
YouTube
New in Python 3.13: @deprecated
New in Python 3.13: The @deprecated decorator. It's finally here! Now everyone can deprecate functionality super easily in Python.
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
Tech With Tim Automate Your Life Using Python! (Email Unsubscribe with Python Tutorial) (16-45 05.11.24)
YouTube
Automate Your Life Using Python! (Email Unsubscribe with Python Tutorial)
👉 To try everything Brilliant has to offer for free for a full 30 days, visit https://brilliant.org/TechWithTim . You'll also get a 20% discount on a premium subscription.
In this video, you'll learn how to build a great Python automation project that can…
In this video, you'll learn how to build a great Python automation project that can…
ByteByteGo How SSH Really Works (18-47 05.11.24)
YouTube
How SSH Really Works
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…
Animation tools: Adobe Illustrator and After Effects.
Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
NeuralNine Hash Map - Data Structures in Python #4 (22-49 06.11.24)
YouTube
Hash Map - Data Structures in Python #4
In this video, we implement the hash map data structure from scratch in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
anthonywritescode Sequence[str] is a tiny landmine (all code sucks) #10 (18-45 06.11.24)
YouTube
Sequence[str] is a tiny landmine (all code sucks) #10
today we look at some of *my* code, and a wart in python
- tuple syntax doesn't have parens: https://youtu.be/EDGJ2TMuppM
- tuples (and their syntax quirks): https://youtu.be/J3-tL6OnFWA
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmu…
- tuple syntax doesn't have parens: https://youtu.be/EDGJ2TMuppM
- tuples (and their syntax quirks): https://youtu.be/J3-tL6OnFWA
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmu…
Jie Jenn Create a GPT Action to Send Emails In ChatGPT | Step-By-Step Tutorial (03-48 08.11.24)
YouTube
Create a GPT Action to Send Emails In ChatGPT | Step-By-Step Tutorial
In this video, you'll learn how to set up a GPT action in ChatGPT to send automated emails using the Gmail API. The tutorial guides you through configuring Gmail API settings in Google Cloud, creating a project, and setting up OAuth credentials to connect…
Real Python Introduction to Web Scraping With Python: Your Scraping Environment & Creating BeautifulSoup Objects (20-48 07.11.24)
YouTube
Introduction to Web Scraping With Python: Your Scraping Environment & Creating BeautifulSoup Objects
This is a preview of the video course, "Introduction to Web Scraping With Python." Web scraping is the process of collecting and parsing raw data from the Web, and the Python community has come up with some pretty powerful web scraping tools.
The Internet…
The Internet…
Indently New in Python 3.13: TypeIs (16-48 07.11.24)
YouTube
New in Python 3.13: TypeIs
How's it going everyone? In today's video we're going to be learning how we can use the new TypeIs typing feature that we got in Python 3.13!
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
Tech With Tim Learn Go With This ONE Project (16-45 08.11.24)
YouTube
Learn Go With This ONE Project
Check out GoLand: https://jb.gg/Check-GoLand
Get 6 months to master GoLand for free with the code "Tech_With_Tim": https://jb.gg/GoWithTim
In this video, you will learn Go or Goling with this ONE project, and this tutorial is designed for those who want…
Get 6 months to master GoLand for free with the code "Tech_With_Tim": https://jb.gg/GoWithTim
In this video, you will learn Go or Goling with this ONE project, and this tutorial is designed for those who want…
NeuralNine Insurance Premium Prediction - Machine Learning Python Project (22-49 08.11.24)
YouTube
Insurance Premium Prediction - Machine Learning Python Project
In this video, we go through a full machine learning project to predict the insurance premium given factor like age, BMI and more.
Dataset: https://www.kaggle.com/datasets/teertha/ushealthinsurancedataset
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚…
Dataset: https://www.kaggle.com/datasets/teertha/ushealthinsurancedataset
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚…
Real Python New PEPs: Template Strings & External Wheel Hosting | Real Python Podcast #227 (20-48 08.11.24)
YouTube
New PEPs: Template Strings & External Wheel Hosting | Real Python Podcast #227
Have you wanted the flexibility of f-strings but need safety checks in place? What if you could have deferred evaluation for logging or avoiding injection attacks? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly…
ArjanCodes Killing off a SaaS Product is Harder Than You Think (18-46 08.11.24)
YouTube
Killing off a SaaS Product is Harder Than You Think
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
Shutting down a SaaS product is tougher than it seems—especially if you want to do it the right way. In this video, I’ll share 5 crucial lessons I learned from killing…
Shutting down a SaaS product is tougher than it seems—especially if you want to do it the right way. In this video, I’ll share 5 crucial lessons I learned from killing…
John Watson Rooney Should I have used this Web Scraping Technique? (15-49 10.11.24)
YouTube
Should I have used this Web Scraping Technique?
➡ JOIN MY MAILING LIST
https://johnwr.com
➡ COMMUNITY
https://discord.gg/C4J2uckpbR
➡ PROXIES
https://proxyscrape.com/?ref=jhnwr
➡ WEB SCRAPING API
https://hubs.li/Q043T88w0
➡ HOSTING
https://m.do.co/c/c7c90f161ff6
If you are new, welcome. I'm John,…
https://johnwr.com
➡ COMMUNITY
https://discord.gg/C4J2uckpbR
➡ PROXIES
https://proxyscrape.com/?ref=jhnwr
➡ WEB SCRAPING API
https://hubs.li/Q043T88w0
➡ HOSTING
https://m.do.co/c/c7c90f161ff6
If you are new, welcome. I'm John,…
NeuralNine Why I Am Still Using Linux - And Won't Change It (22-48 10.11.24)
YouTube
Why I Am Still Using Linux - And Won't Change It
Today I want to yap a little bit about why I still use Linux and why I will keep using it as my main operating system.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book:…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book:…
Indently New in Python 3.13: Replace (16-48 11.11.24)
YouTube
New in Python 3.13: Replace
Python 3.13 is the gift that keeps on giving. In today's video we're going to be exploring one of the new functions that we can use to copy objects with custom fields!
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
…
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
…
Carberra Creating a Python Discord bot in 2025 (14-49 11.11.24)
YouTube
Creating a Python Discord bot in 2025
Use code CARBERRA to get 10% off your Hostinger plan! 👉 https://hostinger.com/carberra
Those who have been around long enough will know that this channel used to be all about Discord bots, so this feels like a strange blast from the past. This is very much…
Those who have been around long enough will know that this channel used to be all about Discord bots, so this feels like a strange blast from the past. This is very much…
Jie Jenn 6 Incredibly Useful Use Case Using Meta llama 3.2 Vision Model In Ollama (16-49 12.11.24)
YouTube
6 Incredibly Useful Use Case Using Meta llama 3.2 Vision Model In Ollama
Looking for the best Meta llama Vision model examples, prompts, and use cases? Look no further! In this video, we are going to look at 6 different real world use cases to use llama Vision model to simplify your life.
📃 Prompts used in the video: https:/…
📃 Prompts used in the video: https:/…
NeuralNine Binary Search Tree - Data Structures in Python #5 (22-48 12.11.24)
YouTube
Binary Search Tree - Data Structures in Python #5
In this episode, we implement a binary search tree (BST) in Python from scratch.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…