Python-The Future
Vishore Krishna
Connecting Successful People! Systems Integrator | Delivering Seamless Technology Solutions Across the Globe
Origin of Python:
Python was created by Guido van Rossum and first released in 1991.The name "Python" came from Monty Python Television series.
The programmers interest on python is increasing over time
(image is taken from google trends)
Secret Of Python's Popularity:
If you want to write a program that gets name as input from user and display the name
in java:
in C++:
in Python:
compared to java and C++ ,Python only requires three lines of code to do the same job.
Yes, you are right this simple syntax is the secret for Python's popularity.
If you started thinking where Python language is used:
you're a genius,please scroll down to see where it is used
Facebook:
Have you ever thought how Facebook's auto tagging of people present in the photo works, it's all in the game of Python.They use python image recognition to do that
Pytorch one of the deep learning frameworks is developed by Facebook and it is written in Python (we will talk about Pytorch in future article)
Instagram:
Instagram website is build with Django Python web framework,one of the most popular web frameworks. I am no joking it is a fact.
Netflix:
Like Instagram, Netflix is also developed with Django apart from that it also uses Python for streaming the video.Next time when you're watching "13 Reasons Why" in Netflix don't forget to say thanks to Python for streaming you're video
Google:
How this technology giant can leave python.All your recommendation and auto filling of search term in google utilize the power of python
Kali linux:
Kali Linux is the Choice of OS for hackers.Python is also there in hacking, most of the tools used in hacking have native python code.
(windows users can now use kali linux without dualboot or vmware by activating subsystem in their windows system ,for detail chek this out kali linux on windows)
Face lock feature of phone:
All our smart phones uses python image recognition feature for fast and accurate results.
Demand for Python:
1.Internet of Things{industry 4.0}
2.Artificial Intelligence
are the two things that is going to rule the future.Python play a inevitable role in both the things.
1.Internet of Things:
Raspberry pi a microprocessor,is coded in python.
As many devices are going to be connected in internet there may be security issues,where again Python play a role in penetration testing and security.
2.Artificial Intelligence:
Python become the programmers choice in the field of Artificial Intelligence.Deep learning which is the subset of getting more attention due availability of huge data(Big data) became easy to use if Python is considered. Pytorch is one the deep learning frameworks which is written in Python.
Embedded Learning Library(ELL):
It's a opensource library for embedded AI developed by Microsoft.It's used for using Machine Learning model in resource constrained platforms and small single-board computers, like Raspberry Pi, Arduino, and micro:bit.
Presently it's available for Raspberry pi.For detail click here
Where is Python?
You can download python from official website Python.org.Two versions of python available,2.7 and 3.7 it is recommended to go with the latest version 3.7 because, Python is going to give up it's maintenance for version 2.7 after 2020.