i) Define Terms (ANY FOUR) : 1) REST 2)WSGI 3)Full Stack 4)syncdb 5)Apilevel ii) Explain group(), groups() and groupdict() methods of match object using suitable example.
[3 marks]Do as directed.
[ marks]What will be the output of the following? sentence = 'Sunday is Sunday' matched = re.match(r'(.*) (.*?) (.*)', sentence) print(matched.groups()) ii) What will be the output of re.split(r'(a)(t)','Maths')? 01 iii) Say TRUE or FALSE: CGI is a programming language. 01 iv) Write regular expression that will check email address of the format 01 <word>@<word>.<word>.<word> e.g. xyz@gtu.edu.in
[ marks]What is GIL? How it works?
[3 marks]What to know about data Set? Why it is important to know about data set?
[7 marks]Discuss the difference between re.search and re.match using suitable examples.
[7 marks]Discuss various special symbols and characters used in Regular expression.
[7 marks]What are extensions? Why you need to extend python code? List steps to create extension in python.
[7 marks]Explain following methods with suitable example: executemany( ),subn( ), finditr( ).
[7 marks]List and explain various web address (URL) components.
[7 marks]Explain the cursor fetchone(),fetchall() and fetchmany() methods using suitable example.
[7 marks]Explain Basic, Simple and CGI web servers of Python.
[7 marks]For WC2019 table (GroupName,CountryName), create a database handler that inserts data into table and outputs the contents of that table as HTML for browsers.
[7 marks]Explain urlparse, urlunparse and urljoin methods with its functions.
[7 marks]Compare Thread and threading module. Which one is better? Why?
[7 marks]i) List and explain purpose of various files of Django project. ii) What is the importance of development server?
[3 marks]Discuss holdout, n-fold and cross-validation methods.
[7 marks]i) Compare Django project and Django App. ii) What does Django template contain?
[3 marks]Explain Q –Qand Parallel coordinates plot visualization methods.
[7 marks]