+ 2

Where can I use python?

can I use it in web development, games, etc?

23rd Apr 2018, 5:21 AM
Joshua Pneda
Joshua Pneda - avatar
2 Answers
+ 1
Python is a general-purpose language, so yes, you can use it in web or game-dev. However, it makes sense to use different languages depending on your goal. For instance, you can use a Swiss knife to open a bottle of wine, but it would be easier to do it with corkscrew.
23rd Apr 2018, 5:58 AM
Ali Zhussupov
Ali Zhussupov - avatar
+ 1
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, Disney, Pinterest, Instagram, National Geographic, Mozilla Firefox, and the Washington Post. Here are a lot of examples of using Python: https://en.wikipedia.org/wiki/List_of_Python_software?wprov=sfla1 https://www.sololearn.com/discuss/914940/?ref=app
23rd Apr 2018, 6:38 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar