Python with Django Viva and Web Development Questions

Sara Shaik
Computer science
TEXT/PLAIN
11 downloads
Details
PYTHON WITH DJANGO-VIVA QUESTIONS -------------------------------------------------------- 1.What is Tkinter? 2.what is mainloop()? 3.how to create title? 4.how to create label? 5.how to create entry()? 6.what is Grid()? 7.what is BueatifulSoup4? 8.what is the use of BueatifulSoup4? 9.what is flask? 10.what is run()? 11.how to install any package in python? 12.what is @app.route()? 13.what is bottle? 14.what is requests? 15.what is the meaning of the following status codes 1)100 2)200 3) 300 4) 400 4) 500 16.what is Django? 17.how to create the project in Django 18.how to create app? 19.after creating the app what we need to do? 20.how to run the server? 21.what is BootStrap? 22.how to create templates folder? 23. inside templates folder which files we are creating? 24.what is HTML? 25.what is HTML structure? 26.how to write function? 27.what is carousels feature? 28.what is the use of views.py? 29.what is the use of urls.py? 30.what is template()?