+ 2

What does Python do?

I need some help. I don't what Phyton does but for me the name is just beautiful.

14th May 2017, 5:43 PM
Ted Muholove
Ted Muholove - avatar
3 ответов
+ 3
An interpreted language, python has a design philosophy which emphasizes code readability, and a syntax which allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java.
15th May 2017, 2:38 AM
Talluri Saisumanth
Talluri Saisumanth - avatar
+ 16
It's a Programming language that you are use to solve problems, create desktop apps, Do heavy numerical analysis, control robots and even build games
14th May 2017, 5:48 PM
Ghaffaru Mudashiru
Ghaffaru Mudashiru - avatar
+ 11
Python is a scripting, interpreted high-level language, which is really intuitive to learn. It was thought to be similar to regular English speech and so contains many shortcuts in its syntax. Applications of Python are numerous, as it is a universal language. You can do scripting, networking, file handling, database communication and management, data modelling, machine learning, neural networks, deep learning, artificial intelligence, algorithms, image recognition, graphic design, animations, games... the list goes on... 🐍
14th May 2017, 6:30 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar