6 ответов
+ 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.
+ 12
backend, and maybe software/app for your site if you want
+ 6
thnx @shivam
+ 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.
+ 1
YouTube is a good example for being a python based site...
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.