Python

10 Useful Python One-Liners You Must Know

One of the greatest benefits of Python is its ability to snake (pun completely intended) around a lot of conventions found in other languages with little effort on behalf of the programmer, letting you compose incredibly simple little “quips” to get the job done. Here are a few examples! Read more

Tags:

How to deploy Odoo 12 on Ubuntu 18.04

Odoo is the most popular all-in-one business software in the world. It offers a range of business applications including CRM, website, e-Commerce, billing, accounting, manufacturing, warehouse, project management, inventory and much more, all seamlessly integrated.

Odoo can be installed in several different ways. The easiest and quickest way to install Odoo is by using their official APT repositories. Learn More

Build your first Redis Hello World application in Python

Hello World is a simple way to start exploring a new programming language, and it's almost always the first program people create. If you're reading this, you're probably new to Redis or Python and want to learn. To help you do that, let's build a "Hello Redis" program. Read More

Subscribe to RSS - Python