Introduction
of Python Programming language
Hello friends, Today Iam
going to start the Tutorial Series of Python Programming Language...Our
first tutorial is on Introduction of Python Programming Language.
Today we are going to learn
about what is python, who created it, it’s history and many more things.
So, let’s
start our tutorial :-
Introduction
Python is developed by Guido van Rossum. Guido started to implementing Python in 1989, but it’s first version came in 1991. Python is a very simple programming language so even if you are new to programming, you are going to learn python here in our portal.
Python name is given after the comedy television show Monty Python’s Flying Circus. Guido is
biggest fan of this circus.
Features
of Python programming language
Features
of Python :-
- Readable: Python is a very readable language.
- Easy to Learn: Learning python is easy as this is a
expressive and high level programming language, which means it is easy to
understand the language and thus easy to learn.
- Cross platform: Python is available and can run on
various operating systems such as Mac, Windows, Linux, Unix etc. This
makes it a cross platform and portable language.
- Open Source: Python is a open source programming
language.
- Python is Free: Python is free to download and use. This
means you can download it for free , Python is freely distribute copies of
this software, read its source code and modify it.
- 7. Exception Handling: An exception is an event that can
occur during program exception and can disrupt the normal flow of program.
Python supports exception handling which means we can write less error
prone code and can test various scenarios that can cause an exception
later on.
- Features: Supports generators and list comprehensions. We
will learn it these features later.
- Memory Management: Python supports memory management
which means the memory is cleared and freed automatically.
Why we should use Python ?
Why we
should use the python the answer is given below :-
- Web development :– Web framework like Django and Flask
are based on Python. They help you write server side code which helps you
manage database.
- Machine learning :– There are many machine learning
applications written in Python. Machine learning is a way to write a logic
so that a machine can learn and solve a particular problem on its own. For
example, Face recognition and Voice recognition in your computer is
another example of machine learning.
- Data Analysis :– Data analysis and data visualisation in
form of charts can also be developed using Python.
- Scripting :– Scripting is writing small programs to
automate simple tasks such as sending automated response emails etc. Such
type of applications can also be written in Python programming language.
- Game development :– You can develop games using Python.
- You can develop Embedded applications in Python.
- Desktop applications :– You can develop desktop
application in Python using library like TKinter or QT.
Thank you Guys and Good Bye...
0 Comments