Welcome!
How to count tokens precisely when using openAI GPT models How to count tokens precisely when using openAI GPT models
If you are working with GPT models, it is essential to keep track of the number of tokens in your input text. OpenAI’s G
pip list vs pip freeze, and other ways to check installed packages in Python environment pip list vs pip freeze, and other ways to check installed packages in Python environment
n this blog post, we’ll explore different ways to check the installed packages in a Python environment using various com
Comparing Python's HTTP Libraries HTTPX vs Requests Comparing Python's HTTP Libraries HTTPX vs Requests
When working with Python, you’ll often need to make HTTP requests to interact with APIs, download files, or scrape web c
Understanding Server-side and Client-side Timeouts and How to Set Them Up Understanding Server-side and Client-side Timeouts and How to Set Them Up
When working with web applications, it’s essential to understand the concept of timeouts and how they can impact the per
Running a Python File in the Background with nohup and how to kill it Running a Python File in the Background with nohup and how to kill it
Running a Python File in the Background with nohupWhen running a Python file on the backend, such as a Flask or FastAPI
Make chatGPT API response faster, user more happy, by using streaming mode Make chatGPT API response faster, user more happy, by using streaming mode
It’s actually not really making results coming from chatGPT API much faster, but making users feel things are moving muc
Two simple ways to rebase your development repo on github before your renew your work Two simple ways to rebase your development repo on github before your renew your work
As you work on a new feature in your Git repository, you might find that changes are being made to the master branch tha
Difference between git rebase and git merge clearly explained finally Difference between git rebase and git merge clearly explained finally
Git rebase and git merge are both used to integrate changes from one branch into another, but they do so in different wa
How to select multiple cells in Jupyter Notebook or Databricks Notebook and delete them How to select multiple cells in Jupyter Notebook or Databricks Notebook and delete them
If you frequently work with Jupyter Notebook or Databricks Notebook, you might need to select and manipulate multiple ce
Sampling Rows from a Pandas DataFrame by Group Sampling Rows from a Pandas DataFrame by Group
Pandas is a popular data analysis library in Python that provides powerful tools for manipulating and analyzing data. On
How to Include Curly Braces in Python Format Strings How to Include Curly Braces in Python Format Strings
When working with Python format strings, it is common to use curly braces ({}) to insert variables or expressions into a
Building a FastAPI Webpage with AWS Cognito Authentication and a Simple Chatbot Building a FastAPI Webpage with AWS Cognito Authentication and a Simple Chatbot
Introduction:In this tutorial, we will build a FastAPI webpage that uses AWS Cognito for user authentication. Once the u
12 / 15