+ 4
How do i create Web application in python?
What basic concept i need to know ? Can i create web application without using any frame work? Best book to start ?
13 Answers
+ 5
Django is the widely used framework for creating web application in python .
Visit tutorials point for start and even Django's docs for more info.
+ 4
PROGRAMMER RAJA if you want to create web application then you need to work with frameworks like Django,flask etc.without using any module or framework it cannot be done.if you don't have knowledge about in these frameworks then you can easily learn from Internet also in free.
+ 4
Maninder Singh thank you so muchđđđđđđ
+ 3
Django and flask framework are best for web development. https://www.fullstackpython.com
+ 2
A framework would be very helpful for web apps in python.
Django is an option
+ 2
Adarsh .n.Bidari can you tell if i can create web app without framework
+ 2
PROGRAMMER RAJA yes
+ 2
Django is a very good source and thier is alot of courses online that teach you how to use it, like on udemy etc
+ 2
You can check this also:
https://trinket.io/JUMP_LINK__&&__python__&&__JUMP_LINK
This tools lets you embed a python code snippet in any web page (iframe)
+ 1
Adarsh then how can it possible can you explain briefly plse help me
+ 1
Django is nice because it does a great job at separating frontend and backend.
0
I think ,and correct me if Iâm wrong, but I think Django is a package that is used for creating web applications.