Linuxize
Ubuntu Centos Debian Commands Series Donate
Deploy Odoo 14 on Ubuntu 20.04
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

Python: Get and Change the Current Working Directory
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).

Python List Length
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.

Reverse a List in Python
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.

Jul 12, 2020

Python map() Function

Python map
Jul 5, 2020

How to Install OpenCV on Ubuntu 20.04

Install OpenCV on Ubuntu 20.04
Jul 1, 2020

How to Install TensorFlow on Ubuntu 20.04

Install TensorFlow on Ubuntu 20.04
Jun 30, 2020

How to Comment in Python

Python Comments
Jun 22, 2020

Parsing JSON Data in Python

Write, Read and Parse JSON in Python
Jun 16, 2020

Python Modulo Operator

Python Modulo Operator
1 2 3 7
ESC
© 2022 Linuxize.com Privacy Policy Terms Contact Advertise on Linuxize