A few weeks ago, I made a tutorial (this one), but that’s not simple enough, and that’s the reason for this post. Install Dependencies Install […]
My Tiny Search Engine – Advanced Data Structure Course
Have you ever thought about deploying a fancy project like a search engine to a server made accessible to everyone just like Larry Page and […]
2to3: Convert Python2 Source Code to Python3 Automatically
It is really easy: where example.py is the file you intend to convert and -w means overwrite the original file.(But a example.py.bak is generated for […]
Control Arduino with Python 3 on Raspberry Pi using Pyfirmata
Install Arduino IDE on Raspberry Pi In terminal, run the following commands to install the Arduino IDE on you Raspberry Pi. Upload Pyfirmata to Arduino […]
Install opencv-python inside Python Virtual Environment
As I mentioned in this article, matplotlib is not supported with miniconda. To resolve the issue, I read through Python 3.7 documentation and realized using […]
Install OpenCV 4 on macOS Mojave with Python 3.7 – matplotlib not supported
Firstly, make sure you have python 3.7 installed on your system. Install Miniconda Go to this Miniconda download page and download Miniconda installation bash file(.sh) […]
Install OpenCV 4.0.0 on Raspberry Pi with Python 3
Before reading this, you may want a simpler installation tutorial, which is here. To be honest, I failed to write my own tutorial but found […]