41:45
FireDucks: A Multithreaded DataFrame Library with JIT Compilation | Sourav Saha | Conf42 Python 2025
Read the abstract ➤ https://www.conf42.com/Python_2025_Sourav_Saha_firedricks_dataframe_jit Other sessions at this event ...
8:40
Password Generator Using Python
In this video, I tried to show how to create a simple password generator using python . I made this video as much as descriptional ...
13:40
4 tricks to use Python F-string efficiently || Python Tutorial
In this video, I showed how can we use Python F-string more efficiently. If you enjoyed this video, Please do consider subscribing ...
4:10
Qr code generator using Python
In this, I will show you how to make a QR Code generator using python. This video is beginner-friendly and anyone with small ...
31:28
Sourav Saha - Lessons in optimizing a large-scale pandas application using Polars, FireDucks + cuDF:
In general, a Data Scientist spends significant efforts in transforming the raw data into a more digestible format before training an ...
12:21
*args and **kwargs in Python and their Usage|| Python Fundamental || Tutorial
In this video, I attempted to explain the fundamental concept of Python, *args and **kwargs. Also, try to explain when and why ...
29:50
ML Internship - Sourav Saha | Ep. 1 Think BIG with AI Show
Sourav Saha shared his experience of a machine learning interview at the ThinkBIGwithAI show. He discussed being tested on ...
10:27
Classes and Instances in Python || OOP || Beginner Tutorial
In this Beginner Object-Oriented Programming (OOP) Tutorial playlist, I'll go over the fundamentals of Python classes, objects, and ...
1:36:28
SacPy - FireDucks presented by Sourav Saha (NEC)
The Pandas library, being the top choice among Data Scientists, many legacy applications developed using this library related to ...
8:27
Convert any image into pencil sketch || Python and OpenCV|| Tutorial
In this video, I'll show you how to use Python to convert an image to a pencil sketch in less than 20 lines of code. This is a ...
12:13
Turn any image to ASCII image with Python || Python Project
In my previous video tutorial, I demonstrated how to use OpenCV to convert any image into a pencil sketch image. In this video, I ...
9:20
Make your own Audio book using Python||Bangla
In this video, I will show you how to make an audiobook with just some lines of python code. I explained every line of code and ...
9:37
Make a simple Screen Recorder application using Python and OpenCV || Screen recorder || Tutorial
In this video, I showed how can you make your own screen recorder application using python, OpenCV, and pyautogui. I try to ...
3:49
Extract Audio from Video file using Python || just 3 line of code || Bangla Tutorial
Now you can extract audio from any video file without any professional software. Please do subscribe to my channel and like the ...
1:03:55
Machine Learning 4.0 - from Computational to Quantum Intelligence By Sourav Saha [MLDS2020]
Machine Learning Developers Summit 2020For more details, visit: https://www.mlds.analyticsindiasummit.com/ Machine Learning ...
9:19
Make a Digital Clock GUI using Python and Tkinter || Tutorial
In this video, I attempted to create a digital clock using the Python library Tkinter, which is well-known for GUI-based Python ...
17:52
Building an Image analyzer using Machine Learning and OpenCV || Tutorial
In this video, I will demonstrate how to build an image color analyzer utilizing Python Machine Learning Project, Scikit-learn, and ...
4:46
Zip file extractor using Python || ZipExtractor || Simple Python Project
all necessary commands: pip install zipfile36 pip install zip-files In this video, I will show you how can we extract a zip file using ...
4:46
Make a Link or URL Shortener using Python || Bangla
In this video, I showed how to make a simple program that basically short a link for us using python. I literally try to explain every ...