i) Explain Terms: i) WSGI ii) Fullstack iii) tweepy ii) Write a regular expression that will match
[4 marks]Password (size of 8 or more) containing alphabets ( lower and upper) and digits.
[ marks]Email address
[ marks]Strings: hut, hit, hat.
[ marks]Strings starting with vowels.
[ marks]Explain re.match() and re.search() with similarity and dissimilarity.
[7 marks]Explain following methods using suitable example: findall(), finditr(), subn(),split(), group(), groups(), groupdict()
[7 marks]Write a python program which will read corona_vaccination.csv (AdharNo, Name, Gender, Age, Status( Yes or No)). Display into HTML format.
[7 marks]What do you mean by database adapter? Write a python program to perform basic Insert and Update operations on Student(Format: Enroll no, Subject code, Marks).
[7 marks]State in your words the differences found in fetchone( ), fetchall( ) and fetchmany() methods.
[7 marks]i) List advantages and disadvantages of extensions. ii) Compare Single and Multithreaded executing in python
[3 marks]How urlparse(), urlunparse() and urljoin() functions are similar and different from each other?
[7 marks]i) Compare Thread module and Threading module. ii) What is GIL? How it works?
[3 marks]Explain urlopen() and urlretrieve() functions of urllib.
[7 marks]i) Differentiate between CGI and WSGI. iii) What are the various reasons for web crawlers?
[3 marks]What is CGI? How to create a CGI application in Python?
[7 marks]i) What are BaseHTTPRequestHandler, SimpleHTTPRequestHandler, and CGIHTTPRequestHandler? ii) Explain any three web address components.
[3 marks]What is web framework? Discuss steps to create Django project.
[7 marks]i) Discuss any two visualization techniques. ii) Why it is important to know shape of data set?
[3 marks]List various files created for Django project with its roles.
[7 marks]i) What are holdout and n-fold cross-validation techniques? ii) Why it is important to know Types of Attributes?
[3 marks]