BASICS OF PYTHON
REPRESENTED BY:
SURJEET SINGH
CONTENT
 Introduction of programming
 Flow chart & algorithm
 Introduction of python
 Installing of python IDLE
 Variable in python
Introduction of Programming
Programming is writing computer code to create a
program, to solve a problem.
Flow chart
START/ END
OUTPUT
INPUT
OUTPUT
Algorithm's
There are no well-defined standards for writing
algorithms. Rather, it is problem and resource
dependent. Algorithms are never written to support a
particular programming code.
Introduction of Python
Python is a popular programming language. It was created
by Guido van Rossum, and released in 1991.
It is used for:
web development (server-side),
software development,
mathematics,
system scripting.
Installing python IDLE
Variable in python
Variables are containers for storing data values.

Basics of python