1. 1. Is python a case sensitive language? yes
2. 2. Which of the following data types is not supported in python?
3. 3. How will you get all the keys from the dictionary?
Using dictionary.keys() function, we can get all the keys from the dictionary object.
4. 4. Tcl is shortened form of Tool Command Language.
5. 5. John Ousterhout of the University of California, Berkeley, designed TCL/TK.
6. 6. The primitive data-type of Tcl is string.
7. 7. The basic component of a Tk-based application is called a widget.
8. 8. Frame widget is used group other widgets and place, pack, and grid are layout manager to give you total control over your adding to windows.
9. 9.Grid Widget to nest widgets packing in different directions.
10. 10. Zope stands for "Z Object Publishing Environment".
11. Chaussette is web server capable of running using multiple different underlying http engines.
12. 12. Django focuses on automating as much as possible and adhering to the DRY (Don't Repeat Yourself) principle.