Blog Category: Operating System

What is Linux and what does it do?

Many people have heard the word ‘Linux.” This name can be seen in many places on the internet. Some say it’s software, some say it’s an operating...

How To Install Nginx on Ubuntu and Ubuntu-based Distribution

Overview Some of the biggest and busiest websites on the internet are hosted by Nginx, one of the most well-known web servers in the world. It’s a simple option...

Check Our Ebook for This Online Course

Advanced topics are covered in this ebook with many examples.

Python Basic - What is The List in Python
List in Python There are 6 types of built-in types in Python. They are – Numeric, Sequence, Mapping,...
Adjacency List
An adjacency list represents a graph as an array of linked lists. The index of the array represents a...
How to access (get or set) an object attribute in Python given the string that corresponds to the attribute's name?
Object Attributes in Python In Python, an object attribute is a type of variable that gets bound to the...