PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
pixegami Run DeepSeek R1 Locally — Free AI That Actually Works! (16-49 01.02.25)
YouTube
Run DeepSeek R1 Locally — Free AI That Actually Works!
Here are 3 quick and easy ways to run the open-source Deepseek-R1 LLM model locally on your computer.

👉 Links
🔗 Code: https://github.com/pixegami/run-deepseek-local
🔗 LM Studio: https://lmstudio.ai
🔗 Ollama: https://ollama.com
🔗 Ollama Model Library: ht…
7 views16:00
PythonFromYouTube
Tech With Tim Windsurf Tutorial for Beginners (AI Code Editor) - Better than Cursor?? (16-45 01.02.25)
YouTube
Windsurf Tutorial for Beginners (AI Code Editor) - Better than Cursor??
Join my Free Newsletter for coding challenges, project ideas, stories and inspiration: https://techwithtim.net/newsletter

Today we're having a look at the AI Code Editor, Windsurf. Now this is a relatively new editor, it came out at the end of 2024. I've…
7 views16:00
PythonFromYouTube
Tech With Tim What does '__init__.py' do in Python? (17-41 02.02.25)
YouTube
What does '__init__.py' do in Python?
📬 Join my Free Newsletter: https://techwithtim.net/newsletter

🎓 Get private mentorship from me: https://training.techwithtim.net

If you've read a fair amount of Python code, then you've probably seen this "__init__.py" file pop up quite a few times. It's…
👍1
120 views16:00
PythonFromYouTube
Jie Jenn Create a RAG (Markdown approach) AI Agents in phidata | phidata Tutorial (17-00 02.02.25)
YouTube
Create a RAG (Markdown approach) AI Agents in phidata | phidata Tutorial
With Agentic AI is becoming a required skill in the workspace, Rag is becoming an important tool to help your AI agents retrieve relevant data in real-time, improve response accuracy, and enhance task automation. In this tutorial, I will walk you through…
8 views16:00
PythonFromYouTube
Carberra Mutable defaults: the WORST noob error in Python (14-49 03.02.25)
YouTube
Mutable defaults: the WORST noob error in Python
This is a really easy mistake to make in Python, and if that wasn't bad enough, when it starts causing problems, it's pretty difficult diagnose! In this video, we'll learn how the mistake can be made, and how to go about solving it.

Dataclasses video ►…
7 views16:00
PythonFromYouTube
NeuralNine Personal AI Voice Assistant in Python with Vapi (19-48 03.02.25)
YouTube
Personal AI Voice Assistant in Python with Vapi
In this video we build a full personal AI voice assistant in Python. For the back-end we use FastAPI and for the voice agent we use Vapi.

Vapi: https://vapi.ai/?utm_source=youtube&utm_medium=video&utm_term=personal_AIassistant&utm_content=paid_partner&u…
8 views10:00
PythonFromYouTube
ByteByteGo System Design: Why Is Docker Important? (18-47 03.02.25)
YouTube
System Design: Why Is Docker Important?
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…
8 views10:00
PythonFromYouTube
Tech With Tim I Learned Python By Building These Projects - Tutorial for Beginners (17-01 04.02.25)
YouTube
I Learned Python By Building These Projects - Tutorial for Beginners
Get access to my FREE guide on How To Make Money From Coding here: https://techwithtim.net/newsletter

If you're a beginner in Python and you're looking for some simple projects to help you practice your skills, then you've come to the right place. In this…
8 views16:00
PythonFromYouTube
Jie Jenn Create Your Own AI Agents With Agno - A Full Feature AI Agent Framework | Agno Tutorial (17-01 04.02.25)
YouTube
Create Your Own AI Agents With Agno - A Full Feature AI Agent Framework | Agno AI Tutorial
AI agents are transforming how we work—automating tasks, analyzing data, and can even act as a reliable personal assistant. In this tutorial, I will walk you through how to create your own AI agents using Agno.

Agno is one of the Agent frameworks that is…
8 views16:00
PythonFromYouTube
John Watson Rooney Your Web Scraper is Useless Without This (15-49 04.02.25)
YouTube
Your Web Scraper is Useless Without This
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…
9 views16:00
PythonFromYouTube
John Watson Rooney You Don't NEED AI to Scrape Data (it's simple do this) (07-49 06.02.25)
YouTube
You Don't NEED AI to Scrape Data (it's simple do this)
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…
9 views10:00
PythonFromYouTube
anthonywritescode python is too slow... (18-45 05.02.25)
YouTube
python is too slow...
... for a text editor? I talk about the architecture of babi and how I made it "fast enough" and ultimately that "sometimes it doesn't matter if it's slow"

playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY

==========

twitch:…
9 views10:00
PythonFromYouTube
Jie Jenn Create Your Own Web UI To Run DeepSeek R1 Model For Free | PydanticAI Tutorial (17-00 06.02.25)
YouTube
Create Your Own Web UI To Run DeepSeek R1 Model For Free | PydanticAI Tutorial
DeepSeek R1 is making a lot of noise recently. In this tutorial, I will show you, how you can create a simple PydanticAI agent web app with Gradio to run DeepSeek R1 model for free.

📋 Source Code (Updated app with drop-down to select models + a few cleanup)…
9 views16:00
PythonFromYouTube
Tech With Tim What does if __name__ == '__main__' do in Python? (16-45 06.02.25)
YouTube
What does if __name__ == '__main__' do in Python?
Want to work directly with me to level up as developer,? Apply to DevLaunch here: https://training.techwithtim.net

I'm willing to bet that most of you have seen this code before, and probably have no idea what it actually does. In this short video, I'm going…
9 views16:00
PythonFromYouTube
Indently 5 Tips For Writing Better Code in Python (03-48 06.02.25)
YouTube
5 Tips For Writing Better Code in Python
Here are five tips for writing better and more consistent code in Python.

▶ 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:13 PEP…
11 views16:00
PythonFromYouTube
Indently Infinite Iterators in Python are Awesome (01-49 07.02.25)
YouTube
Infinite Iterators in Python are Awesome
In today's video we're going to be learning about the infinite iterators provided by itertools, and why they are awesome!

▶ Become job-ready with Python:
https://www.indently.io

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels

00:00…
10 views10:00
PythonFromYouTube
Real Python NumPy Techniques and Practical Examples: Populating & Changing Multidimensional Arrays (20-49 06.02.25)
YouTube
NumPy Techniques and Practical Examples: Populating & Changing Multidimensional Arrays
This is a preview of the video course, "NumPy Techniques and Practical Examples". The NumPy library is a Python library used for scientific computing. It provides you with a multidimensional array object for storing and analyzing data in a wide variety of…
9 views10:00
PythonFromYouTube
Real Python Charlie Marsh: Accelerating Python Tooling With Ruff and uv | Real Python Podcast #238 (20-49 07.02.25)
YouTube
Charlie Marsh: Accelerating Python Tooling With Ruff and uv | Real Python Podcast #238
Are you looking for fast tools to lint your code and manage your projects? How is the Rust programming language being used to speed up Python tools? This week on the show, we speak with Charlie Marsh about his company Astral and their tools, uv and Ruff.…
9 views10:00
PythonFromYouTube
NeuralNine Python Memory Boost: How To Never Run Out of RAM (19-49 07.02.25)
YouTube
Python Memory Boost: How To Never Run Out of RAM
In this video, we learn how to allow our Python programs to temporarily use more memory by increasing the SWAP available. Also, we learn how to force our system to use SWAP earlier by limiting the RAM.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The…
11 views10:00
PythonFromYouTube
ArjanCodes DuckDB: SQL and DataFrames Just Got Married (18-46 07.02.25)
YouTube
Stop Struggling with DataFrames – Try DuckDB for SQL on Pandas
➡️ Try Convex here: https://convex.link/arjancodes.

In this video, I’ll talk about the power of DuckDB, a lightweight, embedded database that lets you run SQL queries directly on Pandas DataFrames—no servers, no hassle. I’ll show you how it simplifies analytics…
10 views10:00