1. NeuralNine Google BigQuery: Work with Huge Datasets in Python (22-49 19.10.24)
YouTube
Google BigQuery: Work with Huge Datasets in Python
Today we learn about Google BigQuery. We learn how to use it in Python, in order to process huge amounts of data.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: htt…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: htt…
1. Tech With Tim Streamlit Mini Course - Make Websites With ONLY Python (19-45 20.10.24)
YouTube
Streamlit Mini Course - Make Websites With ONLY Python
Check out this FREE guide on how to land a developer role in the world of AI: https://clickhubspot.com/ic2f
In this mini course, you'll learn about Streamlit, a fantastic Python UI library that allows you to make interfaces very quickly. I'll be showing…
In this mini course, you'll learn about Streamlit, a fantastic Python UI library that allows you to make interfaces very quickly. I'll be showing…
2. John Watson Rooney Sitemap Scraping is for GOOD bots (13-49 21.10.24)
1. pixegami How Good is Cursor AI? Pros and Cons with Real Examples (17-00 21.10.24)
1. pixegami How Good is Cursor AI? Pros and Cons with Real Examples (17-00 21.10.24)
YouTube
Search engine bots use this to index (so can we)
Check Out ProxyScrape here: https://proxyscrape.com/?ref=jhnwr
➡ JOIN MY MAILING LIST
https://johnwr.com
➡ COMMUNITY
https://discord.gg/C4J2uckpbR
https://www.patreon.com/johnwatsonrooney
➡ PROXIES
https://proxyscrape.com/?ref=jhnwr
➡ HOSTING (Digital…
➡ JOIN MY MAILING LIST
https://johnwr.com
➡ COMMUNITY
https://discord.gg/C4J2uckpbR
https://www.patreon.com/johnwatsonrooney
➡ PROXIES
https://proxyscrape.com/?ref=jhnwr
➡ HOSTING (Digital…
NeuralNine What's New in Python 3.13? (22-49 21.10.24)
YouTube
What's New in Python 3.13?
Today we take a look at the latest Python version 3.13, which includes a free-threaded mode without the GIL, an experimental JIT compiler, a better interactive shell and more.
Documentation: https://docs.python.org/3/whatsnew/3.13.html
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾…
Documentation: https://docs.python.org/3/whatsnew/3.13.html
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾…
Carberra You can write TESTS in your docs?! (14-49 22.10.24)
YouTube
You can write TESTS in your docs?!
Hey, you're early!
—
If you want to see more of me, join my Discord server!
https://discord.gg/5vVgQpK
I get a lot of people asking, so here's my setup!
• Visual Studio Code: https://youtu.be/PBQspYkkksU
• Terminal: https://youtu.be/4RuGK3w6Mbs
• Desk/recording…
—
If you want to see more of me, join my Discord server!
https://discord.gg/5vVgQpK
I get a lot of people asking, so here's my setup!
• Visual Studio Code: https://youtu.be/PBQspYkkksU
• Terminal: https://youtu.be/4RuGK3w6Mbs
• Desk/recording…
Indently "None" and "NoneType" Explained In Python (14-49 22.10.24)
YouTube
"None" and "NoneType" Explained In Python
What is the difference between None and NoneType in Python? Well that's exactly what we're going to cover in this video!
▶ 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
Jie Jenn Building Your Own AI System | Getting Started With OpenAI Swarm In Python (03-49 23.10.24)
YouTube
Building Your Own AI System | Getting Started With OpenAI Swarm In Python
OpenAI recently revealed their latest AI tool called Swarm. Swarm is an open-source AI agent orchestration tool that allows you to write super clean and simple Python code to build AI agents and seamlessly connect them together to do some really mind-blowing…
Tech With Tim ADVANCED Python AI Multi-Agent Tutorial (RAG, Streamlit, Langflow & More!) (17-01 23.10.24)
YouTube
ADVANCED Python AI Multi-Agent Tutorial (RAG, Streamlit, Langflow & More!)
In this video, I will be providing you with a walkthrough on how to build an advanced multi-agent AI app through Python, Langflow, Astra DB, Streamlit, and more. This app will use multiple LLMs that to handle different tasks, routing those tasks to different…
Jie Jenn Run the Ollama AI model locally in OpenAI Swarm in just 3 minutes! (03-49 24.10.24)
YouTube
Run the Ollama AI model locally in OpenAI Swarm in just 3 minutes!
From the previous video, I went over how to use OpenAI Swarm to create multiple AI agents working with each together. Giving that the cost can accumulate relatively quickly using paid AI models, I thought I would share how you can use Ollama LLM models locally…
NeuralNine Why Do We Need Activation Functions in Neural Networks? (22-48 23.10.24)
YouTube
Why Do We Need Activation Functions in Neural Networks?
In this video, we learn why we need activation functions in neural networks.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 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…
Jie Jenn Run GGUF models from Hugging Face Hub in Ollama under 3 minutes! (03-49 25.10.24)
YouTube
Run GGUF models from Hugging Face Hub in Ollama under 3 minutes!
The open-source model landscape just became even more exciting with the announcement that Ollama now supports HuggingFace GGUF models. In the past, you have to go through bunch steps to get GGUF models to work in Ollama, but anymore.
📄GGUF models from Hugging…
📄GGUF models from Hugging…
Real Python Python's Global Interpreter Lock (GIL): Concurrency, Threading, & Multitasking (20-49 24.10.24)
YouTube
Python's Global Interpreter Lock (GIL): Concurrency, Threading, & Multitasking
This is a preview of the video course, "Understanding Python's Global Interpreter Lock (GIL)." The Python Global Interpreter Lock or GIL, in simple words, is a mutex (or a lock) that allows only one thread to hold the control of the Python interpreter.
This…
This…
NeuralNine Coffee, Code & Numbers - Codewars Challenges #10 (22-49 25.10.24)
YouTube
Coffee, Code & Numbers - Codewars Challenges #10
Today we do some more Codewars challenges.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming Merch: https://www.neuralnine.com/shop…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming Merch: https://www.neuralnine.com/shop…
Real Python Python Getting Faster and Leaner & Ideas for Django Projects | Real Python Podcast #225 (20-49 25.10.24)
YouTube
Python Getting Faster and Leaner & Ideas for Django Projects | Real Python Podcast #225
What changes are happening under the hood in the latest versions of Python? How are these updates laying the groundwork for a faster Python in the coming years? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly…
ArjanCodes Be CAREFUL With Removing Code Duplication (18-46 25.10.24)
YouTube
When You Shouldn’t Remove Code Duplication (And How to Refactor the Right Way)
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
In this video, I'll refactor some tricky, hard-to-detect code duplication, show you an example of when it's best to leave duplicated code as is, and share a few tips on how…
In this video, I'll refactor some tricky, hard-to-detect code duplication, show you an example of when it's best to leave duplicated code as is, and share a few tips on how…
Tech With Tim 14 Hours of Python Game Development - from Beginner to Advanced (17-45 26.10.24)
YouTube
14 Hours of Python Game Development - from Beginner to Advanced
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
Learn Python by creating…
Learn Python by creating…
John Watson Rooney Stop Using Selenium or Playwright for Web Scraping (14-49 27.10.24)
YouTube
Stop Using Selenium or Playwright for Web Scraping
➡ JOIN MY MAILING LIST
https://johnwrooney.substack.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.…
https://johnwrooney.substack.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.…
NeuralNine Linked List - Data Structures in Python #1 (22-49 27.10.24)
YouTube
Linked List - Data Structures in Python #1
In this video we implement the Linked List and Doubly Linked List data structure in Python from scratch.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.…
ByteByteGo Everything You NEED to KNOW About Web Applications (17-31 28.10.24)
YouTube
Everything You NEED to KNOW About Web Applications
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…