NeuralNine Nuitka: The Professional Way To Compile Python (19-48 02.05.25)
YouTube
Nuitka: The Professional Way To Compile Python
In this video we learn how to compile Python applications using Nuitka.
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Nuitka
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻…
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Nuitka
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻…
ArjanCodes The REAL Reason Python Type Hints Are Useful (18-46 02.05.25)
YouTube
The REAL Reason You Should Use Type Hints in Python
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
In this video, I’m going to show you why type hints in Python are useful, how to add them to your Python code, as well as some interesting properties of type hints…
In this video, I’m going to show you why type hints in Python are useful, how to add them to your Python code, as well as some interesting properties of type hints…
Real Python Thread Safety in Python: Locks and Other Techniques -- Solving Races With Locks (11-48 02.05.25)
YouTube
Thread Safety in Python: Locks and Other Techniques -- Solving Races With Locks
This is a preview of the video course, "Thread Safety in Python: Locks and Other Techniques". Threads share state in your programs, which means race conditions can be created when two or more threads fight to update a value. This course is about the various…
Tech With Tim LangGraph Tutorial - How to Build Advanced AI Agent Systems (16-45 05.05.25)
YouTube
LangGraph Tutorial - How to Build Advanced AI Agent Systems
Download PyCharm and use it for free forever with one month of Pro included: https://www.jetbrains.com/pycharm/
In this video, you're going to learn how to build AI agents using LangGraph. LangGraph is a much more professional and in-depth framework compared…
In this video, you're going to learn how to build AI agents using LangGraph. LangGraph is a much more professional and in-depth framework compared…
Indently May Updates: New Rust channel + Python course giveaway! (12-49 05.05.25)
YouTube
May Updates: New Rust channel + Python course giveaway!
Rust channel: https://www.youtube.com/@rustfully
Python course application: https://forms.gle/sx1GBh6MkpkJr4Bo9
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
Python course application: https://forms.gle/sx1GBh6MkpkJr4Bo9
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
Jie Jenn Let Claude Be Your Data Analyst In Claude Desktop With This SQLite MCP Server (Python Based) (03-49 05.05.25)
YouTube
Let Claude Be Your Data Analyst In Claude Desktop With This SQLite MCP Server (Python Based)
Learn to build an SQLite MCP server for Claude Desktop using Python. Follow along as we create tools to query databases, list tables, and run SQL statements directly through Claude's interface.
📋 Access All Source Code (So you don't have to write the code…
📋 Access All Source Code (So you don't have to write the code…
NeuralNine Avante: Turn NeoVim Into Cursor (19-48 05.05.25)
YouTube
Avante: Turn NeoVim Into Cursor
Today we will learn about avante.nvim, a NeoVim plugin that turns the editor into something approximating Cursor.
avante.nvim: https://github.com/yetone/avante.nvim
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.n…
avante.nvim: https://github.com/yetone/avante.nvim
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.n…
Carberra What's new in Python 3.14? (14-49 06.05.25)
YouTube
What's new in Python 3.14?
Hehe, π-thon.
What's New document: https://docs.python.org/3.14/whatsnew/3.14.html
Python 3.14 playlist: https://www.youtube.com/playlist?list=PLYeOw6sTSy6ZSo65iQv7cA6yvKzevDMY-
0:00 - Intro
0:48 - T-strings [1]
1:54 - Syntax highlighting in PyREPL [2]…
What's New document: https://docs.python.org/3.14/whatsnew/3.14.html
Python 3.14 playlist: https://www.youtube.com/playlist?list=PLYeOw6sTSy6ZSo65iQv7cA6yvKzevDMY-
0:00 - Intro
0:48 - T-strings [1]
1:54 - Syntax highlighting in PyREPL [2]…
anthonywritescode python t-strings (PEP 750) (18-45 07.05.25)
YouTube
python t-strings (PEP 750)
today we look at the brand new syntax coming to python 3.14, some practical applications, the good, the bad, and my thoughts.
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode…
Tech With Tim How I Scrape Any Site Using This MCP Server + Claude, LangGraph & AI Agents (16-45 07.05.25)
YouTube
How I Scrape Any Site Using This MCP Server + Claude, LangGraph & AI Agents
Create a BrightData account to start using this MCP server: https://brdta.com/techwithtim_mcp
So you've built an AI agent. It can reason, it can plan, but then you ask it to get real time data from the web, and everything breaks. You're hit with rate limits…
So you've built an AI agent. It can reason, it can plan, but then you ask it to get real time data from the web, and everything breaks. You're hit with rate limits…
Real Python Using the Python subprocess Module: Gettting Started & Using subprocess to Run Python (20-48 08.05.25)
YouTube
Using the Python subprocess Module: Gettting Started & Using subprocess to Run Python
This is a preview of the video course, "Using the Python subprocess Module". Python’s subprocess module allows you to run shell commands and manage external processes directly from your Python code. By using subprocess, you can execute shell commands like…
NeuralNine Wikipedia RAG System in Python - Beginner Tutorial with LlamaIndex (20-49 09.05.25)
YouTube
Wikipedia RAG System in Python - Beginner Tutorial with LlamaIndex
In this video, we learn how to easily build a RAG system based on Wikipedia in Python. For this we use LlamaIndex and Streamlit.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
Real Python Experiments With Gen AI, Knowledge Graphs, Workflows, and Python | Real Python Podcast #248 (20-48 09.05.25)
YouTube
Experiments With Gen AI, Knowledge Graphs, Workflows, and Python | Real Python Podcast #248
Are you looking for some projects where you can practice your Python skills? Would you like to experiment with building a generative AI app or an automated knowledge graph sentiment analysis tool? This week on the show, we speak with Raymond Camden about…
Tech With Tim 3 Python AI Projects for Beginners - Full Tutorial (19-45 09.05.25)
YouTube
3 Python AI Projects for Beginners - Full Tutorial
Want to make real money with coding? I share high-signal insights on careers, monetization, and leverage in my free newsletter. Join here and get my guide How to Make Money With Coding instantly: https://techwithtim.net/newsletter
Today, you'll learn how…
Today, you'll learn how…
ArjanCodes I’m in prison... (18-46 09.05.25)
YouTube
I’m in prison...
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
In this video, I’ll give you a tour of the new office/studio space and share what’s next for ArjanCodes.
🎓 ArjanCodes Courses: https://www.arjancodes.com/courses.…
In this video, I’ll give you a tour of the new office/studio space and share what’s next for ArjanCodes.
🎓 ArjanCodes Courses: https://www.arjancodes.com/courses.…
NeuralNine Evaluate AI Agents in Python with Ragas (19-48 12.05.25)
YouTube
Evaluate AI Agents in Python with Ragas
In this video we take a look at Ragas, a Python package made for evaluating AI agents and RAG systems.
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Ragas%20Tutorial
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book:…
Code: https://github.com/NeuralNine/youtube-tutorials/tree/main/Ragas%20Tutorial
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book:…
Carberra PyREPL now has SYNTAX HIGHLIGHTING + colour theming?! (14-48 12.05.25)
YouTube
PyREPL now has SYNTAX HIGHLIGHTING + colour theming?!
In the last major release, Python introduced the new interactive interpreter: PyREPL. In this major release, they gone a step further and introduced syntax highlighting! This is an enormous quality-of-life feature, and even comes alongside brand new experimental…
Tech With Tim Programming Is NOT Enough | Add these 5 skills… (11-45 12.05.25)
YouTube
Programming Is NOT Enough | Add these 5 skills…
🎓 Join the waitlist for DevLaunch 2.0 and get a free resume template: https://training.devlaunch.us/tim-waitlist
Learning to code was enough five years ago, but it's not anymore. In 2025, you need more than just typing Python into a keyboard. And if you…
Learning to code was enough five years ago, but it's not anymore. In 2025, you need more than just typing Python into a keyboard. And if you…
NeuralNine AI News: Gemini 2.5 Pro, Apple FastVLM, Mistral Medium 3 & More (19-49 13.05.25)
YouTube
AI News: Gemini 2.5 Pro, Apple FastVLM, Mistral Medium 3 & More
Today we try a new format on this channel called AI news, where we cover important recent developments in the field.
OpenAI "Evolution": https://openai.com/index/evolving-our-structure/
OpenAI GitHub Connector: https://help.openai.com/en/articles/11145903…
OpenAI "Evolution": https://openai.com/index/evolving-our-structure/
OpenAI GitHub Connector: https://help.openai.com/en/articles/11145903…
anthonywritescode 3 way test pollution! (18-45 14.05.25)
YouTube
3 way test pollution!
today I talk about a class of test pollution where three tests have to interact in a particular order to break a test!
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode…
John Watson Rooney Where this channel is going (not quitting + positive news.) (11-11 16.05.25)
YouTube
What’s next? Channel update (not quitting)
➡ JOIN MY MAILING LIST
https://johnwr.com
➡ COMMUNITY
https://discord.gg/C4J2uckpbR
➡ PROXIES
https://proxyscrape.com/?ref=jhnwr
➡ HOSTING
https://m.do.co/c/c7c90f161ff6
If you are new, welcome. I'm John, a self taught Python developer and content creator…
https://johnwr.com
➡ COMMUNITY
https://discord.gg/C4J2uckpbR
➡ PROXIES
https://proxyscrape.com/?ref=jhnwr
➡ HOSTING
https://m.do.co/c/c7c90f161ff6
If you are new, welcome. I'm John, a self taught Python developer and content creator…