UNIT-I : Python libraries for web development :
Collections-Container datatypes, Tkinter-GUI applications, Requests-HTTP requests, Beautiful Soup4-web
scraping, Scrapy, Zappa, Dash, CherryPy, Turbo Gears, Flask, Web2Py, Bottle, Falcon, Cubic Web, Quixote,
Pyramid.
Experiments :
- Write a Python GUI program to import Tkinter package and create a window. Set its title and add a label to the window.
- Write a Python program that designs a simple login form with labels and Entry widgets, arranging them in a grid using the Grid geometry manager.
- Write a program using BeautifulSoup4 library for web scraping for a given URL
- Develop a Sample Hello World page using Flask framework
- Develop a sample web page using CherryPy / Web2Py / Bottle Framework
- Extra Experiment : Write a Python GUI Program the change background color of window using Tkinter package