How to use Common Regular Expression Symbols and Special Characters in python? Explain with example. Write a python code which will read from COVID.CSV file and write data
[7 marks]07 using CSV module of Python (Data format: City, Active cases,Total Cases , No of Deaths).
[ marks](i) What do you mean by JavaScript Object Notation (JSON), Python and XML?04 (ii)Differentiate between Python and XML.
[3 marks]Given a list of links (and optional short description), whether user-provided on command-line, via input from another script, or from a database, generate a Web page (.html) that includes all links as hypertext anchors, which upon viewing in a Web browser, allows users to click those links and visit the corresponding site. If the short description is provided, use that as the hypertext instead of the URL.
[7 marks](i)Why Global Interpreter Lock is used in multi-threading programming? (ii)Write a program in python to implement Threads.
[4 marks]07 How are files handled in Python? List out types of files that python can handle. Explain any five modes of files.
[ marks]Explain execute( ), executemany( ), fetchone( ), fetchall( ) and fetchmany( ) cursor object methods.
[7 marks](i) What is the Python DB-API? Is it a good thing?Why ? (ii) Explain various Python Web Client Tools with example.
[4 marks]Write a program in python to create script to performs basic operations (Insert, Update and delete) by using a MySQL databases.
[7 marks]List and explain web address components using suitable example.
[7 marks]How web service works? How REST is used in web service?
[7 marks]how CGI works? With neat sketch explain CGI architecture in details.
[7 marks](i)Explain the practical important of WSGI and CGI. (ii)How can you use Middleware and Wrapping WSGI Applications? Explain application of WSGI .
[4 marks]Why we need a microblogging with the Twitter? Explain with example.
[ marks]What is the use of web service for web application? Create a user define web service to test temperature.
[7 marks]List various visualization techniques used to get insight into data. Explain any one in details.
[7 marks]Write down basic steps to create any simple project in Django with example.
[7 marks]