Welcome!
How to write and run unittest in python How to write and run unittest in python
Following shows simple and cleary way to write unittest in python, and how to run them before launching a fastapi projec
How to query database using natural language from GPT and langchain How to query database using natural language from GPT and langchain
To extract answers from structured data, the first step is actually extracting relevant data from the database. Once we
How to compress and decompress data using gzip in Python How to compress and decompress data using gzip in Python
Python offers a straightforward approach to compress and decompress text data using the gzip module. In this blog, we’ll
Syntax changes in calling openAI in python in version 1.0 and above Syntax changes in calling openAI in python in version 1.0 and above
Setting Up the OpenAI ClientImporting the OpenAI LibraryFirstly, ensure that you have the OpenAI library installed in yo
Why hyphens are used more in http urls Why hyphens are used more in http urls
The use of hyphens (-) instead of underscores (_) in URLs, particularly for domain names and paths, is primarily based o
How to convert text to image and how does ttf font works How to convert text to image and how does ttf font works
Here is how do we convert text to image using python: Python code to convert text to imagefrom PIL import Image, ImageDr
Understanding Shallow and Deep Copies in Python Understanding Shallow and Deep Copies in Python
When working with complex data structures in Python, understanding the difference between shallow and deep copies is cru
Discovering the Enhancements in Pandas 2.0 and Beyond Discovering the Enhancements in Pandas 2.0 and Beyond
The release of Pandas 2.0 and the subsequent versions have introduced a variety of features and enhancements, marking a
Dictionary Merging in Python 3.10 with the Pipeline Operator Dictionary Merging in Python 3.10 with the Pipeline Operator
Python 3.10 has introduced a raft of features aiming at simplifying common programming tasks, and among these shines the
Langchain Chat Prompt Templates, A Dive into Input and Partial Variables Langchain Chat Prompt Templates, A Dive into Input and Partial Variables
In Langchain, when using chat prompt templates there are the two relevant but confustion concepts of inoput variable and
Understanding Coroutines in Python Understanding Coroutines in Python
Coroutines have become an integral part of Python’s toolkit for writing concurrent and asynchronous code. In this blog p
Fine-tuning GPT-3.5 with the Titanic Dataset Fine-tuning GPT-3.5 with the Titanic Dataset
In the quest for superior machine learning models, fine-tuning is a crucial step. GPT-3.5, a robust model from OpenAI, o
4 / 15