login
Home / Papers / Python & Django the Fastest Growing Web Development Technology

Python & Django the Fastest Growing Web Development Technology

1 Citations2024
Manoj Sharma, Mohammad Shuaib Khan, Jitendra Singh
2024 IEEE 1st Karachi Section Humanitarian Technology Conference (KHI-HTC)

The technical requirements for satisfying a good website can be fulfilled by “Python” with “Django”, the patter that Django follows is Model-View-Controller (MVC) architecture.

Abstract

This paper spreads the knowledge of Python and Django for World Wide Web site development. Web development can be defined as the process involved in building, creating and maintaining a website for internet or intranet. It involves front-end and back-end. HTML, CSS, JS, Bootstrap framework etc. are some languages used to develop front-end whereas Python, PHP, Java etc. are some languages used to develop back-end. During the development of a website, the appearance of the website makes the development more critical. A good website can easily attract a large number of successful web visitors. In order to design and enhance good layout and good web design we must choose the right technology. The technical requirements for satisfying a good website can be fulfilled by “Python” with “Django”. Python is fastest growing language but one area where python shines the most is web development, it offers many frameworks like Django, Flask, Pyramid, Bottle.py, web2py. Django, a Python’s free to use web framework making development easy and time saving. The patter that Django follows is Model-View-Controller (MVC) architecture. Python offers more flexibility, security, high performance, easy to use, simple syntax over PHP, this is the reason why python is fastest growing language.