What can I Programming with Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What can I Programming with Python

Why is Python the best beginner Language? I mean... What Van I Programming with it? Apps? Games? Webgames? And for wich? Computer? Linux? Windows? Smartphone? Android? iOS?

16th Nov 2017, 5:10 AM
Yuri
Yuri - avatar
5 Answers
+ 1
Python has a good flow and when learning it, can help with alot of basic coding structure with other languages. The uses are mostly web-development and internet-development.
16th Nov 2017, 5:12 AM
Jackson Tomei
Jackson Tomei - avatar
+ 7
Python can serve as a scripting language forweb applications, e.g., via mod_wsgi for theApache web server. With Web Server Gateway Interface, a standard API has evolved to facilitate these applications. Web frameworks like Django, Pylons, Pyramid,TurboGears, web2py, Tornado, Flask, Bottleand Zope support developers in the design and maintenance of complex applications.Pyjs and IronPython can be used to develop the client-side of Ajax-based applications.SQLAlchemy can be used as data mapper to a relational database. Twisted is a framework to program communications between computers, and is used (for example) byDropbox.
16th Nov 2017, 5:29 AM
Vukan
Vukan - avatar
+ 3
Almost anything!
16th Nov 2017, 5:24 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 3
But stresses more on web creation
16th Nov 2017, 5:24 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 2
python is best beginner language to me cause it was purely written as an interpreter based program rather than a compiler base program. by this (interpreter based) I mean that it's syntax was developed for easy readability and understanding for humans rather than for the computer. so in principle a human will tend to really love the structure of python than others compiler based programs. a useful instance is that many programs try to write their codes in machine forms using {} and ending each line with things like semicolons (; ,e. g Java,sql, javascript, Matlab, c++, phone e. t c) however python just requires simply a tab indentation without any semicolons before new lines. as said earlier by @ByKah python has a lot of frameworks and support for different type of scenarios ranging from back end web scritpting, game design, scientific programming, application design, robotics, Os e. t. c thus making it robust and fully sophisticated than many other languages which where just designed for particular purposes like javascript . thus python is multifunctional. also python gained a lot of its modules from c++ so backward support for that programming language which was object oriented was implemented in python with python also allowing for procedural structure of programming being implemented in its design thus making it more acceptive to handling different types of scenarios that life could present. In summary I think python open source nature even helped it's growth in sophistication and modules creation thereby making it to become superior to languages that simply really on a certain organization that determines the frames... python is good
16th Nov 2017, 1:27 PM
Samuel Akosa
Samuel Akosa - avatar