Zero to Hero in Python
In this article we will learn what is Python? Advantages of Python. I am going to launch my Python series which is "Zero To Hero In Python". This one is the first article of this series, we will learn Python step by step with examples.
How to Install Python
Let's start.
What is Python?
Which Company Used by Python:
How to Install Python
Let's start.
What is Python?
Python is an interpreted
high-level programming language. It is used general purpose programming. It is
open source by using it we can create console application, windows application
and web application. It supports interactive, objective oriented, procedural,
functional, automatic memory management , easily
readable, very easy to learn and understand.
It encourages to software developers or Data-analyst to create
very attractive and repaid development of applications.
Use
of Python
Python is used for Machine Learning, Data Analysis, Deep Learning, Artificial Intelligence, Console, Desktop and Web Application.
Python is used for Machine Learning, Data Analysis, Deep Learning, Artificial Intelligence, Console, Desktop and Web Application.
Which Company Used by Python:
Python
is used for more companies like Google, YouTube, Instagram, New York Stock
Exchange (NYSE).
Features of Python:
Easy to understand: Python is very
easy to understand for fresher and experienced guys.
Easy to read: Python is
very easy to read and easily understand.
Easy to maintained: Python is
very easy to maintain and clearly writing code.
Large library: Python has a collection of n numbers of libraries which makes it
very popular in the world.
Case Sensitive: Python is
case sensitive keep in mind like C language.
Data science and machine learning with
Python:
Data
analysis has become very soon to rapid moving in IT sectors with the help of
Python. Because it has n numbers of libraries which is used for data science
or machine learning, deep learning has Python interfaces. It is more popular
compare to others.
Indentation:
As
we know C, C++ we use curly brackets for separate each scope or conditional
statement.
In
Python uses white-space indentation, rather than curly brackets or
keywords.
In
next article we will learn How to Install Python.
Leave a Comment