Blog Tag: Ubuntu

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 Intermediate: How to use the Collections Module in Python part – II
Collection Modules in PythonPython’s collection Module provides various types of containers. A Container...
How to check if directory exists in Python
About Python DirectoryIn Python, a directory is a folder that contains files and other directories....
How to join two lists in Python
Brief about listA list in Python is an ordered collection of items, which can be of different types...