PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Tech With Tim Tools EVERY Software Engineer Should Know (19-45 30.12.24)
YouTube
Tools EVERY Software Engineer Should Know
Visit https://nordpass.com/twtnordpass and use code twtnordpass to claim the best NordPass deal with a 30-day money back guarantee!

In this video, I'm going to run through a quick list of tools that every software engineer should know.

Want to make real…
102 views10:00
PythonFromYouTube
Carberra My setup tour! (14-48 01.01.25)
YouTube
My setup tour!
To keep up with the tradition of not doing anything even slightly programming-related on new year's, here's a tour of the setup!

Access all areas ► https://youtu.be/QUadc19xAgE

—

~ Hotlinks ~
Discord ► https://discord.gg/5vVgQpK
Visual Studio Code setup…
5 views16:00
PythonFromYouTube
NeuralNine Heart Disease Detection in Python - Machine Learning Project (19-48 01.01.25)
YouTube
Heart Disease Detection in Python - Machine Learning Project
In this video we train and evaluate multiple machine learning models to detect heart diseases in Python.

Dataset: https://www.kaggle.com/datasets/johnsmith88/heart-disease-dataset

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book:…
6 views10:00
PythonFromYouTube
Indently How to use "deque" in Python (Memory-efficient) (16-48 02.01.25)
YouTube
How to use "deque" in Python (Memory-efficient)
In today's video we're going to be learning how we can use deque (which is quite memory efficient) in Python.

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
5 views16:00
PythonFromYouTube
Real Python Building HTTP APIs With Django REST Framework: Serialization & Viewsets (20-48 02.01.25)
YouTube
Building HTTP APIs With Django REST Framework: Serialization & Viewsets
This is a preview of the video course, "Building HTTP APIs With Django REST Framework." REST is a loosely defined protocol for listing, creating, changing, and deleting data on your server over HTTP. The Django REST framework (DRF) is a toolkit built on top…
6 views10:00
PythonFromYouTube
Real Python PyCoder's Weekly 2024 Top Articles & Missing Gems | Real Python Podcast #233 (20-48 03.01.25)
YouTube
PyCoder's Weekly 2024 Top Articles & Missing Gems | Real Python Podcast #233
PyCoder's Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2024. Christopher Trudeau is back on the show this week to help wrap up everything by sharing some highlights and uncovering a few missing gems from the pile.
…
4 views10:00
PythonFromYouTube
NeuralNine Debugging Python in NeoVim: Say Goodbye To IDEs! (19-48 03.01.25)
YouTube
Debugging Python in NeoVim: Say Goodbye To IDEs!
In this video we learn how to debug Python code in NeoVim. One step closer to replacing your favorite IDE with NeoVim.

My Config: https://github.com/NeuralNine/config-files/tree/master/.config/nvim

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The…
5 views10:00
PythonFromYouTube
ArjanCodes How to Easily Debug a FastAPI App in VSCode (18-46 03.01.25)
YouTube
How to Easily Debug a FastAPI App in VSCode
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

Debugging a FastAPI app in VSCode is tricky because the code is run via a tool like `uvicorn` , and you typically interact with the API via curl statements or a browser. In…
4 views10:00
PythonFromYouTube
Tech With Tim Reddit Clone - Full Tutorial w/ TypeScript, React & Convex (16-45 04.01.25)
YouTube
Reddit Clone - Full Tutorial w/ TypeScript, React & Convex
In today's video, I'm going to show you how to build an entire Reddit Clone. Using TypeScript, React, and a fantastic backend known as Convex.

Get started with Convex here: https://convex.dev/c/techwithtim

🎞 Video Resources 🎞
Convex Quickstart Docs: ht…
4 views16:00
PythonFromYouTube
Jie Jenn Build An AI Agent WIth PydanticAI - The Best AI Agent Framework | Python Tutorial (17-30 05.01.25)
YouTube
Build An AI Agent WIth PydanticAI - The Best AI Agent Framework | Python Tutorial
AI Agents are transforming industries, with companies increasingly relying on them to automate tasks, enhance customer experiences, and drive efficiency through intelligent, data-driven decision-making. With the release of PydanticAI, a Python agent framework…
4 views16:00
PythonFromYouTube
John Watson Rooney Look here FIRST when trying to Scrape Data (15-49 05.01.25)
YouTube
Look here FIRST when trying to Scrape Data
➡ JOIN MY MAILING LIST
https://johnwr.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. I'm John,…
5 views16:00
PythonFromYouTube
NeuralNine NER in Python: Pre-Trained & Custom Models (19-48 05.01.25)
YouTube
Named Entity Recognition (NER) in Python: Pre-Trained & Custom Models
In this video, we learn how to do Named Entity Recognition (NER) with SpaCy in Python. We learn how to use pre-trained models and how to train custom models using our own data.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: ht…
6 views10:00
PythonFromYouTube
Carberra Python's decimals SOLVE the floating point problem! (14-48 06.01.25)
YouTube
Python's decimals SOLVE the floating point problem!
The decimal module in Python's standard library are essential knowledge for anyone needing to perform mathematical operations with zero error tolerance. As the name suggests, they treat numbers as decimal rather than binary, meaning they make sense to us…
4 views16:00
PythonFromYouTube
Tech With Tim How I Built a Full-Stack AI App in 5 Hours (Agents, Streamlit, Python & More) (18-45 06.01.25)
YouTube
How I Built a Full-Stack AI App in 5 Hours (Agents, Streamlit, Python & More)
If you want to build your own AI agents you can checkout parlant! https://github.com/emcie-co/parlant

In this video, you'll watch me attempt to build a coding AI tutor/assistant. This will be something that can help you keep track of your progress, generate…
5 views10:00
PythonFromYouTube
Jie Jenn Create A Web Scraping AI Agent Using OpenAI Swarm In Python (16-49 07.01.25)
YouTube
Create A Web Scraping AI Agent With OpenAI Swarm In Python
AI Agent is obviously going to be a common tool in our everyday life. In this tutorial, you will learn how to build a beginner friendly web scraping AI Agent using OpenAI's Swarm in Python.

If you are not familiar with OpenAI Swarm framework, Swarm is an…
4 views16:00
PythonFromYouTube
b001 Python Class Inheritance (06-48 08.01.25)
YouTube
Python Class Inheritance
🔗 : https://b001.io
3 views10:00
PythonFromYouTube
NeuralNine Feature Encoding 101: Prepare Data For Machine Learning (19-48 07.01.25)
YouTube
Feature Encoding 101: Prepare Data For Machine Learning
Today we learn about various feature encoding methods. These are important in order to turn all sorts of features into meaningful numerical representations.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/…
3 views10:00
PythonFromYouTube
Indently Cool Set Features No One Told You About In Python (16-48 08.01.25)
YouTube
Cool Set Features No One Told You About In Python
In today’s video we’re going to be going over some set features that you probably never knew of. It’s a lot of sugar syntax, and mostly operators, but still very good to know about (even if you choose to never use them, you might eventually see code that…
5 views16:00
PythonFromYouTube
anthonywritescode why don't signals work in docker? (18-45 08.01.25)
YouTube
why don't signals work in docker?
today we talk about signals in docker, pid 1, and why you always want an init system when running a container!

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

==========

twitch: https://twitch.tv/anthonywritescode
dicsord:…
5 views10:00
PythonFromYouTube
Real Python Ways to Start Interacting With Python: "Hello, World!" in Interactive Mode (20-48 09.01.25)
YouTube
Ways to Start Interacting With Python: "Hello, World!" in Interactive Mode
This is a preview of the video course, "Ways to Start Interacting With Python". There are multiple ways of interacting with Python, and each can be useful for different scenarios. You can quickly explore functionality in Python’s interactive mode using the…
3 views10:00
PythonFromYouTube
NeuralNine Gaussian Elimination From Scratch in Python: A Step-by-Step Guide (19-48 09.01.25)
YouTube
Gaussian Elimination From Scratch in Python: A Step-by-Step Guide
Today we learn how to implement Gaussian elimination from scratch in Python. The goal is to understand the algorithm better by coding it yourself.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/…
3 views10:00