Feature of Python:-
[Link] and easy to learn:-10--->int
'scodeen'--->str
10.5--->float
Note:- But in python3 we have only input() method and eaw_input() method is not
[Link]:- But in python3 we have only input() method and eaw_input() method
is not available.
python 3 input() function behaviour exactly same as raw_input() method of py2 that
is every input value is treated as str type only.
Note:- raw_input function of python 2 is renamed as input() function in python3.
Operators:-
Operator is a symbol that performs certain operation,
Python proviede many operatos.
[Link] Operators
[Link] or comparision operatos
[Link] Operatos
[Link] Operators
[Link] Operatos
[Link] Operator.
python 3 input() function behaviour exactly same as raw_input() method of py2 that
is every input value is treated as str type only.
Note:- raw_input function of python 2 is renamed as input() function in python3.
python is a simple programming [Link] we read python program ,we can feel
like reading english statement. The syntax are very simple with compare to other
languages. we can write programs with very less number of lines.
[Link] and open source:-
We can use python software without any licence and it is [Link] source code
is open,so that we can customize based on our requirement.
[Link] level programming language:-
Python is a high level programming language and hence it is programmer friendly
[Link] a programmer we are not required to concentrate low level activities
like meory management and security etc.
[Link] Independent:-
once we write python program,it can run on any platform without rewriting onece
[Link] PVM(python vertual machine) is responsible to convert into
machne understanding form.
[Link]:-
python program are portable that is we can migrate from one platform to another
very easily.
[Link] typed:-
In python we are not required to declare type for variables,whenever we are
assining the value,based on value ,type will be allocated automatically,hence
python is considered as dynamically typed language.
[Link] library:-
python has a rich inbuilt library,being a programmer we can use this libarary
directly and we are not responsible to implement the function. and python have
60k+ library.
Flavors of python:-
[Link] to C:-
CPython:- It is the standard flavor of [Link] can be used to work with c
language applications.
[Link] to java:-
[Link] developing Desktop application.
[Link] developing web app.
[Link] developing database app.
[Link] Network programming.
[Link] developing games.
[Link] Data analysis application and data science.
[Link] machine learning.
[Link] AI(Artificial Inteligence) app.
[Link] IOT(Internet of things)
Limitation of python.
Jython or JPython:- It is for java apllication .IT can run on JVM.
3. Python to .net:-
IronPython:- it is for .net language only.
[Link] to Ruby:
RubyPython:- for Ruby platforms.
[Link]:-It is special design for handeling large valume of data
processing.