Do as directed
[ marks]Define Terms: WSGI, SQLAlchemy, GIL, Thread ii) Why Regular Expressions are inherently greedy?
[3 marks]i) State one advantage and disadvantage of extension. iii) List various web components. Identify web address components from https://gtu.ac.in/exam-form?id=1 iii) List various connect() Function Attributes. 01 iv) Say TRUE or FALSE: There is no primary alternatives to the threading module. 01
[2 marks]What will happen when executes “./manage.py syncdb”?
[ marks]i) Give any two differences between re.match( ) and re.search( ) methods. ii) What are the things need to be known about dataset?
[3 marks]Explain following Regular expression Symbols and special characters 1+2+2+2 (Give Example) : i) Dot (“.”) ii) ^ iii) {N} iv) iv) [ ]
[ marks]Write a python code which will read from COVID.CSV file and write data using CSV module of Python ( Data format: City, Active cases, TotalCases, NoofDeaths)
[7 marks]What is the importance of python extension? List steps to create extension in Python. Explain any one step in detail.
[7 marks]Explain methods used to breaks Uniform Resource Locator (URL) strings in components and to combine the components back into a URL string.
[7 marks]Discuss how urllib methods are used to fetch internet resources.
[7 marks]How web service works? How REST is used in web service?
[7 marks]List and explain various ways by which you can create threads using the Thread class.
[7 marks]Explain fetchone( ), fetchall( ) and fetchmany( ) cursor object methods.
[7 marks]Illustrate the key advantages of having a threading environment.
[7 marks]Write a program to insert and read data from Database in python (Table format: City (CityCode, Name, StateName)
[7 marks]i) Explain using command
[4 marks]the installation of Django and
[ marks]creation of a new Project e.g. “MyBlog”. ii) What is the role of urls.py, settings.py and manage.py files ?03
[ marks]What is the importance of visualization techniques? Discuss any two data visualization techniques.
[7 marks]Discuss basic steps to create “Hello World!” project in Django using template.
[7 marks]Explain in brief holdout, n-fold and cross-validation methods with its importance.
[7 marks]