Introduction to ls command in linux ls command in Linux is to list down all the contents in a specified or otherwise in the current directory. It is a default part of core utilities of GNU Linux, There are various options while using the ls command, and each option has […]
How to do: Convert Python list to string
Published on :Python provides many different ways to convert a python list to string. Modular like using python join function and classic which are also known as programmatic approaches. let check all one by one. Python list to string using python join function Even while using join function we have many options […]
Python Comment block & Python docstring
Published on :‘Python comment block’ and similarly ‘Python docstring’ both are very useful features of python language, as comments are very common in other programming languages too. Following text will also explain the types of python comment block e.g python multiline comment. But now as usual, starts from basics of comments. What […]
How to do: Python Length of List
Published on :Python length of list, It is our target to learn today. For a beginner it raises some questions. What is meant by length of list? As you know that! List is a data structure which retains an ordered sequence of elements. List is mutable, that means any element(also known as […]
How to do: Python trim whitespace
Published on :How python trim whitespace in a string, It is our target to learn today. For a beginner it raises some questions. First of all, what is a whitespace? In the sense of computer programming whitespace or in other words space is also a character but visible to writer as a […]
Python String
Published on :In this post we will learn python string and many other useful concepts related to string. Like string with single quotes, double quotes or even with triple quotes, a variant of string know as raw string, python escape sequences and at the end we will discuss the Unicode with encoding […]
Control flow: Python conditional statement
Published on :First of all we will discuss the Python if statement Python If statement is an expression or a conditional statement that is used to check or validate conditions, with if statements we can run a block of statements on the basis of some condition. i.e if the statement is true, […]
Python Control flow statements:- Overview
Published on :All programming languages have some common features, Control flow statements are one of them. A program’s control flow is the order of statements and control flow statements are the statements which can determine the next executed statement. As the default control flow of program is statements written in a program […]
Level 1: A brief intro about Python
Published on :What is Python? Python is a flexible and powerful programming language, which sees use in a great variety of fields, from both commercial and academic realms. Python is open-source, free to use, and is arguably one of the easiest major programming languages to learn, with readable code being one of […]

Apple delivered something big! reviewers said about the iPhone X
Published on :Surveys of Apple’s cutting edge iPhone X have begun seeming on the web, and generally, commentators have showered adulate on the item. “The iPhone X is obviously the best iPhone at any point made,” composed Nilay Patel for The Verge. “It’s thin, it’s intense, it has aspiring thoughts regarding what cameras […]