Skip to content

Commit 47f83a9

Browse files
authored
Update how-to-use-codedex-alongside-your-cs-classes.mdx
1 parent 44b41bf commit 47f83a9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ Most schools teach databases through textbooks, meaning you often write queries
6464

6565
- 🛢️ SQL ➡️ https://codedex.io/sql
6666

67-
### Machine Learning
68-
69-
Machine Learning is not typically a core CS class, but rather an upper-level elective, we are seeing more and more students giving it a shot during undergrad. So check this course out if you are having a hard time understanding the theoretical ML concepts.
70-
71-
- 🤖 Machine Learning ➡️ https://codedex.io/machine-learning
72-
7367
### What School DOES NOT teach you!
7468

7569
![](https://i.imgur.com/aWpf3eP.png)
@@ -79,7 +73,7 @@ Your CS classes are going to teach you some of the concepts that, while importan
7973
Codédex is here to bridge that gap and teach you some of the real-world things you won't ever cover throughout your CS degree:
8074

8175
- **Web Development:** We have the Web Development track where you can learn our introductory [HTML](https://codedex.io/html), [CSS](https://codedex.io/css), and [JavaScript](https://codedex.io/javascript) courses, as well as [Command Line](https://www.codedex.io/command-line), [Git & GitHub](https://www.codedex.io/git-github), and [React](https://www.codedex.io/react) courses.
82-
- **Data Science:** Typically, your CS classes won't go down a specific data science track. On Codédex, learn [SQL](https://codedex.io/sql), [NumPy](https://codedex.io/numpy), [Pandas](https://codedex.io/pandas), Matplotlib (coming this fall) to get a head start on learning more data-heavy concepts.
76+
- **Data Science:** Typically, your CS classes won't go down a specific data science track. On Codédex, learn [SQL](https://codedex.io/sql), [NumPy](https://codedex.io/numpy), [Pandas](https://codedex.io/pandas), Matplotlib (coming this fall), [Machine Learning](https://codedex.io/machine-learning) to get a head start on learning more data-heavy concepts.
8377

8478
<div style={{ display: "flex", justifyContent: "center", marginBottom: "1.2rem", transform: "scale(.9)" }}>
8579
<a style={{ all: "unset" }} href="https://www.codedex.io/courses" target="_blank" and rel="noopener noreferrer"><Button variant="yellow">Explore Courses</Button></a>

0 commit comments

Comments
 (0)