+ 1

Why program in python?

What types of projects can be done with this language? (python)

19th Mar 2018, 3:51 AM
Federico Mariotta
Federico Mariotta - avatar
3 Answers
+ 2
Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. Python combines remarkable power with very clear syntax. It has interfaces to many system calls and libraries, as well as to various window systems, and is extensible in C or C++. It is also usable as an extension language for applications that need a programmable interface. Finally, Python is portable: it runs on many Unix variants, on the Mac, and on Windows 2000 and later. Python is a high-level programming language, with applications in numerous areas, including web programming, scripting, scientific computing, and artificial intelligence. It is very popular and used by organizations such as Google, NASA, the CIA, and Disney. https://www.sololearn.com/learn/Python/2269/?ref=app Here are a lot of examples of using Python: https://en.wikipedia.org/wiki/List_of_Python_software?wprov=sfla1
19th Mar 2018, 8:21 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 3
python can be used for almost all projects python for Machine learning projects, for web development with django or flask, for gaming. python have a wide range of packages available useful for all projects of course for gaming there are better options available like unity
19th Mar 2018, 4:01 AM
kaliki chandu
kaliki chandu - avatar
+ 2
Python is great for almost anything, however, I find that games are horribly lacking. https://code.sololearn.com/c9auThIhVRuf/?ref=app There’s an example of a python code I spent an afternoon on.
19th Mar 2018, 3:59 AM
Jax
Jax - avatar