[Python] Using Socket to build a Chatbot
I wrote a simple socket tutorial before, if you are not similar about this, maybe you can refer here: Python Package Tutorial: Socket
Read More »[Python] Using Socket to build a ChatbotI wrote a simple socket tutorial before, if you are not similar about this, maybe you can refer here: Python Package Tutorial: Socket
Read More »[Python] Using Socket to build a ChatbotI originally planned to write a simple tutorial of ChatBot using Socket, that would only repeat what you said. Which is similar to the current LineBot tutorial on the internet. The difference is that I using Socket but LineBot I have seen that most are implemented using "webhook".
Read More »[Python] How to Use Socket in PythonGoogle news is a famous news platform by Google, and it will recommend you "what news you want to read" with your history browsing history. (I think it is training from relational learning, but I'm not sure.)
Read More »[Python] Using "GoogleNews" package to get the Google NewsBash on Ubuntu on Windows, or called it "Windows Subsystem for Linux (WSL)", as the name suggests, it is the Linux subsystem on Windows.
Read More »Bash on Ubuntu on Windows, the Linux subsystem on Windows"os" is a Python package and it can help us to implement many infrastructure operators.
Read More »[Python] Use built-in "os" module to traversal every file and count the file sizeI always meet any problem everyday, to use a new tool to solve problems has become part of my life.
Read More »[Python] How to Use "xlrd" package to read XLS fileWhen I was implementing my side project today, I need to crop a lot of images. Fortunately, the size of image is all 1920 x 1080, so I can crop the fixed area.
Read More »[Python] Use Pillow package to crop the imageRecently, the GUI I'm developing is often in a state of cessation. I think maybe I need "QThread" to help me. But when I learning how to use QThread, I was surprised to find one thing.
The tutorial in internet, it show me the LCD component is very slow, I need to use QThread to solve it ......
Read More »[PyQt5] Tutorial(8) QTimer, QlcdNumberThe following error message is a common Python error, the "SyntaxError" represents a Python syntax error and the "unicodeescape" means that we made a mistake in using unicode escape character.
Read More »[Solved] Python SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 0-5: truncated \UXXXXXXXX escapeGoogle Colab, its full name is "Google colaboratory", as the name suggests, it's a service provided by Google. The advantage of Colab is that it provides a free GPU. Although you can only use the time limit of 12 hours a day, and the model training too long will be considered to be dig in the cryptocurrency.
Read More »How to use the free GPU from Google Colab