Python Handbook For Beginners - страница 2

Шрифт
Интервал


Python is extremely popular in the real world. Think of Google, Instagram, Netflix. They all use Python in areas that involve machine learning, data structuring, and processing.

Python is truly universal. Not only it works excellent for data-related scientific tasks. But you can build web apps and games too. Thanks to the respective Python frameworks.

Lastly, Python has a loyal and ever-growing community of supporters. Meaning the scale for Python application and the level of quality and efficiency of software built with Python will only grow.

3 Brief History

In 1980, Guido van Rossum, a fellow at the Dutch CWI, set out to develop a powerful yet easy-to-read programming language.

Guido was developing Python in his spare time for one of the projects that required a scripting language.

While working on it, Guido borrowed some groundwork from another programming language that he was also developing. It was ABC language, created to teach programming.

Today Python is a popular, versatile, and mature programming language with many rich application libraries and extensions.

Professional programmers use it for various fascinating projects and support the language as a part of the global Python community.

Although professionals use Python, it is ideal for beginners. It helps schoolchildren, students, and simply novice developers take their first steps into the world of programming.

By the way, Guido named it so not in honor of the well-known snake species but the once-popular comedy TV show "Monty Python's Flying Circus." However, the language is still associated with the snake, reflecting snakes heads on its logo.

4 What Can You Create With Python?

Today, Python is used in various applications, including social media, artificial intelligence, and games like Civilization, Battlefield, World of Tanks, etc. Let's take a closer look at the examples.


Social Media

Billions of people use services like Facebook, Instagram, Reddit, Pinterest, and Quora. All of the mentioned services implement Python and its powerful features for data processing.


Search Engines

Major search engines like Google, Yahoo!, Yandex, Mail.ru use Python in their products for the same reason as mentioned above. Python is very efficient for data processing and management. It's also a dominating programming language for artificial intelligence algorithms that comprise a considerable part of search engine services.