0% found this document useful (0 votes)
28 views3 pages

Python Word File 10 A

Nothing
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views3 pages

Python Word File 10 A

Nothing
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

PYTHON

BY :
SANDEEP MISHRA
CLASS - X ‘A’ ROLL.NO - 37
What is python ?
Python is an interpreted, object-oriented, high-level programming language with
dynamic semantics developed by Guido van Rossum. It was originally released in
1991. Designed to be easy as well as fun, the name "Python" is a nod to the British
comedy group Monty Python.

What is python programming used for ?


Python is commonly used for developing website and software task automation ,
data analysis and data visualisation. Since its relatively easy to learn python has
been adopted by many non-programmers such as accountants and scientists for a
variety of everyday tasks like organising finances.

What are the basics of python ?


Python has a simple syntax similar to the English language. Python has syntax that
allows developers to write programs with fewer lines than some other programming
languages. Python runs on an interpreter system, meaning that code can be
executed as soon as it is written. This means that prototyping can be very quick.

Advantages of python :
Python has a wide selection of libraries and frameworks, which is one of the greatest
advantages of Python. From NumPy to TensorFlow Python Library is used for
everything from data visualisation, machine learning, data science, natural language
processing, and complex data analysis.

How python is useful in our life :


Since it functions on cross-platform operating systems, Python can be used to
develop a host of applications, including web apps, gaming apps, enterprise-level
applications, ML apps, image processing, text processing, and so much more.

Example of python:
Python examples :
● Python Syntax. Print "Hello World" Comments in Python Docstrings
● Python Variables. Create a variable Output both text and a variable Add a
variable to another variable
● Python Numbers
● Python Casting
● Python Strings.
● Python Operators.
● Python Lists.
● Python Tuples.

You might also like