Do as Directed.
[ marks]Write regular pattern/expression which will match Adhar Number ( format 9999- 9999-9999). ii) Write regular pattern/expression which will match Student Name, which will be in01 upper case alphabets. iii) Find out the output of: print(re.subn("[yY]es","no", "yes Isaid yes Iwill.")).01 iv) List web address components.01
[ marks]Define Terms: Global Interpreter Lock(GIL), Django Shell, WSGI03
[ marks]Say TRUE or FALSE with justification.
[7 marks]All REST interactions are stateless. ii) Feed contain a greater proportion of machine-readable information. iii) Mashups combine data and services provided by other sites. iv) The quality of SVG graphics are not lose when they are zoomed or resized.
[ marks]XML is a programming language. vi) Following Javascript function can be called as add(1) and add(1,2): function add(a,b){ return a +b } vii) send() and send(string) methods sends request for GET and POST methods.
[ marks]Discuss searching and matching using suitable example.
[7 marks]Design a Database handler that outputs the contents of Employee(Empno, Name, Gender, Salary) table as HTML Page for browsers.
[7 marks]Discuss processing of CSV file in python using Employee.csv(Empno, Name, Gender, Salary) CSV file.
[7 marks]List advantages and disadvantages of Python extension. List 3 Steps for creating extensions for Python. Discuss any one in detail.
[7 marks]Explain the similarity and dis-similarity between the cursor fetchone(),fetchall() and fetchmany() methods.
[7 marks]Explain apilevel, threadsafety, paramstyle and connect() DB-API module attributes.
[7 marks]Differentiate between
[7 marks]Single and Multithreaded executing in python ii) thread and threading module
[ marks]Define tweets. List some of the limitations of it. Explain the Twitter service in your own words.
[7 marks]State in your words how urlparse(), urlunparse() and urljoin() functions are similar and different from each other.
[7 marks]What is the use of web crawler? Why we need them? How to parse web content?
[7 marks]i) Compare Basic, Simple and CGI web servers of Python ii) Discuss differences between Twython and Tweepy Python libraries.1
[4 marks]Discuss basic steps to create “Hello World!” project in Django.
[7 marks]Discuss visualization techniques: Q –Q, Parallel coordinates plot.
[7 marks]Explain various ways to install Django framework. Write commands: to verify Django installation, change port and change IP of server.
[7 marks]Compare holdout, n-fold and cross-validation methods.
[7 marks]