Python is used for web development?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

Python is used for web development??

I want to know how python work for web development?? I mean I know html, css, javascript is for front-end development & php is for back-end development.. Bootstrap & Laravel are the framework.. so how python works for web development?? can u say please??

20th Mar 2017, 2:45 AM
Samira
Samira - avatar
6 Answers
+ 9
Python offers many choices forweb development: *.Frameworks such as Django and Pyramid. *.Micro-frameworks such as Flask and Bottle. *.Advanced content management systems such asPlone and django CMS. Python's standard library supports many Internet protocols: *.HTML and XML *.JSON *.E-mail processing. *.Support forFTP,IMAP, and otherInternet protocols. *.Easy-to-usesocket interface. And the Package Index has yet morelibraries: *.Requests, a powerful HTTP client library. *.BeautifulSoup, an HTML parser that can handle all sorts of odd ball HTML. *.Feedparser for parsing RSS/Atom feeds. *.Paramiko, implementing the SSH2 protocol. *.Twisted Python, a framework for asynchronous network programming.
12th Apr 2017, 6:08 PM
Prince Saini
Prince Saini - avatar
+ 12
backend, and maybe software/app for your site if you want
20th Mar 2017, 7:59 AM
Ahri Fox
Ahri Fox - avatar
+ 6
thnx @shivam
8th Apr 2017, 5:04 AM
Samira
Samira - avatar
+ 3
You can use Python to make a web application. there are lots of Python frameworks to make a website. Django is the popular Python web frameworks.
20th Mar 2017, 2:56 AM
Dadang NH
Dadang NH - avatar
+ 1
YouTube is a good example for being a python based site...
26th Mar 2017, 6:22 AM
Sajidul Islam
Sajidul Islam - avatar
0
There are many frameworks like django, flask etc in python. the main advantage of python is it has lot of inbuilt modules which can be used directly while development , also there are a lot of external libraries present for its disposal whenever needed. you can create and integrate api's as well easily.
8th Apr 2017, 4:54 AM
Shivam
Shivam - avatar