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

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

Check Our Ebook for This Online Course

Advanced topics are covered in this ebook with many examples.

Python Advanced: How to use Lambda Function with python Methods
Lambda Anonymous FunctionThe anonymous nature of Python lambda functions indicates that functions...
Python Intermediate: How to use Iterators in Python
Iterators in PythonIn Python, an iterator is an object used to iterate across iterable objects such...
SQL: How to Insert and Select Data with SQL Query
INSERT and SELECT are two important commands used in SQL to manipulate data in a database. INSERT is...