Explain Terms : WSGI, GIL, SAX, Web Framework
[4 marks]Explain following methods (any three):
[6 marks]sub() ii) subn() iii) finditr() iv) executemany() v) re.compile()
[ marks]Write regular expression
[4 marks]to match strings : mon, son, Mon, Son. ii) to match dot (“.”) iii) to match mobile numbers starting with 70,71 or 74 and have 10 digits. iv) to match email address.
[ marks]Discuss a checklist to know about data Set with its importance.
[7 marks]Explain similarity and dissimilarity of re.search() and re.match().
[7 marks]Explain how to read and write CSV data in python (File format: RollNo, Name, CPI).
[7 marks]Write a python program to perform basic CRUD operations (Format: ProductId, ProductName, Quantity,Rate).
[7 marks]i) What are extensions? Why extensions are needed ? ii) What is the role of PyObject*, PyArg_Parse* and Py_BuildValue*?
[3 marks]Explain various cursor methods using suitable example.
[7 marks]List and discuss 3 steps for creating extensions in python
[7 marks]Explain urlopen and urlretreive methods of urllib.
[7 marks]i) Differentiate between thread and threading module ii) Compare SQLAlchemy and SQLObject ORM
[3 marks]Discuss urlparse( ), urlunparse( ) and urljoin( ) methods of urlparse.
[7 marks]Explain how threading is implemented in python.
[7 marks]List and explain web address components using suitable example.
[7 marks]What is the difference between Django Project and Django App? List steps to create “Hello world” Project.
[7 marks]Explain Basic, Simple and CGI web servers of Python.
[7 marks]List various visualization techniques used to get insight into data. Explain any one in details.
[7 marks]