
Fri 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.
Read more

Sun 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.

Tue Aug 25 2020
Python List reverse
In Python, there are several different ways to reverse a list, depending on what you're trying to do.

Sun Jul 12 2020
Python map() Function
The Python's map() function takes an iterable object, along with a function, and applies that function to each element in the iterable.
Sun Jul 05 2020
How to Install OpenCV on Ubuntu 20.04

Wed Jul 01 2020
How to Install TensorFlow on Ubuntu 20.04

Tue Jun 30 2020
How to Comment in Python

Mon Jun 22 2020
Parsing JSON Data in Python

Tue Jun 16 2020
Python Modulo Operator

Thu Jun 11 2020
How to Add Elements to a List in Python (append, extend and insert)
