Welcome!
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
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
What is zero shot, few shot and fine tune in OpenAI GPT models What is zero shot, few shot and fine tune in OpenAI GPT models
When we say zero-shot or few-shot, it just the way we provide prompts when use GPT models, such as GPT3, GPT4 or chatGPT
Securely Loading Environment Variables in Python Using python-dotenv Securely Loading Environment Variables in Python Using python-dotenv
Loading environment variables in Python code is a common task that developers need to perform when building applications
Best Practices for Creating a .gitignore File and how Best Practices for Creating a .gitignore File and how
When you’re working on a Git repository, it’s important to create a .gitignore file to tell Git which files and director
13 / 16