[PyCharm] Introduction of Console、Terminal、Script、TODO
When we using PyCharm IDE for developing, we can divide PyCharm into 3 areas.
Read More »[PyCharm] Introduction of Console、Terminal、Script、TODOWhen we using PyCharm IDE for developing, we can divide PyCharm into 3 areas.
Read More »[PyCharm] Introduction of Console、Terminal、Script、TODORecently, I encountered a task to perform Multi-label Classification, and I realized that I had never trained a model in this task.
Read More »[Keras] How to build a Multi-label Classification ModelPyCharm is the most well-known IDE of Python, PyCharm is used by many Python developers to develop projects. Today, I will introduce how we can add Python packages.
Read More »[PyCharm] Introduction to Interpreter, pip and packagesIn Python, setattr()
and getatter()
are functions that often used together.
Recently, when developing project that I am interested in, there is a demand for "click on the picture and get the pixel value". I thought this kind of demand was common, but I couldn't find any sample on the Internet. (Maybe the keywords I'm query are wrong.)
Read More »[PyQt5] click on the picture and get the pixel value of clicked positionIn the process of designing the interface, we may need to set up a "scrollable" area in the interface so that we can maximize the display of the information we want to display in the limited layout.
Read More »[PyQt5] How to use the QScrollArea component to make a scrolling pageWhen we are developing the front-end interface, if we want to display a picture on the interface, in addition to open the directory for user to choose file, I think drag a picture to the QLabel component and display is a great way.
Read More »[PyQt5] Drag the picture onto the QLabel component and display the pictureWhen we use PyQt5 to develop a graphical interface, maybe sometimes we need to save the image of QLabel component. Of course, if we proactively show a picture on QLabel, we don't need to worry about this problem. OF COURSE WE ALREADY HAVE THAT DREAM PICTURE.
Read More »[PyQt5] How to save text or images in QLabel component as picturesI always want to try to use PyQt5 in Python to make a simple handwriting/drawing board, which can write and draw on the interface we develop at will.
Read More »[PyQt5] Make a simple drawing board through the programIf we want to use GPU for deep learning (for example, through Tensorflow or Keras), the installation environment is not really complicated, and it usually only takes a few hours to complete the environment in the first time.
Read More »[Linux] Install CUDA and CuDNN on Ubuntu 18.04