0% found this document useful (0 votes)
9 views

1.python Introduction

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)
9 views

1.python Introduction

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

1.

python introduction
27 May 2023 17:25

Python introduction:

Introduction of python
language :

• A programming language is a computer language that is used to


communicate with computer
• It is a set of instructions written in specified languages
(java ,python, c ,c++, html, etc….)
To programming a specific tasks
• They are mainly used to develop desktops, application, mobile
apps, and websites

What is python: Where do we use


python is a general purpose , python:
high level script and object orinted language Python is most popular language and now used in
every
History of python: Technical field some are listed below
• Data science
• Mobile application
• Designed by GUIDO VAN ROSSUM it was • Software development
• invented in the year of February 20 "1991" • Artificial intilligence
• Developed by software foundation • Web application
• The inspiration for the name came from • Machine learning
• BBC'S tv show by monty python flying circus • Computer science
• Speech reconitions

Why python:
Python provides many use full features these features
makes it most popular and widely used language.
Some of these features are:
• Easy to learn and code
• Free and open source
• GUI(graphical user interphase)
• Object oreanted language
• Interprerted language
• Portable language
• Large library

Python vs other languages


According to IEEE spectrum ,python language rank as top language for 2018 for the
second consecutive year.

Python vs other languages

New Section 1 Page 1


According to IEEE spectrum ,python language rank as top language for 2018 for the
second consecutive year.

Python vs other languages


Human language Human language

Computer language Computer language

output
compailer

output

10:29
Learning path of python
Core python
Advanced python
Python (frame work)
1.Easy to learn and code:
This is high level language, easy to learn and code Because no need to compile. Thus these is best for begenner's
2.free and open source:
One can easily download it, from official website and also can also modify, share and readable . It has open source and free licence
3.object oreanted language :
This meanse programming style is related to class and object and various other concepts.
4.GUI:
GUI stands for graphical user interphase which user interact through electronic device and also graphical icon menue's etc….
Through using mouse click
com
5.portable language:
It can be run in multiple independent palt forms like windows, linex, and map without any changes we can run these programme
6.interpruted language:
Easily the codecompilers
is exicuted line by line.
No need to compile the source code nis immideatly formed into byte code
7.large library:
Built of code that can be used repidly from different programming
There are more than one lack thirty seven thousand libeary in python
Eg: mat plot lip
Python file types:
=> spyder
=>BS code
=>anaconda prompter is a compiler
=>anaconda navigator is a compiler
=>python
=>ideal
=>genius
=>atom
=>note pad
=>python
=>ideal
=>genius
=>atom
=>note pad

Types of comment

1.single line comment


2.multiple line comment

1.single line comment:


A single line comment is used to explain a code in one line

Single line comment is enclosed with


''''
''''

2.multiple line comment:


A multiple line comment is used to explain a code in multiple lines

Multiple lines are enclosed with


""""

New Section 1 Page 2


""""
"""'
Variabuls and data types:
→ Varible is a meamory location
→ Meamory locations store mulyiple data types

Data types: collection of information stores in meamory location

Data types:
What we use in data types and they are seven types

1.numeric ___they are three types [integer ,float, complex] it is enclosed with normal braces () or para
2.string
3.list
4.tuple
5.set
6.Dictionary
7.boolean

New Section 1 Page 3

You might also like