Define Terms (any four): i) GIL, ii) WSGI, iii) CGI, iv) Tweets, v) Apilevel
[8 marks]Discuss similarity and dissimilarity of re.match() and re.search() using suitable example.
[6 marks]i) Discuss various special symbols and characters used in Regular expression ii) Explain group(), groups() and groupdict() methods using suitable example.
[3 marks]Design a Database handler that outputs the contents of Voter(VoterID, Name, Gender, SeatName, Category) table as HTML Page for browsers.
[7 marks]Explain how to process comma separated values in Python using suitable example
[7 marks]What are extensions? Why one need to extend a python code? List steps to create an extension.
[7 marks]What is cursor? Explain how to manage cursor in python using suitable example.
[7 marks]Explain in brief Thread and threading module. Which one is better? Why?
[7 marks]Explain the similarity and dis-similarity between the cursor fetchone(),fetchall() and fetchmany() methods.
[7 marks]Explain web crawling in python.
[7 marks]i) Discuss check list to know about data. ii) Discuss uses and benefits of framework.
[3 marks]Discuss urlparse(), urlunparse() and urljoin() functions of urlparse module
[7 marks]i) Explain any two data visualization techniques. ii) What is the importance of development server?
[3 marks]Discuss basic steps to create “Hello World!” project in Django.
[7 marks]Discuss various web address components with suitable example.
[7 marks]What is syncdb? List and explain purpose of various project files Django.
[7 marks]What is Web services? How REST is used in web services?
[7 marks]