-->

Featured Post

map ( ) function in python

map ( ) function in python

map( ) map() is a built-in Python function that takes in two or more arguments: a function and one or more iterables, in…

Latest Post

map ( ) function in python

map ( ) function in python

map( ) map() is a built-in Python function that takes in two or more arguments: a function and one or more iterables, in the…
Change Password in LINUX  How do I change the password in LINUX?   To modify a user's password or your own passwor…
Error and Exception Handling || finally

Error and Exception Handling || finally

finally The finally: block of code will always be run regardless if there was an exception in the try code block. The synta…
Passwords Standards for linux account || linux account password standards

Passwords Standards for linux account || linux account password standards

Passwords Standards   When your account is issued, you will be given an initial password. It is important for the system and…
Errors and Exception Handling || try and except

Errors and Exception Handling || try and except

Errors and Exception Handling In this article, we will learn about Errors and Exception Handling in Python. You've defin…
Polymorphism

Polymorphism

Polymorphism We've learned that while functions can take in different arguments, methods belong to the objects they act …
Linux file names || Linux file name convention

Linux file names || Linux file name convention

File Names   ·         LINUX permits file names to use most characters, but avoid spaces, tabs and characters that have …
Linux File System

Linux File System

Linux File System   A file system is a logical collection of files on a partition or disk. A partition is a container fo…
Newest Oldest