
Nov 2, 2020
Install Odoo 14 on CentOS 8
This article explains how to install and deploy Odoo 14 inside a Python virtual environment on CentOS 8.
Read more

Oct 16, 2020
How to Install Odoo 14 on Ubuntu 20.04
This article explains how to install and deploy Odoo 14 inside a Python virtual environment on Ubuntu 20.04. Odoo is a popular open-source suite of business apps that help companies to manage and run their business.

Oct 10, 2020
How to Get and Change the Current Working Directory in Python
To find the current working directory in Python, use os.getcwd(), and to change the current working directory, use os.chdir(path).

Sep 27, 2020
How to Find the Length of a List in Python
Python has a built-in function len() that returns the length of a given object.
Aug 25, 2020
Python List reverse

Jul 12, 2020
Python map() Function

Jul 5, 2020
How to Install OpenCV on Ubuntu 20.04

Jul 1, 2020
How to Install TensorFlow on Ubuntu 20.04

Jun 30, 2020
How to Comment in Python

Jun 22, 2020
Parsing JSON Data in Python
