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
The victory of ChatGPT is the victory of probability theory and the victory of Bayes Theorem The victory of ChatGPT is the victory of probability theory and the victory of Bayes Theorem
ChatGPT, which came out at the end of 2022, shocked the Internet. It can’t help but remind people of AlphaGo in early 20
2023-04-06
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
AI written book “Echoes of Atlantis" AI written book “Echoes of Atlantis"
Embark on an unforgettable adventure into the unknown depths of the ocean in “Echoes of Atlantis.” Resourceful archaeolo
2023-04-03
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
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
The Rise of ChatGPT, A Boon or a Threat to Jobs? The Rise of ChatGPT, A Boon or a Threat to Jobs?
The rapid development and adoption of ChatGPT, a conversational AI interface built on the GPT-3 large language model, ha
2023-03-30
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
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
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
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
19 / 28