State any two uses and benefits of web framework.. ii) Explain the difference of sub() and subn() using suitable example. iii) Why you need to extend python code? iv) Create Regular Expression that
[3 marks]Recognize strings: hut, hit, hat ii) Recognize date format YYYY-MM-DD iii) Recognize strings : phone number of format 800-2222-1212
[ marks]i) Discuss special symbols and characters used in Regular expression. ii) What is the importance of development server?
[3 marks]Explain split() method used for CSV data processing with suitable example.
[7 marks]Explain process of creating Extension in Python.
[7 marks]Explain connect() function used to connect database using suitable example.
[7 marks]Discuss similarity and dissimilarity of Thread and threading module.
[7 marks]Explain execute( ), executemany( ), fetchone( ), fetchall( ) and fetchmany( ) cursor object methods.
[7 marks]What is Web services? How REST is used in web services?
[7 marks]What is web crawler? List reasons for its creation.
[7 marks]Discuss urlopen() and urlretrieve() functions(Give example).
[7 marks]Explain various web address components with suitable example.
[7 marks]Discuss urlparse(), urlunparse() and urljoin() functions.
[7 marks]Discuss basic steps to create “Hello World!” project in Django.
[7 marks]Discuss a checklist to know about data Set with its importance
[7 marks]What is web framework? List and explain purpose of various project files of Django
[7 marks]Explain holdout, n-fold and cross-validation methods
[7 marks]