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…
Educational 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… ANKIT TIWARI January 17, 2021 0 Comment
Educational Linux Change Password in LINUX How do I change the password in LINUX? To modify a user's password or your own passwor… ANKIT TIWARI January 15, 2021 0 Comment
Educational Python 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… ANKIT TIWARI January 04, 2021 0 Comment
Educational Linux 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… ANKIT TIWARI December 27, 2020 0 Comment
Educational Python 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… ANKIT TIWARI December 24, 2020 0 Comment
Educational Python Polymorphism Polymorphism We've learned that while functions can take in different arguments, methods belong to the objects they act … ANKIT TIWARI December 20, 2020 0 Comment
Educational Linux 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 … ANKIT TIWARI December 16, 2020 0 Comment
Educational Linux 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… ANKIT TIWARI December 11, 2020 0 Comment