
Sun Jan 12 2020
How to Install OpenCV on CentOS 7
OpenCV is an open-source computer vision library with bindings for C++, Python and Java. In this tutorial we will show how to install OpenCV on CentOS 7.
Read more

Sun Jan 12 2020
How to Install OpenCV on Ubuntu 18.04
This tutorial explains how to install OpenCV on Ubuntu 18.04. OpenCV (Open Source Computer Vision Library) is an open-source computer vision library and has bindings for C++, Python and Java.

Sun Jan 12 2020
How to Install OpenCV on Debian 10 Linux
OpenCV is an open-source computer vision library and has bindings for C++, Python, and Java. In this tutorial, will show you how to install OpenCV on Debian 10, Buster.

Sat Dec 28 2019
How to Install TensorFlow on Debian 10
In this tutorial we'll explain how to install TensorFlow in a Python virtual environment on Debian 10. TensorFlow is an open-source platform for machine learning.
Thu Dec 12 2019
Python String Replace

Wed Dec 11 2019
Install Odoo 13 on CentOS 8

Mon Dec 02 2019
How to Check if a File or Directory Exists in Python

Tue Nov 05 2019
How to Install Python 3.8 on Ubuntu 18.04

Sat Nov 02 2019
How to Install Python on CentOS 8

Tue Oct 22 2019
Python Enumerate Function
