Welcome!
How to install virtual environment with specific python versions How to install virtual environment with specific python versions
When working on a Python project, it’s important to keep your dependencies isolated from other projects and from your sy
How to groupby one column and join another column by comma in Pandas dataframe How to groupby one column and join another column by comma in Pandas dataframe
In this blog, we will explore how to use the Pandas groupby method to group a DataFrame by one column and then join anot
How to Upload an Existing Folder to GitHub How to Upload an Existing Folder to GitHub
We may already have an existing directory where we were devloping code, then we want to upload it to Github. In this tut
Efficiently Reverting a Single File to a Specific Commit in Git and GitHub Efficiently Reverting a Single File to a Specific Commit in Git and GitHub
Git and GitHub serve the purpose of storing your old code, allowing you to roll back in case of issues and safely restor
How to Efficiently Chunk Text for OpenAI API Calls How to Efficiently Chunk Text for OpenAI API Calls
When working with the OpenAI API, it’s essential to manage the text input efficiently, especially when dealing with larg
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
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
12 / 15