1
1
export const PythonCourses = [
2
2
{
3
3
cname : "Course 100: Introduction to Python Programming" ,
4
- duration : "12 Weeks" ,
5
- dates : "September 14th - November 30th" ,
4
+ duration : "13 Weeks" ,
5
+ dates : "September 1st - November 30th" ,
6
6
lang : "Python" ,
7
7
class : "5+ Grade" ,
8
8
mode : "Online" ,
@@ -17,12 +17,12 @@ export const PythonCourses = [
17
17
} ,
18
18
{
19
19
cname : "Course 101: Algorithms and Data Structures in Python" ,
20
- duration : "12 Weeks" ,
21
- dates : "September 14th - November 30th" ,
20
+ duration : "13 Weeks" ,
21
+ dates : "September 1st - November 30th" ,
22
22
lang : "Python" ,
23
23
class : "5+ Grade" ,
24
24
mode : "Online" ,
25
- price : 850 ,
25
+ price : 900 ,
26
26
open : 1 ,
27
27
topics : [
28
28
"Mastering Python programming language" ,
@@ -32,13 +32,29 @@ export const PythonCourses = [
32
32
] ,
33
33
} ,
34
34
{
35
- cname : "Course 102 : Python Hands-on Projects" ,
36
- duration : "12 Weeks" ,
37
- dates : "September 14th - November 30th" ,
35
+ cname : "Course 102V : Python Hands-on Projects" ,
36
+ duration : "13 Weeks" ,
37
+ dates : "September 1st - November 30th" ,
38
38
lang : "Python" ,
39
39
class : "5+ Grade" ,
40
40
mode : "Online" ,
41
- price : 900 ,
41
+ price : 1200 ,
42
+ open : 0 ,
43
+ topics : [
44
+ "Project 1: Personal Finance Tracker" ,
45
+ "Project 2: Simple Web Scraper" ,
46
+ "Project 3: Basic Chatbot" ,
47
+ "Project 4: Game Development" ,
48
+ ] ,
49
+ } ,
50
+ {
51
+ cname : "Course 102P: Python Hands-on Projects" ,
52
+ duration : "13 Weeks" ,
53
+ dates : "September 1st - November 30th" ,
54
+ lang : "Python" ,
55
+ class : "5+ Grade" ,
56
+ mode : "In Person" ,
57
+ price : 2000 ,
42
58
open : 0 ,
43
59
topics : [
44
60
"Project 1: Personal Finance Tracker" ,
@@ -52,12 +68,12 @@ export const PythonCourses = [
52
68
export const BronzeCourses = [
53
69
{
54
70
cname : "Course 200: Problem Decomposition with Iteration & Recursion" ,
55
- duration : "12 Weeks" ,
56
- dates : "September 14th - November 30th" ,
71
+ duration : "13 Weeks" ,
72
+ dates : "September 1st - November 30th" ,
57
73
lang : "Python" ,
58
74
class : "6+ Grade" ,
59
75
mode : "Online" ,
60
- price : 1000 ,
76
+ price : 1100 ,
61
77
open : 1 ,
62
78
topics : [
63
79
"Iteration and bottom-up problem solving" ,
@@ -68,12 +84,12 @@ export const BronzeCourses = [
68
84
} ,
69
85
{
70
86
cname : "Course 201: Depth First Search In-Depth" ,
71
- duration : "12 Weeks" ,
72
- dates : "September 14th - November 30th" ,
87
+ duration : "13 Weeks" ,
88
+ dates : "September 1st - November 30th" ,
73
89
lang : "Python" ,
74
90
class : "6+ Grade" ,
75
91
mode : "Online" ,
76
- price : 1000 ,
92
+ price : 1100 ,
77
93
open : 0 ,
78
94
topics : [
79
95
"Advanced recursion" ,
@@ -85,12 +101,12 @@ export const BronzeCourses = [
85
101
} ,
86
102
{
87
103
cname : "Course 202: Breadth First Search In-Depth" ,
88
- duration : "12 Weeks" ,
89
- dates : "September 14th - November 30th" ,
104
+ duration : "13 Weeks" ,
105
+ dates : "September 1st - November 30th" ,
90
106
lang : "Python" ,
91
107
class : "6+ Grade" ,
92
108
mode : "Online" ,
93
- price : 1000 ,
109
+ price : 1100 ,
94
110
open : 0 ,
95
111
topics : [
96
112
"Python standard libraries: set, dict, queue" ,
@@ -106,12 +122,12 @@ export const BronzeCourses = [
106
122
export const SilverCourses = [
107
123
{
108
124
cname : "Course 300: Advanced Algorithm Design I" ,
109
- duration : "12 Weeks" ,
110
- dates : "September 14th - November 30th" ,
125
+ duration : "13 Weeks" ,
126
+ dates : "September 1st - November 30th" ,
111
127
lang : "Python" ,
112
128
class : "7+ Grade" ,
113
129
mode : "Online" ,
114
- price : 1100 ,
130
+ price : 1200 ,
115
131
open : 0 ,
116
132
topics : [
117
133
"Mastery of Python language" ,
@@ -125,12 +141,12 @@ export const SilverCourses = [
125
141
} ,
126
142
{
127
143
cname : "Course 301: Advanced Data Structures I" ,
128
- duration : "12 Weeks" ,
129
- dates : "September 14th - November 30th" ,
144
+ duration : "13 Weeks" ,
145
+ dates : "September 1st - November 30th" ,
130
146
lang : "Python" ,
131
147
class : "7+ Grade" ,
132
148
mode : "Online" ,
133
- price : 1100 ,
149
+ price : 1200 ,
134
150
open : 0 ,
135
151
topics : [
136
152
"Tree representation and basic properties" ,
@@ -144,12 +160,12 @@ export const SilverCourses = [
144
160
} ,
145
161
{
146
162
cname : "Course 302: Dynamic Programming I" ,
147
- duration : "12 Weeks" ,
148
- dates : "September 14th - November 30th" ,
163
+ duration : "13 Weeks" ,
164
+ dates : "September 1st - November 30th" ,
149
165
lang : "Python" ,
150
166
class : "7+ Grade" ,
151
167
mode : "Online" ,
152
- price : 1100 ,
168
+ price : 1200 ,
153
169
open : 0 ,
154
170
topics : [
155
171
"Understanding Dynamic Programming" ,
@@ -164,12 +180,12 @@ export const SilverCourses = [
164
180
export const GoldCourses = [
165
181
{
166
182
cname : "Course 400: Advanced Algorithm Design II" ,
167
- duration : "12 Weeks" ,
168
- dates : "September 14th - November 30th" ,
183
+ duration : "13 Weeks" ,
184
+ dates : "September 1st - November 30th" ,
169
185
lang : "Python" ,
170
186
class : "8+ Grade" ,
171
187
mode : "Online" ,
172
- price : 1200 ,
188
+ price : 1300 ,
173
189
open : 0 ,
174
190
topics : [
175
191
"Sorting review" ,
@@ -182,12 +198,12 @@ export const GoldCourses = [
182
198
} ,
183
199
{
184
200
cname : "Course 401: Advanced Data Structures II" ,
185
- duration : "12 Weeks" ,
186
- dates : "September 14th - November 30th" ,
201
+ duration : "13 Weeks" ,
202
+ dates : "September 1st - November 30th" ,
187
203
lang : "Python" ,
188
204
class : "8+ Grade" ,
189
205
mode : "Online" ,
190
- price : 1200 ,
206
+ price : 1300 ,
191
207
open : 0 ,
192
208
topics : [
193
209
"Linear data structures: stacks and queues" ,
@@ -201,12 +217,12 @@ export const GoldCourses = [
201
217
} ,
202
218
{
203
219
cname : "Course 402: Dynamic Programming II" ,
204
- duration : "12 Weeks" ,
205
- dates : "September 14th - November 30th" ,
220
+ duration : "13 Weeks" ,
221
+ dates : "September 1st - November 30th" ,
206
222
lang : "Python" ,
207
223
class : "8+ Grade" ,
208
224
mode : "Online" ,
209
- price : 1200 ,
225
+ price : 1300 ,
210
226
open : 0 ,
211
227
topics : [
212
228
"Introduction to pull/push DP" ,
@@ -222,8 +238,8 @@ export const GoldCourses = [
222
238
export const AIFutureCourses = [
223
239
{
224
240
cname : "Course 500: Introduction to Machine Learning" ,
225
- duration : "12 Weeks" ,
226
- dates : "September 14th - November 30th" ,
241
+ duration : "13 Weeks" ,
242
+ dates : "September 1st - November 30th" ,
227
243
lang : "Python" ,
228
244
class : "9+ Grade" ,
229
245
mode : "Online" ,
@@ -239,8 +255,8 @@ export const AIFutureCourses = [
239
255
} ,
240
256
{
241
257
cname : "Course 501: Deep Learning with PyTorch" ,
242
- duration : "12 Weeks" ,
243
- dates : "September 14th - November 30th" ,
258
+ duration : "13 Weeks" ,
259
+ dates : "September 1st - November 30th" ,
244
260
lang : "Python" ,
245
261
class : "9+ Grade" ,
246
262
mode : "Online" ,
@@ -259,13 +275,13 @@ export const AIFutureCourses = [
259
275
260
276
export const FastLaneCourses = [
261
277
{
262
- cname : "Course 600 : Intern Foundation Preparation I" ,
263
- duration : "12 Weeks" ,
264
- dates : "September 14th - November 30th" ,
278
+ cname : "Course 600V : Intern Foundation Preparation I" ,
279
+ duration : "13 Weeks" ,
280
+ dates : "September 1st - November 30th" ,
265
281
lang : "Python" ,
266
282
class : "10+ Grade" ,
267
283
mode : "Online" ,
268
- price : 2000 ,
284
+ price : 1500 ,
269
285
open : 1 ,
270
286
topics : [
271
287
"Introduction to internship preparation I" ,
@@ -276,13 +292,49 @@ export const FastLaneCourses = [
276
292
] ,
277
293
} ,
278
294
{
279
- cname : "Course 601: Intern Handson Project Preparation II" ,
280
- duration : "12 Weeks" ,
281
- dates : "September 14th - November 30th" ,
295
+ cname : "Course 600P: Intern Foundation Preparation I" ,
296
+ duration : "13 Weeks" ,
297
+ dates : "September 1st - November 30th" ,
298
+ lang : "Python" ,
299
+ class : "10+ Grade" ,
300
+ mode : "In Person" ,
301
+ price : 3000 ,
302
+ open : 1 ,
303
+ topics : [
304
+ "Introduction to internship preparation I" ,
305
+ "Module 1: Review of Python" ,
306
+ "Module 2: Review of machine learning" ,
307
+ "Module 3: Review of deep learning" ,
308
+ "Practical projects combining all skills" ,
309
+ ] ,
310
+ } ,
311
+ {
312
+ cname : "Course 601V: Intern Handson Project Preparation II" ,
313
+ duration : "13 Weeks" ,
314
+ dates : "September 1st - November 30th" ,
282
315
lang : "Python" ,
283
316
class : "10+ Grade" ,
284
317
mode : "Online" ,
285
- price : 2000 ,
318
+ price : 1500 ,
319
+ open : 0 ,
320
+ topics : [
321
+ "Internship project preparation" ,
322
+ "Module 1: Comprehensive Python Review" ,
323
+ "Module 2: Business Projects" ,
324
+ "Module 3: Science Projects" ,
325
+ "Module 4: Math and Statistics Projects" ,
326
+ "Module 5: Machine Learning Projects" ,
327
+ "Module 6: Medical Projects" ,
328
+ ] ,
329
+ } ,
330
+ {
331
+ cname : "Course 601P: Intern Handson Project Preparation II" ,
332
+ duration : "13 Weeks" ,
333
+ dates : "September 1st - November 30th" ,
334
+ lang : "Python" ,
335
+ class : "10+ Grade" ,
336
+ mode : "In Person" ,
337
+ price : 3000 ,
286
338
open : 0 ,
287
339
topics : [
288
340
"Internship project preparation" ,
@@ -300,8 +352,8 @@ export const FallCourses = {
300
352
"Python Courses" : [
301
353
{
302
354
cname : "Course 100: Introduction to Python Programming" ,
303
- duration : "12 Weeks" ,
304
- dates : "September 14th - November 30th" ,
355
+ duration : "13 Weeks" ,
356
+ dates : "September 1st - November 30th" ,
305
357
lang : "Python" ,
306
358
class : "5+ Grade" ,
307
359
mode : "Online" ,
@@ -316,8 +368,8 @@ export const FallCourses = {
316
368
} ,
317
369
{
318
370
cname : "Course 101: Algorithms and Data Structures in Python" ,
319
- duration : "12 Weeks" ,
320
- dates : "September 14th - November 30th" ,
371
+ duration : "13 Weeks" ,
372
+ dates : "September 1st - November 30th" ,
321
373
lang : "Python" ,
322
374
class : "5+ Grade" ,
323
375
mode : "Online" ,
@@ -334,8 +386,8 @@ export const FallCourses = {
334
386
"USACO—USACO Bronze Knowledge" : [
335
387
{
336
388
cname : "Course 200: Problem Decomposition with Iteration & Recursion" ,
337
- duration : "12 Weeks" ,
338
- dates : "September 14th - November 30th" ,
389
+ duration : "13 Weeks" ,
390
+ dates : "September 1st - November 30th" ,
339
391
lang : "Python" ,
340
392
class : "6+ Grade" ,
341
393
mode : "Online" ,
@@ -353,8 +405,8 @@ export const FallCourses = {
353
405
"Intern Fastlane Courses" : [
354
406
{
355
407
cname : "Course 600: Intern Foundation Preparation I" ,
356
- duration : "12 Weeks" ,
357
- dates : "September 14th - November 30th" ,
408
+ duration : "13 Weeks" ,
409
+ dates : "September 1st - November 30th" ,
358
410
lang : "Python" ,
359
411
class : "10+ Grade" ,
360
412
mode : "Online" ,
0 commit comments