Tech With Tim Coding Will NEVER Be The Same - Insane New AI Code Editor… (23-45 15.11.24)
YouTube
Coding Will NEVER Be The Same - Insane New AI Code Editor…
Check out Windsurf for free: https://wind.surf/techwithtim
It seems like each week we see the release of a new A.I. Code Editor, and to be honest with you, they all seem to do pretty much the exact same thing. I recently found an editor that works significantly…
It seems like each week we see the release of a new A.I. Code Editor, and to be honest with you, they all seem to do pretty much the exact same thing. I recently found an editor that works significantly…
Real Python Maintaining the Foundations of Python & Cautionary Tales | Real Python Podcast #228 (20-48 15.11.24)
YouTube
Maintaining the Foundations of Python & Cautionary Tales | Real Python Podcast #228
How do you build a sustainable open-source project and community? What lessons can be learned from Python's history and the current mess that the WordPress community is going through? This week on the show, we speak with Paul Everitt from JetBrains about…
ArjanCodes Why You Should Switch to SQLModel for FastAPI Projects (18-46 15.11.24)
YouTube
SQLAlchemy vs SQLModel: Which Should You Use?
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
When you develop an API, you might feel like you’re writing a lot of boilerplate code: routes, database schemas, the API interface, and so on. In this video, I’ll show you…
When you develop an API, you might feel like you’re writing a lot of boilerplate code: routes, database schemas, the API interface, and so on. In this video, I’ll show you…
Jie Jenn Run Compute Intensive Workload 10X Faster With 2 Lines Of Code In Python (17-00 17.11.24)
YouTube
Run Compute Intensive Workload 10X Faster With 2 Lines Of Code In Python
In today’s software engineering era, large language models and AI tools are doing a lot of heavy lifting in generating and assisting with code, understanding fundamentals like multiprocessing is still essential.In this video, we're going to look at how we…
John Watson Rooney This simple change unlocks sites for you (16-49 17.11.24)
YouTube
Scrape more with this simple change
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…
Vladyslav Ushakov Декоратори в Python для початківців | Декоратори з параметрами (15-50 17.11.24)
YouTube
Декоратори в Python для початківців | Декоратори з параметрами
Мої соц мережі:
Instagram: https://instagram.com/vlad.ushakov.ai
Telegram: https://t.me/+Uk8q1W4B2SdmMzMy
Співбесіда Junior Python розробника: https://www.youtube.com/watch?v=k0RLyKcjSWc
Уроки Python з нуля: https://www.youtube.com/watch?v=M9kT_xt5xjo
Співбесіда…
Instagram: https://instagram.com/vlad.ushakov.ai
Telegram: https://t.me/+Uk8q1W4B2SdmMzMy
Співбесіда Junior Python розробника: https://www.youtube.com/watch?v=k0RLyKcjSWc
Уроки Python з нуля: https://www.youtube.com/watch?v=M9kT_xt5xjo
Співбесіда…
Vladyslav Ushakov Декоратори в Python для початківців | Декоратори для функцій з параметрами (15-50 17.11.24)
NeuralNine 10 Awesome Dataset Sources For Machine Learning (22-49 16.11.24)
YouTube
10 Awesome Dataset Sources For Machine Learning
In this video today, we take a look at 10 awesome dataset sources for machine learning and data science projects.
1.Kaggle: https://www.kaggle.com/
2.Hugging Face: https://huggingface.co/
3.Papers With Code: https://paperswithcode.com/
4.OpenML: https:/…
1.Kaggle: https://www.kaggle.com/
2.Hugging Face: https://huggingface.co/
3.Papers With Code: https://paperswithcode.com/
4.OpenML: https:/…
anthonywritescode my computer is sick in a very suspicious way (18-45 16.11.24)
YouTube
my computer is sick in a very suspicious way
I can't figure out why so I'm hoping one of you can help!
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW
twitter: https://twitter.com/codewithanthony
github: https://github.com/asottile
stream github: https:/…
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW
twitter: https://twitter.com/codewithanthony
github: https://github.com/asottile
stream github: https:/…
NeuralNine Evaluation Metrics For Regression - When & Why To Use What (17-17 18.11.24)
YouTube
Evaluation Metrics For Regression - When & Why To Use What
In this video we take a look at the most important evaluation metrics for regression.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
Indently Learn Python in Only 30 Minutes (Beginner Tutorial) (16-49 18.11.24)
YouTube
Learn Python in Only 30 Minutes (Beginner Tutorial)
In this video I’m going to be teaching you the core concepts that you need to know to get started with using Python.
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
00:00 Learning…
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
00:00 Learning…
Carberra You NEED to know about Python protocols (14-49 18.11.24)
YouTube
You NEED to know about Python protocols
Protocols are perfect for attribute and method checking, and really shine in situations where you need a lazy check to ensure an object has everything it needs to work properly. In this video, we'll learn how to create our own!
0:00 - Intro
0:49 - Creating…
0:00 - Intro
0:49 - Creating…
Tech With Tim How to Create a FastAPI & React Project - Python Backend + React Frontend (19-45 19.11.24)
YouTube
How to Create a FastAPI & React Project - Python Backend + React Frontend
Checkout PyCharm! https://jb.gg/pycharm4web
Get 3 months of PyCharm Professional for free with the code: TechWithTim - by redeeming it here: https://jetbrains.com/store/redeem/
Today I'll show you how to connect a FastAPI Backend to a React Frontend, we'll…
Get 3 months of PyCharm Professional for free with the code: TechWithTim - by redeeming it here: https://jetbrains.com/store/redeem/
Today I'll show you how to connect a FastAPI Backend to a React Frontend, we'll…
Jie Jenn Stream Your Salesforce Workflow In ChatGPT With GPT Action (03-49 21.11.24)
YouTube
Stream Your Salesforce Workflow In ChatGPT With GPT Action
Integrating Salesforce with external systems can be challenging due to authentication, API configuration, and workflow complexities. In this video, you'll learn how to integrate Salesforce with ChatGPT using the Salesforce REST API.
📋 ChatGPT Action schema…
📋 ChatGPT Action schema…
NeuralNine Trie - Data Structures in Python #7 (19-49 20.11.24)
YouTube
Trie - Data Structures in Python #7
In this episode, we implement a Trie (prefix tree) 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…
ByteByteGo API Pagination: Making Billions of Products Scrolling Possible (18-47 20.11.24)
YouTube
API Pagination: Making Billions of Products Scrolling Possible
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…
anthonywritescode crossing the streams (all code sucks) #12 (18-45 20.11.24)
YouTube
crossing the streams (all code sucks) #12
a too-clever oneliner bites back!
- conditional context managers: https://youtu.be/FHixla7BLvI
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://…
- conditional context managers: https://youtu.be/FHixla7BLvI
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://…
Indently 5 Wacky Python Features (16-49 21.11.24)
YouTube
5 Wacky Python Features
In today's video we're going to be exploring five wacky Python features.
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
00:00 Learning Python made simple
00:05 Intro
00:11 Walrus…
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
00:00 Learning Python made simple
00:05 Intro
00:11 Walrus…
Real Python The Joy of Tinkering & Python Free-Threading Performance | Real Python Podcast #229 (20-48 22.11.24)
YouTube
The Joy of Tinkering & Python Free-Threading Performance | Real Python Podcast #229
What keeps your spark alive for developing software and learning Python? Do you like to try new frameworks, build toy projects, or collaborate with other developers? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly…
NeuralNine Graph - Data Structures in Python #8 (19-48 22.11.24)
YouTube
Graph - Data Structures in Python #8
In this episode, we implement the Graph data structure 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…