Welcome!
Understanding POST vs PUT in Web Development Understanding POST vs PUT in Web Development
When we use web services, sometimes it may trigger error when we are not careful to tell the difference between POST and
How to setup AWS opensearch with master user mode and indexing in Python How to setup AWS opensearch with master user mode and indexing in Python
AWS opensearch is AWS’s version of elasticserch. For faster development and easy interaction with AWS opensearch service
Use Orbstack as a fast and free alternative as docker desktop Use Orbstack as a fast and free alternative as docker desktop
Docker is very useful, but for big company it may needs to pay to use docker desktop. One good solution is to install Or
What is asterisk in python class o function argument list What is asterisk in python class o function argument list
We see asterisk in some python class or function argumentlist, what does it mean? What are Keyword-Only Arguments?Introd
How to call openai chat model using langchain How to call openai chat model using langchain
To use the ChatOpenAI model from Langchain to get a response for messages, you can follow these steps: Install the Open
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
4 / 15