Skip to content

Commit ab49962

Browse files
Courses Page Updated
1 parent 2233368 commit ab49962

File tree

1 file changed

+108
-56
lines changed

1 file changed

+108
-56
lines changed

src/utils/CourseData.js

+108-56
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export const PythonCourses = [
22
{
33
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",
66
lang: "Python",
77
class: "5+ Grade",
88
mode: "Online",
@@ -17,12 +17,12 @@ export const PythonCourses = [
1717
},
1818
{
1919
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",
2222
lang: "Python",
2323
class: "5+ Grade",
2424
mode: "Online",
25-
price: 850,
25+
price: 900,
2626
open: 1,
2727
topics: [
2828
"Mastering Python programming language",
@@ -32,13 +32,29 @@ export const PythonCourses = [
3232
],
3333
},
3434
{
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",
3838
lang: "Python",
3939
class: "5+ Grade",
4040
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,
4258
open: 0,
4359
topics: [
4460
"Project 1: Personal Finance Tracker",
@@ -52,12 +68,12 @@ export const PythonCourses = [
5268
export const BronzeCourses = [
5369
{
5470
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",
5773
lang: "Python",
5874
class: "6+ Grade",
5975
mode: "Online",
60-
price: 1000,
76+
price: 1100,
6177
open: 1,
6278
topics: [
6379
"Iteration and bottom-up problem solving",
@@ -68,12 +84,12 @@ export const BronzeCourses = [
6884
},
6985
{
7086
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",
7389
lang: "Python",
7490
class: "6+ Grade",
7591
mode: "Online",
76-
price: 1000,
92+
price: 1100,
7793
open: 0,
7894
topics: [
7995
"Advanced recursion",
@@ -85,12 +101,12 @@ export const BronzeCourses = [
85101
},
86102
{
87103
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",
90106
lang: "Python",
91107
class: "6+ Grade",
92108
mode: "Online",
93-
price: 1000,
109+
price: 1100,
94110
open: 0,
95111
topics: [
96112
"Python standard libraries: set, dict, queue",
@@ -106,12 +122,12 @@ export const BronzeCourses = [
106122
export const SilverCourses = [
107123
{
108124
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",
111127
lang: "Python",
112128
class: "7+ Grade",
113129
mode: "Online",
114-
price: 1100,
130+
price: 1200,
115131
open: 0,
116132
topics: [
117133
"Mastery of Python language",
@@ -125,12 +141,12 @@ export const SilverCourses = [
125141
},
126142
{
127143
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",
130146
lang: "Python",
131147
class: "7+ Grade",
132148
mode: "Online",
133-
price: 1100,
149+
price: 1200,
134150
open: 0,
135151
topics: [
136152
"Tree representation and basic properties",
@@ -144,12 +160,12 @@ export const SilverCourses = [
144160
},
145161
{
146162
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",
149165
lang: "Python",
150166
class: "7+ Grade",
151167
mode: "Online",
152-
price: 1100,
168+
price: 1200,
153169
open: 0,
154170
topics: [
155171
"Understanding Dynamic Programming",
@@ -164,12 +180,12 @@ export const SilverCourses = [
164180
export const GoldCourses = [
165181
{
166182
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",
169185
lang: "Python",
170186
class: "8+ Grade",
171187
mode: "Online",
172-
price: 1200,
188+
price: 1300,
173189
open: 0,
174190
topics: [
175191
"Sorting review",
@@ -182,12 +198,12 @@ export const GoldCourses = [
182198
},
183199
{
184200
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",
187203
lang: "Python",
188204
class: "8+ Grade",
189205
mode: "Online",
190-
price: 1200,
206+
price: 1300,
191207
open: 0,
192208
topics: [
193209
"Linear data structures: stacks and queues",
@@ -201,12 +217,12 @@ export const GoldCourses = [
201217
},
202218
{
203219
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",
206222
lang: "Python",
207223
class: "8+ Grade",
208224
mode: "Online",
209-
price: 1200,
225+
price: 1300,
210226
open: 0,
211227
topics: [
212228
"Introduction to pull/push DP",
@@ -222,8 +238,8 @@ export const GoldCourses = [
222238
export const AIFutureCourses = [
223239
{
224240
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",
227243
lang: "Python",
228244
class: "9+ Grade",
229245
mode: "Online",
@@ -239,8 +255,8 @@ export const AIFutureCourses = [
239255
},
240256
{
241257
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",
244260
lang: "Python",
245261
class: "9+ Grade",
246262
mode: "Online",
@@ -259,13 +275,13 @@ export const AIFutureCourses = [
259275

260276
export const FastLaneCourses = [
261277
{
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",
265281
lang: "Python",
266282
class: "10+ Grade",
267283
mode: "Online",
268-
price: 2000,
284+
price: 1500,
269285
open: 1,
270286
topics: [
271287
"Introduction to internship preparation I",
@@ -276,13 +292,49 @@ export const FastLaneCourses = [
276292
],
277293
},
278294
{
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",
282315
lang: "Python",
283316
class: "10+ Grade",
284317
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,
286338
open: 0,
287339
topics: [
288340
"Internship project preparation",
@@ -300,8 +352,8 @@ export const FallCourses = {
300352
"Python Courses": [
301353
{
302354
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",
305357
lang: "Python",
306358
class: "5+ Grade",
307359
mode: "Online",
@@ -316,8 +368,8 @@ export const FallCourses = {
316368
},
317369
{
318370
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",
321373
lang: "Python",
322374
class: "5+ Grade",
323375
mode: "Online",
@@ -334,8 +386,8 @@ export const FallCourses = {
334386
"USACO—USACO Bronze Knowledge": [
335387
{
336388
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",
339391
lang: "Python",
340392
class: "6+ Grade",
341393
mode: "Online",
@@ -353,8 +405,8 @@ export const FallCourses = {
353405
"Intern Fastlane Courses": [
354406
{
355407
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",
358410
lang: "Python",
359411
class: "10+ Grade",
360412
mode: "Online",

0 commit comments

Comments
 (0)