Indently Python Snippets in Zed are Awesome (11-49 17.04.25)
YouTube
Python Snippets in Zed are Awesome
In today's video we're going to be learning how we can create Python snippets in Zed. This isn't exclusive to Python and snippets can be created for any language, but since this is a Python channel, I'm going to be doing it in Python.
Docs: https://zed.…
Docs: https://zed.…
anthonywritescode why did this suddenly OOM? (11-45 17.04.25)
YouTube
why did this suddenly OOM?
today I show off a bisection I ran on some work code after a particular workflow started mysteriously OOMing!
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode
dicsord:…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode
dicsord:…
NeuralNine Mistral OCR: Best Model For Document Parsing?! (11-49 15.04.25)
YouTube
Mistral OCR: Best Model For Document Parsing?!
Today we take a look at Mistral OCR: An awesome tool for document parsing with mind-blowing accuracy. It converts any PDF to Markdown.
Mistral OCR: https://mistral.ai/news/mistral-ocr
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book:…
Mistral OCR: https://mistral.ai/news/mistral-ocr
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book:…
Indently Python's Unpacking Operator Is Awesome (11-49 15.04.25)
YouTube
Python's Unpacking Operator Is Awesome
In today's video, we're going to be learning about the unpacking operator (*) in Python, what it does, and what it returns.
▶ 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 Stop Using Pip - This New Tool is 100x Faster (UV Tutorial) (11-45 15.04.25)
YouTube
Stop Using Pip - This New Tool is 100x Faster (UV Tutorial)
Get started with Mend Renovate today! https://www.mend.io/mend-renovate/?utm_source=promotion&utm_medium=paid_social&utm_campaign=techwithtim_youtube&utm_origin=social&utm_from=promotion
If you're still using Pip, or manually creating your own virtual environments;…
If you're still using Pip, or manually creating your own virtual environments;…
Carberra Python's pattern matching is EXCEPTIONAL (14-48 29.04.25)
YouTube
Python's pattern matching is EXCEPTIONAL
Python's pattern matching syntax was definitely an attempt to catch up to other languages, but it is immensely useful at simplifying otherwise very complex and ugly if-else statements. In this video, we learn how to use it!
—
~ Hotlinks ~
Join the Discord…
—
~ Hotlinks ~
Join the Discord…
NeuralNine How to Measure LLM Confidence: Logprobs & Structured Output (11-48 29.04.25)
YouTube
How to Measure LLM Confidence: Logprobs & Structured Output
Today we learn how to get confidence or probability values from LLMs, especially when it comes to generating structured output, in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm…
Indently How "finally" works in Python [3.14 update] (11-48 29.04.25)
YouTube
How "finally" works in Python [3.14 update]
In today's video we're going to be learning how "finally" works in Python. I'm also going to be bringing up the 3.14 update regarding it.
PEP 765 regarding finally: https://peps.python.org/pep-0765/
▶ Become job-ready with Python:
https://www.indently.io…
PEP 765 regarding finally: https://peps.python.org/pep-0765/
▶ Become job-ready with Python:
https://www.indently.io…
Indently 5 Good Python Features (11-48 29.04.25)
YouTube
5 Good Python Features
In today’s video we’re going to be looking at some of my favourite Python features which I use quite often.
Decorators: https://youtu.be/OKBnTXk5nFQ
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instag…
Decorators: https://youtu.be/OKBnTXk5nFQ
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instag…
Tech With Tim How I'd Learn ML/AI FAST If I Had to Start Over (11-45 29.04.25)
YouTube
How I'd Learn ML/AI FAST If I Had to Start Over
Start you tech career today with Simplilearn: https://bit.ly/Tech-with-Tim-AIML
AI is changing extremely fast in 2025, and so is the way that you should be learning it. So in this video, I'm going to break down exactly how I would learn AI & ML if I was…
AI is changing extremely fast in 2025, and so is the way that you should be learning it. So in this video, I'm going to break down exactly how I would learn AI & ML if I was…
Jie Jenn Automate Google Calendar In Claude Desktop With This Google Calendar MCP Server (Python Based) (11-48 28.04.25)
YouTube
Automate Google Calendar In Claude Desktop With This Google Calendar MCP Server (Python Based)
In this video, we will build a Google Calendar MCP server using Python, which can be used with Claude desktop, VS Code, and other MCP compatible client applications by integrating Google Calendar's API.
📋 Access All Source Code (So you don't have to write…
📋 Access All Source Code (So you don't have to write…
NeuralNine Stock Price Prediction in Python with PyTorch - Full Tutorial (11-48 26.04.25)
YouTube
Stock Price Prediction in Python with PyTorch - Full Tutorial
In this video we will learn how to do stock price prediction in Python with PyTorch using an LSTM-based architecture.
DISCLAIMER: None of this is financial advice. This is purely a programming tutorial and I am not responsible for any financial decisions…
DISCLAIMER: None of this is financial advice. This is purely a programming tutorial and I am not responsible for any financial decisions…
ArjanCodes The Hidden Dangers of Python Decorators (11-46 26.04.25)
YouTube
The Hidden Dangers of Python Decorators
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Python decorators look like a great way to add functionality—until they break your type safety, hide function requirements, and turn debugging into a nightmare. In this video…
Python decorators look like a great way to add functionality—until they break your type safety, hide function requirements, and turn debugging into a nightmare. In this video…
Tech With Tim Why I’m Ditching ChatGPT… ChatLLM Tutorial (11-45 26.04.25)
YouTube
Why I’m Ditching ChatGPT… ChatLLM Tutorial
Get started wirh ChatLLM here: https://chatllm.abacus.ai
I want you to ask yourself how many I subscriptions are you currently paying for? I know for me it's about 5 or 6 and it totals almost $100 per month. Now what if I told you that you could just pay…
I want you to ask yourself how many I subscriptions are you currently paying for? I know for me it's about 5 or 6 and it totals almost $100 per month. Now what if I told you that you could just pay…
Real Python MySQL Databases and Python: Getting Started & Installing the MySQL Server (11-48 25.04.25)
YouTube
MySQL Databases and Python: Getting Started & Installing the MySQL Server
This is a preview of the video course, "MySQL Databases and Python". MySQL is one of the most popular database management systems (DBMSs) on the market today. It ranked second only to the Oracle DBMS in this year’s DB-Engines Ranking. As most software applications…
Indently 4 Types of List Comprehensions in Python Explained (02-48 01.05.25)
YouTube
4 Types of List Comprehensions in Python Explained
In today's video we're going to be exploring the 4 types of list comprehensions that we have in Python. Technically they're not all referred to as list comprehensions, but that's what I used for the title to make it easier to search for.
▶ Become job-ready…
▶ Become job-ready…
ByteByteGo System Design Was HARD - Until You Knew the Trade-Offs, Part 2 (18-47 30.04.25)
YouTube
System Design Was HARD - Until You Knew the Trade-Offs, Part 2
Sign up now to access ChatLLM: https://bit.ly/42RlGDV
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…
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…
anthonywritescode some "trivially" threaded code? (all code sucks) #13 (18-45 30.04.25)
YouTube
some "trivially" threaded code? (all code sucks) #13
today we're taking a look at some work code which "works" but for the wrong reasons
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW…
Tech With Tim 5 Programming Projects for Employment (16-45 01.05.25)
YouTube
4 Programming Projects for Employment in 2025
Take advantage of 4Geeks Job Guarantee and break into tech today! https://4geeksacademy.com/us/landing/job-guarantee?utm_source=influencers&utm_campaign=techwithtim
Most programming projects are tutorials that are dressed up as progress. You copy a bunch…
Most programming projects are tutorials that are dressed up as progress. You copy a bunch…