Skip to content

Commit bba8579

Browse files
authored
Update how-to-use-codedex-alongside-your-cs-classes.mdx
1 parent ddd206a commit bba8579

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,20 +86,26 @@ Codédex is here to bridge that gap and teach you some of the real-world things
8686
## Cheatsheets
8787

8888
[Image]
89+
8990
First things first, we got you with cheatsheets. Codédex provides cheatsheets for the **three** most common intro computer science classes.
91+
9092
- [Python 1](https://www.codedex.io/assets/python-basics-1.pdf)
9193
- [Python 2](https://www.codedex.io/assets/python-basics-2.pdf)
9294
- [C++](https://www.codedex.io/assets/cpp-basics-1.pdf)
9395
- [Java](https://www.codedex.io/assets/java-basics-1.pdf)
9496

9597
If there's one resource you'll use out of this guide, it's this one. Hang these cheatsheets up on your wall, tape them to your notebook, or keep them in a folder on your computer. These are super helpful for when you need to go back and reference.
98+
9699
## Extra Practice
100+
97101
Codédex gives you a few ways to practice your coding skills *outside* of class if you're interested in going above and beyond coursework.
98102

99103
### Challenge Packs
100104

101105
![](https://i.imgur.com/Lfg50P4.png)
106+
102107
Challenge packs are available for JavaScript and Python. Think leetcode-style practice problems. Challenge yourself with a few of these if you want to reach mastery on concepts like Loops, Lists, and Control flow.
108+
103109
![](https://i.imgur.com/vr5jeFd.png)
104110

105111
### Project Tutorials

0 commit comments

Comments
 (0)