Skip to content

Commit 692466d

Browse files
authored
Update how-to-use-codedex-alongside-your-cs-classes.mdx
1 parent 6bb0aba commit 692466d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

blogs/2025/how-to-use-codedex-alongside-your-cs-classes.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ But it doesn't have to be that way! Let's get into it.
3131

3232
### Intro Programming / CS 101
3333

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.
3535

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!
3737

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**:
3939

4040
- 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.
4242

4343
Whether your school teaches CS 101 in Python, C/C++, or Java, we got you covered:
4444

45-
- Python ➡️ https://codedex.io/python
46-
- Java ➡️ https://codedex.io/java
47-
- C++ ➡️ https://codedex.io/cpp
45+
- 🐍 Python ➡️ https://codedex.io/python
46+
- ☕️ Java ➡️ https://codedex.io/java
47+
- 💻 C/C++ ➡️ https://codedex.io/cpp
4848

4949
### Data Structures & Algorithms
5050

0 commit comments

Comments
 (0)