PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
MathByte Academy
The benedict Library
21 minutes ago
https://www.youtube.com/watch?v=Zs177gghnjA
YouTube
The benedict Library
#mathbyteacademy #python

A highly useful extension to Python dictionaries for simplified access to keys in dictionaries and nested dictionaries, as well as a slew of methods to traverse dictionaries, filter key/value pairs, flatten nested dictionaries, and…
6 views13:25
PythonFromYouTube
Jie Jenn
How To Upgrade Python Version In Existing Python Virtual Environments
20 minutes ago
https://www.youtube.com/watch?v=o0uv2_8gOoA
YouTube
How To Upgrade Python Version In Existing Python Virtual Environments
So you just recently upgraded your Python software, but your existing Python virtual environments are still trying to use older version of Python. In quick video, I will show you how to upgrade your virtual environment's Python with in less than two minutes.…
3 views13:25
PythonFromYouTube
MathByte Academy
The Tenacity Library
1 hour ago
https://www.youtube.com/watch?v=qJWz-01r6gk
YouTube
The Tenacity Library
#mathbyteacademy #python

In this video we explore the Tenacity library that provides a very easy and powerful mechanism to add retry behavior to any piece of code. Very useful in a variety of scenarios such as retrying API calls when they time out or get…
4 views17:25
PythonFromYouTube
MathByte Academy
SimpleNamespace and JSON
1 minute ago
https://www.youtube.com/watch?v=5QzAoZpM6uk
YouTube
Python's SimpleNamespace and JSON
#mathbyteacademy #python

Using Python's SimpleNamespaces to deserialize JSON data. A simpler approach than Pydantic, and a cleaner attribute access syntax than dictionaries.


Code for this Video
================
Available in GitHub blog repo: https://g…
3 views17:25
PythonFromYouTube
Jie Jenn
Connect Your LLM App Or RAG To The Web With Real-Time Content With Tavily AI Search API In Python
24 minutes ago
https://www.youtube.com/watch?v=3mGci9Kd_6I
YouTube
Connect Your LLM App Or RAG To The Web With Real-Time Content With Tavily AI Search API In Python
In this video, I am going to show you how to use the Tavily Search API to add web search functionality to your LLMs and RAG application in Python. Tavily Search API is also compatible with LangChain.

📺 Also checkout "How to integrate Tavily Search API in…
3 views13:25
PythonFromYouTube
Jie Jenn
Create a translator LLM web app with LangChain and Python | LangChain Tutorial For Beginners
26 minutes ago
https://www.youtube.com/watch?v=sBMsfDbrLXY
YouTube
Create a translator LLM web app with LangChain and Python | LangChain Tutorial For Beginners
In this beginner friendly tutorial, I will show you how to create a translator LLM web app using LangChain and FastAPI in Python.

📋 Source Code: https://www.patreon.com/posts/source-code-llm-106203957

💖 Show Support
☕ Paypal: https://www.paypal.me/jiejenn/5…
5 views13:50
PythonFromYouTube
MathByte Academy
Using Pydantic with Postgres (Part 1): Setup with Docker Compose and YoYo
1 hour ago
https://www.youtube.com/watch?v=2ldy3HcW_w8
YouTube
Postgres SQL Migrations using YoYo
#mathbyteacademy #python

This is a two-part set of videos that looks into how to hook up Pydantic models to data returned by queries run against a Postgres database using the `psycopg` library.

In Part 1, we'll look at how to run Postgres locally using…
5 views13:25
PythonFromYouTube
MathByte Academy
Using Pydantic with Postgres (Part 2): psycopg Row Factories
4 minutes ago
https://www.youtube.com/watch?v=cD0XBiJMliw
YouTube
psycopg Row Factories - ORM-free area!
#mathbyteacademy #python

This is Part 2 of a two-part set of videos that looks into how to hook up Pydantic models to data returned by queries run against a Postgres database using the `psycopg` library.

In Part 1, we looked at how to run Postgres locally…
4 views15:45
PythonFromYouTube
Jie Jenn
Web Scraping Google Maps Using Playwright Python And OpenAI API
19 minutes ago
https://www.youtube.com/watch?v=6WxaEbkOPKM
YouTube
Web Scraping Google Maps Using Playwright Python And OpenAI API
📋 Source Code: https://www.patreon.com/posts/source-code-web-106568987

💖 Show Support
☕ Paypal: https://www.paypal.me/jiejenn/5
☕ Venmo: @Jie-Jenn
🌳 Patreon: https://www.patreon.com/JieJenn (early access to tutorial source code)
✉️ Business Inquiring: Y…
4 views13:45
PythonFromYouTube
MathByte Academy
Easy Progress Bars using tqdm
1 hour ago
https://www.youtube.com/watch?v=Xs4-5SDRxyU
YouTube
Easy Progress Bars using tqdm
#mathbyteacademy #python

When you have long running processes, whether in Python apps or Jupyter notebooks, don't just give your users a blank screen where things look frozen. After about 10 seconds they're going to think the app crashed or is stuck! Instead…
4 views13:25