You are on page 1of 3

17CS61

Practical #09
Introduction to Python

Q #01: - List at least five Domain-specific and general purposes languages?


Domain Specific Language

1. SQL – databases
2. HTML – web layout
3. CSS – style
4. XPath – XML nodes selection
5. Latex – document layout
General Purpose Language
1. C# 2.
C++
3. Java
4. JavaScript
5. Python
Q #02: List famous web development frameworks of 2018.
1. Angular
2. Django
3. Laravel
4. Ruby on Rails
5. Symfony
6. Yii
7. MeteorJS
Q #03: - List all Python releases from 2015 to 2018.
1. Python 3.5 - 13 Sep 2015
2. Python 3.6 - 23 Dec 2016
3. Python 3.7 - 27 Jun 2018
Q #04: - List some software tools that run python programming language
1. Jypter Lab
2. Vs Code
3. Spyder
Q5: Find out the function for listing all the keywords and write a program for
it.

Q6: Write 2 different programs in python, containing at least three keywords


(in each program) other than mentioned in manual.
Program 1
Program 2

Q #07: - write the command to run the python programs. how to find the version of python available in
ubuntu.

Command to run the python programs.

 Python Program_name.py

Find the version of Python

 Python -v or Python

You might also like