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

Class 1 Introduction of Python

The document discusses low, middle, and high level programming languages. It then introduces Python as a general purpose, high level, fully scripting language developed in 1989. Python can be used for desktop apps, web apps, databases, networking, games, data analysis, machine learning, AI, and IoT. It also provides examples of printing 'Hello World' in Java, C, and Python.

Uploaded by

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

Class 1 Introduction of Python

The document discusses low, middle, and high level programming languages. It then introduces Python as a general purpose, high level, fully scripting language developed in 1989. Python can be used for desktop apps, web apps, databases, networking, games, data analysis, machine learning, AI, and IoT. It also provides examples of printing 'Hello World' in Java, C, and Python.

Uploaded by

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

Introduction class_1:-

i.low level programming lang.

ans:- 0 and 1 binary number


ex:- a :- 10100001
1.For developing Desktop application.
2.For developing web app.
3.For developing database app.
4.For Network programming.
5.For developing games.
6.Fotr Data analysis application and data science.
7.For machine learning.
8.For AI(Artificial Inteligence) app.
9.Fot IOT(Internet of things)

programming speed is too much slow but output is very fast.

ii. middle level programming lang.


In this programming a conveter using for convert char. to binary number.

programming is fast but output is very slow..

iii.high level programming lang..

introduce oops(object oriented) and scripting lang(Procedure oriented).

Programming is ver fast and output is very fast compare to middle level lang.

1. Python is a general Purpose high level programming language.

2. python was developed by Guido Van Rossam in 1989 while working at National
Research Institue at Netherland.

3.But Officially python was made available to public in 1991. The official DOB of
python is 20th feb 1991.

4. There are 2 programming lang. perl and C++ both are using for makeing python.

5.Python is a fully scripting lang.

Ex:- To print HelloWorld

java:-

public class HelloWorld


{
p s v main[String[]args]
{
SOP('Hello World')
}
}

c:-
#include<stdio.h>
void main()
{
print('hello world')
}

python:-

print('hello world')

where we can use python:-

1.For developing Desktop application.


2.For developing web app.
3.For developing database app.
4.For Network programming.
5.For developing games.
6.Fotr Data analysis application and data science.
7.For machine learning.
8.For AI(Artificial Inteligence) app.
9.Fot IOT(Internet of things)

Limitation of python.

1.Not using in mobile application.


2.Not using in banking application.

tommrow class:- features of python and flavour of python.

You might also like