Using conditional statements, if and if-else in Python

When you are writing python program, sometimes you need to make certain checks on variables and based … Read more

How to concatenate strings in Python ?

When you are working with strings in python, at some point in time, you would definitely need … Read more

What is Python ?

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Python’s simple, easy to learn syntax … Read more

How to change python version in Ubuntu ?

If you have more than one python version installed like below, here, as you can see we … Read more

Writing first python helloworld program

If you have following installation / development environment setup steps from python page, to install python ( … Read more

How to Install Python on Linux / Ubuntu ?

If you have just now started looking into python, the first thing you need to do is … Read more