-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutlab.php
More file actions
128 lines (74 loc) · 4.54 KB
/
aboutlab.php
File metadata and controls
128 lines (74 loc) · 4.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html>
<head>
<title>About Lab</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/fonts.css">
<link rel="stylesheet" type="text/css" href="css/aboutlab.css">
</head>
<body style="font-family: Ubuntu;">
<div class="top">
<nav class="navbar navbar-default navbar-fixed-top" style=" background-color:#F05054; border:0px; ">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar" style="background-color: white"></span>
<span class="icon-bar" style="background-color: white"></span>
<span class="icon-bar" style="background-color: white"></span>
</button>
</div>
<ul class="nav navbar-nav navbar-left" >
<h1 style="color: white;padding-left: 3em;font-family: Ubuntu;font-size: 35px; ">Python<br> Programming Language</h1>
</ul>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right" id="bs" >
<li><a href="./index.php" style="font-family: Ubuntu;">Home</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div class="as">
<b><h2>Aim :</h2></b><br><br>
To make a user friendly virtual platform that provides opportunity for progressive learning and understanding the concepts of Python programming language.<br><br>
<b><h2>Learning Outcome :</h2></b><br><br>
With the help of our virtual lab, students get a chance to learn programming using Python language as they are provided with an interactive simulator. It is beneficial in understanding the basics of a language which simply cannot be understood by self evaluation.<br><br>
<b><h2>Theory :</h2></b><br><br>
Python is considered as one of the simplest language in the programming world. It provides an interface with the help of which python can be used for Software Development, GUI Development, Web Development etc. Thus, making things easier for the programmer.<br><br>
Here, we have tried to make the experience memorable for the user.
The simulation helps a student in developing his programming skills effectively and efficiently. The basics will be cleared and any sort of confusion will be eradicated with the help of line by line execution display of the code.<br><br>
<b><h2>Procedure :</h2></b><br><br>
1. Read the problem statement that is to be solved.<br>
2. Get to the simulation section after going through the theory.<br>
3. Enter the desired input that is mandatory for proceeding.<br>
4. Follow the instructions mentioned in the manual.<br>
5. The code of the problem will be generated with the help of which that problem will be solved.<br>
6. Relevant line of will be highlighted to explain the execution of the code.<br>
7. The output will be displayed in a separate panel along with the values of the objects used in it.<br>
<b><h2>Experiments :</h2></b><br><br>
1. Basic Arithmetic Operations<br>
2. Strings and methods <br>
3. Built-in Functions<br>
4. Loops<br>
5. Data Types<br>
6. Classes and Objects<br>
7. Built-in modules<br>
8. Constructor and Inheritance<br>
9. File Operations<br>
10. System Operations<br>
11. GUI Applications<br>
<b><h2>Results and Output :</h2></b><br><br>
The main objective to develop this lab was to provide an interactive source of learning for the students. The simulation that we provide fulfills our purpose.<br><br>
<b><h2>Analysis and Discussion :</h2></b><br><br>
There might be some users who have a problem of generating logical statements by their own. Such will be taught the execution of code line by line which help them.<br>
There will be a dry run displayed in the Output panel that helps a student clear his doubts as well.<br>
Feedback is very essential to know the requirements and demands of the users. A feedback form will also be provided so that there could be a smooth function of upgradation and maintenance. <br><br>
<b><h2>Conclusion :</h2></b><br><br>
This lab could be beneficial for all the students who are facing difficulties in learning programming in Python. <br><br>
</div>
</body>
</html>