PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
John Watson Rooney I ALWAYS end up back here (and for good reasons) (12-49 29.01.25)
YouTube
Stop reinventing the web scraping wheel
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…
8 views16:00
PythonFromYouTube
b001 How To Get The CLEANEST VS Code Setup! (18-48 29.01.25)
YouTube
How To Get The CLEANEST VS Code Setup!
🔗 : https://b001.io

Chapters:
0:00 Font
1:05 Theme
1:25 Setting default terminal
2:46 Code Runner extension
4:15 Modifying Git Bash prompt
6:09 Modifying Powershell prompt

Brass Mono:
https://github.com/fonsecapeter/brass_mono

PowerShell and Git prompts…
7 views10:00
PythonFromYouTube
anthonywritescode I deleted all my go projects. (18-45 29.01.25)
YouTube
I deleted all my go projects.
not click bait. just a sad result of the evolving go ecosystem breaking 10 years of compatibility.

- python extensions written in go: https://youtu.be/kCRU_ZTcxac
- how to use git bisect: https://youtu.be/C2C7FTI8nB4

playlist: https://www.youtube.com/…
8 views10:00
PythonFromYouTube
Tech With Tim Python Advanced AI Voice Assistant - Full Tutorial with Frontend & Backend (16-45 30.01.25)
YouTube
Python Advanced AI Voice Assistant - Full Tutorial with Frontend & Backend
In this video, I'll show you how to build an AI voice assistant with Python. This assistant will have aging capabilities, meaning it will be able to interact with a database, call Python functions, and essentially do anything you want. After we build the…
👍1
7 views16:00
PythonFromYouTube
Jie Jenn How To Connect To Ollama Server In PydanticAI | PydanticAI Tutorial (02-48 31.01.25)
YouTube
How To Connect To Ollama Server In PydanticAI | PydanticAI Tutorial
Pydantic AI just depreciated Ollama module in 0.0.21, and to connect to Ollama server, we now have to go through OpenAI’s endpoint. In this video, I will go through how to connect to Ollama server in Pydantic AI using Pydantic AI OpenAI module.

📋 PydanticAI:…
7 views10:00
PythonFromYouTube
Real Python Creating a Scalable Flask Web Application From Scratch: Setting Up & Running Flask (20-48 30.01.25)
YouTube
Creating a Scalable Flask Web Application From Scratch: Setting Up & Running Flask
This is a preview of the video course, "Creating a Scalable Flask Web Application From Scratch". Flask is a powerful and flexible micro web framework for Python, ideal for both small and large web projects. It provides a straightforward way to get a web application…
7 views10:00
PythonFromYouTube
Real Python Testing Your Python Code Base: Unit vs. Integration | Real Python Podcast #237 (20-48 31.01.25)
YouTube
Testing Your Python Code Base: Unit vs. Integration | Real Python Podcast #237
What goes into creating automated tests for your Python code? Should you focus on testing the individual code sections or on how the entire system runs? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles…
7 views10:00
PythonFromYouTube
NeuralNine Making A Game in 25 Minutes with Upit (19-48 31.01.25)
YouTube
Making A Game in 25 Minutes with Upit
In this video, we build a game in 25 minutes with the AI game engine Upit.

Ready to create the best game and win up to $2,500? 🎮🚀 Apply as creator now: https://upit.com/?affiliateId=neuralnine

Space Shooter Game: https://upit.com/up/SpaceShooterGame423…
7 views10:00
PythonFromYouTube
ArjanCodes DeepSeek Won't Matter for Software Engineers (18-46 31.01.25)
YouTube
DeepSeek Won't Matter for Software Engineers
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

If you're a software engineer, DeepSeek will matter less to you than you think.

🎓 ArjanCodes Courses: https://www.arjancodes.com/courses.

💬 Join my Discord server: https…
121 views10:00
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