How to install Python (3.9.1) on macOS Big SurI had used pyenv to manage several Python versions. However, on macOS Big Sur, it didn’t work well. Here, I introduce a way to install…Jan 7, 2021Jan 7, 2021
Reading images using opencv-pythonIn this post, I introduce a way for reading images using opencv-python . Suppose that the Python project will be managed by Pipenv (see my…Jan 7, 2021Jan 7, 2021
Building Image Classifier not using Deep LearningImage classifier can be easily built by using deep learning especially Concurrent Neural Network (CNN). However, you can simply implement…Jan 7, 2021Jan 7, 2021
How to get directories/files in PythonIn this post, I introduce several ways to get directories and files in Python.Jan 6, 2021Jan 6, 2021
Python auto-completion in Visual Studio Code for Pipenv projectIn order to make writing codes fast, completion is quite important. In this post, I introduce the way to enable completion in Visual…Jan 6, 2021Jan 6, 2021
How to start Python project in 2021In this post, I introduce how to start Python project.Jan 6, 2021Jan 6, 2021