24:03
Build a RAG web scraper using Langchain, Ollama, ChromaDB
Build a RAG webscraper using Free open source technologies: Langchain, Ollama, ChromaDB The Code can be found on my ...
9:27
Thonny | Great Python IDE for beginners
I am going to talk about Thonny which is a great Python IDE for beginners and I am going to explain why.
29:18
Text Classification with Python: Build and Compare Three Text Classifiers
Text Classification involves assigning a label to a piece of text based on its content or context. In this tutorial we learn how to ...
36:15
Reflex: Write Python and Build REACT.JS Apps
Write Python, read React! Use only Python to build React application. Use Reflex, a full stack Python framework to build apps ...
17:32
In this series of tutorials, we learn how to analyze, explore, manipulate, and visualize data using Pandas library. We will use a lot ...
10:51
How to Use Pydoc: A Guide for Generating Python Documentation
PyDoc is a module that helps you create documentation for your Python code. In this video, you will learn how to use Pydoc to ...
17:00
Extract text, links, images, tables from Pdf with Python | PyMuPDF, PyPdf, PdfPlumber tutorial
Use these Python libraries to convert a Pdf into an image, extract text, images, links, and tables from pdfs using the 3 popular ...
2:04
Pythonology (a History of Monty Python) - Series Trailer
This idea came about because of the lack of people who are familiar with Monty Python. This is a trailer for a series of videos ...
19:32
Text Analysis with Python: Intro to Spacy
Learn how to use Spacy to do common NLP tasks such as Tokenization, Part of Speech Tagging, Named Entity Recognition, ...
28:27
Text Analysis with Python: Intro to Textacy
Textacy is a Python library for performing a variety of natural language processing (NLP) tasks, built on the high-performance ...
22:37
Interactive maps using Folium | Python
In this video I am going to make a simple interacive map using Folium. Folium makes it easy to visualize data that's been ...
7:36
TinyDB: A Lightweight Python Database For Simple Projects
TinyDB is a Python library that offers a simple document oriented (any document represented as dict can be stored in TinyDB) ...
16:43
Beginner Python Web App Project | Tweet Analyzer
Using Streamlit, Pyperclip, and TextBlob, we are making an app that counts the characters in a tweet, can copy a text, post a tweet ...
20:40
PySimpleGUI Tutorial - BMI Project for beginners
in this tutorial we are building a BMI calculator in around 25 lines of code using PySimpleGUI which is a great place to start ...
11:25
Python | Bottle Web Framework - Part 2 - include() , rebase()
Bottle is a simple, lightweight Python Micro-Web Framework. In this series of videos you learn how to work with Bottle framework ...
19:51
In this video, I will talk about Functions in Python and how to use them. Other subtopics are *args, **kwargs, lambda, .
13:54
Python Game App in 10 minutes | PySimpleGui
In this video, I will make a Rock Paper Scissors game using Python and PySimpleGui. I appreciate your support. -- Support ...
19:33
Make a Sentiment Analysis Web App using Python | Streamlit
In this video, we make a sentiment analysis web app using TextBlob. It takes a CSV file, analyzes the sentiment in it, and adds ...
25:03
Cocktail Finder Web Project | Bottle Web Framework
Using Bottle, a Python micro-web framework, we will build a Cocktail finder. I will use the CocktailDB website for their free api.
20:24
Intro to TextBlob for Text Analysis and Processing | Python Tutorial
This tutorial is a quick introduction to Textblob python library to analyze and process texts. We will do sentiment analysis, detect ...