Python : A New World Language!!

profile
Akshit Dhruv
Mar 12, 2019   •  66 views

What is Python???

In technical terms, Python is an object-oriented, high-level programming language with integrated dynamic semantics primarily for web and app development.

It is different from all other languages.

The reasons are :

-No worries regarding colon unlike in C language.
-It has easy Syntax which can easily be understood.
-It has many readymade Frameworks like Django,Pandas etc.

What Python is used for ??

1) Data Analysis

Data analysis is a process of inspecting, cleansing, transforming, and modeling data with the goal of discovering useful information, informing conclusions, and supporting decision-making.

For this Python is used. Python uses library like : NumPy & Pandas.

2) Data Visualisation

Data Visualisation refers to the representation of information in the form of a chart, diagram, picture, etc.

The libraries used in Python for this are Matplotlib & Seaborn.

3) Machine Learning

Machine learning is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. Machine learning focuses on the development of computer programs that can access data and use it learn for themselves.

Python Libraries for Machine Learning Algorithm such as : Scikit-Learn, NLTk and Jensorflow.

4) Raspberry Pi

The Raspberry Pi is a low cost, credit-card sized computer that plugs into a computer monitor or TV, and uses a standard keyboard and mouse. It is a capable little device that enables people of all ages to explore computing, and to learn how to program in languages like Scratch and Python.

It is used as brain of robot.

5)Game Devlopment

Game development is fun loving for many devlopers. It is now easy with Python. It can be made more intresting using the built in module provided by the Python.

It is created using module Pygame.
Python is use to write logic of Game.
Pygame application run on Android Development.

Personal Experience :

I really enjoyed using the Python. The code which was very hectic and complex in other languages is easy in Python. So I would prefer this. It is the best coding language.

23



  23