Author name: vasu

Python Comments

Comments plays an important role in programming. In programming, a comment is simply a text to describe the working of a single instruction or a set of instructions. Though the comment is written within a program, its not actually a part of it. This means the comment would not be executed along

Python Comments Read More »

Computer virus

What is a computer virus?

The term ‘computer virus’ was first coined by ‘Fred Cohen’ in 1983. A computer virus is a malicious piece of code or a program which when executed either replicates itself, modifies or corrupt your files or folders, destroy data, waste resources, alter the way your computer operates or in some cases even

What is a computer virus? Read More »

Python basic Syntax

Python has many similarities to other programming languages  such as C, Java and Perl. However it has some differences as well. The Python basic syntax tells the rules must followed while writing code in Python. For example, In Python, we use indentation to create blocks like conditional statements or loops.

Python basic Syntax Read More »

Python Installation

To install python you first need to download it. To download visit this link on the official website of python https://www.python.org/downloads/. Here you will find multiple options as per your operating system and processor(Whether it is 32 bit or 64 bit). To download python, click on any one of the

Python Installation Read More »