Why do I wish you still want me

after everything you’ve done to me.. “Why do I wish you still want me” is published by Willow Mills.

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Introduction to Python Programming Language

Python is developed by Guido van Rossum. Guido van Rossum started implementing Python in 1989. Python is a very simple programming language so even if you are new to programming, you can learn python without facing any issues.

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.

Large standard library: Python comes with a large standard library that has some handy codes and functions which we can use while writing code in Python.

Supports exception handling: If you are new, you may wonder what is an exception? 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.

Advanced features: Supports generators and list comprehensions. We will cover these features later.

Automatic memory management: Python supports automatic memory management which means the memory is cleared and freed automatically. You do not have to bother clearing the memory.

You may be wondering what all are the applications of Python. There are so many applications of Python, here are some of the them.

Web development: Web framework like Django and Flask are based on Python. They help you write server side code which helps you manage database, write backend programming logic, mapping urls etc.

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, products recommendation in websites like Amazon, Flipkart, eBay etc. is a machine learning algorithm that recognizes user’s interest. Face recognition and Voice recognition in your phone 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.

Embedded Applications Development: You can develop Embedded applications in Python.

Desktop applications: You can develop desktop application in Python using library like TKinter or QT.

As Python is a widely used programming language. Some of the places where Python is used are :

This list is never-ending, with new additions to it every day, but I hope it is enough to motivate you to learn Python.

Add a comment

Related posts:

Ifechi

Lawrence sat in his 20 by 30 metres office staring lazily at the television opposite his desk. He was finding it difficult fixing the rate for the new brand his company was planning to lunch by the…

VANDALISED PERIYAR STATUE CREATES A CONTROVERSY

The unknown faces tarnishing the Dravidar Kazhagam’s founder, Periyar Statue in the Kaliyapettai, near Uthiramer in Kancheepuram has created a controversy. The undisclosed miscreants had already…

Dockerize A Spring Boot Application

Docker is a software tool which has been developed to make the process of deploying and running an application much easier by the use of containers. Containers are standard units of software that…