Skip to content

Commit 3a401dc

Browse files
committed
some additional lectures added
1 parent 1c4bdee commit 3a401dc

13 files changed

+80
-18
lines changed

__pycache__/data.cpython-38.pyc

-2.26 KB
Binary file not shown.
-862 Bytes
Binary file not shown.
-331 Bytes
Binary file not shown.

data.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@
125125
'description': 'Learn the basics of HTML and CSS for front-end web development.'
126126
}
127127
Angular = {
128-
'courseName': 'Angular',
129-
'name' : 'Angular Devloper',
130-
'logo' : 'angular-plain',
131-
'diffculty' : 'Intermediate',
132-
'duration': '3 Days',
133-
'rating': '4.5',
134-
'price': '$10',
135-
'imageName': 'popular-04.jpg',
136-
'description': 'Angular.'
128+
'courseName': 'Angular',
129+
'name' : 'Angular Devloper',
130+
'logo' : 'angularjs-plain',
131+
'difficulty' : 'Intermediate',
132+
'duration': '3 Days',
133+
'rating': '4.5',
134+
'price': '$10',
135+
'imageName': 'popular-04.jpg',
136+
'description': 'Learn the basics of Angular for front-end web development.'
137137
}
138138

lecturesData.py

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,66 @@
114114
'duration': '3 Hour',
115115
'price': 'Free'
116116
}
117+
],
118+
'Django' : [
119+
{
120+
'courseName': 'Django',
121+
'topic': 'Fundamentals',
122+
'date': '23/Feb',
123+
'duration': '1 Hour',
124+
'price': 'Free'
125+
},
126+
{
127+
'courseName': 'Django',
128+
'topic': 'Python Basics',
129+
'date': '23/Feb',
130+
'duration': '2 Hour',
131+
'price': 'Free'
132+
},
133+
{
134+
'courseName': 'Django',
135+
'topic': 'Exploring Django',
136+
'date': '23/Feb',
137+
'duration': '3 Hour',
138+
'price': 'Free'
139+
},
140+
{
141+
'courseName': 'Django',
142+
'topic': 'Django Models',
143+
'date': '23/Feb',
144+
'duration': '4 Hour',
145+
'price': 'Free'
146+
},
147+
{
148+
'courseName': 'Django',
149+
'topic': 'Django Templates',
150+
'date': '23/Feb',
151+
'duration': '5 Hour',
152+
'price': 'Free'
153+
}
154+
],
155+
'JavaScript' : [
156+
{
157+
'courseName': 'JavaScript',
158+
'topic': 'Fundamentals',
159+
'date': '23/Feb',
160+
'duration': '1 Hour',
161+
'price': 'Free'
162+
},
163+
{
164+
'courseName': 'JavaScript',
165+
'topic': 'JS in HTML',
166+
'date': '23/Feb',
167+
'duration': '2 Hour',
168+
'price': 'Free'
169+
},
170+
{
171+
'courseName': 'JavaScript',
172+
'topic': 'NodeJS',
173+
'date': '23/Feb',
174+
'duration': '3 Hour',
175+
'price': 'Free'
176+
}
117177
]
118178
# Add more courses as needed
119179
}

menuData.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
]
77

88
all = [
9-
data.Java,
9+
data.Java, #lecture added
1010
data.CSharp,
11-
data.ReactJS,
12-
data.ML,
13-
data.JavaScript,
14-
data.Django,
15-
data.Python,
16-
data.HTML,
11+
data.ReactJS, #lecture added
12+
data.ML, #lecture added
13+
data.JavaScript,#lecture added
14+
data.Django, #lecture added
15+
data.Python, #lecture added
16+
data.HTML, #lecture added
1717
data.Angular
1818
]
-1.42 KB
Binary file not shown.
-440 Bytes
Binary file not shown.
-522 Bytes
Binary file not shown.
-400 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)