i) Write down regular expression for following requirements. a. Find all the word from string which start with vowels. b. Find all the words from string which contains numbers. ii) Explain Terms: Django Shell, Global Interpreter Lock(GIL).04
[4 marks]Discuss similarity and dissimilarity between re.search() and re.match().
[6 marks]i) Explain sub(), and subn() using suitable example. ii) Differentiate between Django app with project.
[3 marks]Explain how to process CSV file in python ( use file structure: Cityname,Statename, CountryName)
[7 marks]Write python program to perform basic Read and update operation on Department Table (Deptno, Name, Location).
[7 marks]i) Differentiate between CGI and WSGI. ii) Why you need to extend python code?
[3 marks]Explain how to manage cursor in python. Give suitable example.
[7 marks]i) Which module is better, Thread or threading? Why? ii) List advantages and disadvantages of extensions.
[3 marks]Explain the Twitter service in your own words.
[7 marks]Compare urlparse(), urlunparse() and urljoin() functions.
[7 marks]List and explain web address components. Give suitable example
[7 marks]List uses of web crawler. How to parse web content?
[7 marks]How to fetch content of web page using functions of urllib.
[7 marks]Explain in brief steps to create Django project. How to create super user in Django?
[7 marks]i) Discuss a checklist to know about data Set with its importance. ii) Discuss cross validation method.
[3 marks]What is Django? Discuss any two uses of manage.py.
[7 marks]i) What is the difference between holdout and n-fold methods ii) Discuss Parallel coordinates plot data visualization technique.
[3 marks]