Python programming 1: Basics

March 19, 2018 admin 0

Python is an interpreted language and not a compiled language. Therefore, it executes commands and outputs the results of each command in a sequence, till […]

Install Apache Maven on CentOS

March 11, 2018 admin 0

Apache Maven is a software project management and comprehension tool. IT is commonly used to manage a project’s build, reporting and documentation from a central […]