You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blogs/2025/how-to-use-codedex-alongside-your-cs-classes.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,20 +31,20 @@ But it doesn't have to be that way! Let's get into it.
31
31
32
32
### Intro Programming / CS 101
33
33
34
-
Are you taking any fundamental CS classes? This is where a lot of student get their first exposure to algorithmic thinking. If you are one of those students that's been coding since they are 10, then you should 100% be actively practice coding outside class.
34
+
Are you taking your first fundamental CS class? This is where a lot of student get their first real taste of algorithmic thinking. If you are not one of those students that's been coding since they are 10, then you should _definitely_ be actively practicing coding outside of class.
35
35
36
-
So if your teacher explained a concept weirldy in class, and you still don't understand (i.e. where do I even use a while loop...), Codédex covers that topic in our intro courses!
36
+
If your teacher explained a concept weirldy in class, and you still don't understand (i.e. where do I even use a while loop...), Codédex covers that topic in our intro courses!
37
37
38
-
Each Codédex course will have **4 fundamentals, and 4 additional basics**:
38
+
Each Codédex intro course will have **4 fundamentals, and 4 additional basics**:
39
39
40
40
- Hello World, Variables, Control Flow, Loops
41
-
- Depending on the course: Lists/Arrays, Functions, Methods, Classes & Objects, etc.
41
+
- Depending on the course: Lists/Arrays, Functions & Methods, Classes & Objects, etc.
42
42
43
43
Whether your school teaches CS 101 in Python, C/C++, or Java, we got you covered:
0 commit comments