# python
Auto-Save ChatGPT History
A Google extension that automatically saves ChatGPT chat history locally, no longer worry about losing conversation content.
Python + ChatGPT API Development | Based on gpt-3.5-turbo model
ChatGPT is a cloud-based artificial intelligence chatbot that uses OpenAI's `GPT-3.5-turbo` model to implement natural language processing (NLP) and language generation tasks.
pip Install Third-Party Library Error
When we use Python to develop, we usually use some useful third-party libraries. It is recommended to use pip to install. Under normal circumstances, there is no problem, but some small partners will encounter installation failures such as pip installation of third-party libraries and errors, pip install stuck and other installation failures.
3 Ways to Implement Network Requests in Pyodide
I mentioned an online Python tool before, and the core technology is to use a tool called Pyodide library, which can make Python run on web pages, but I found in the learning process that not all Python built-in libraries or extension libraries can run, such as `requests` is not supported.
Python Draw Bing Dwen Dwen Source Code
The combination of python turtle and tkinter realizes drawing and downloading Bing Dwen Dwen pictures
Develop an Intelligent Chat Program Using Python and ChatGPT API
ChatGPT is a natural language processing tool based on artificial intelligence technology, which can generate natural and fluent language and conduct conversations. Using the ChatGPT API, we can easily integrate this artificial intelligence technology into our Python applications.
Python One-Click Download Video
Python selenium parses the web page, requests the video address, downloads the video in fragments and stores it locally, and outputs the video download progress in real time.
Python Image to ASCII Online
Recently I found a fun way to play Python, using Python to convert pictures into ASCII image, most of which are local programs, because I built an online version of Python before, so I tried to use the online version of Python to realize image-to-ASCII.
Python Keeps Alignment when Printing ASCII Characters Including Chinese
When we print Python strings, sometimes we want to align the output list or ASCII table. There is no problem when the strings are all in English, but once the strings contain Chinese or other non-ASCII characters, it will be difficult to align.
Share a Useful Python Online Editor
What we want to recommend here is an online tool that also supports the execution of Python code, an online Python code editor