Cheetsheet or any other PDF with the learned code bits? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Cheetsheet or any other PDF with the learned code bits?

Hi, I am new. There are many helpful code bits throughout the learning course, but is there sort of pdf that can be downloaded and used at work when we need a specific query? I learn a lot here, but when using my knowledge at work I often either go back to particular lesson to get missing command, or Chat GPT it. It would be helpful to have a page in the app dedicated to already learned codes. Or is it there already?

10th May 2023, 6:55 PM
Andrej Spilevoj
3 Answers
+ 5
There is no such page or document. However, if you learn a new concept or see an interesting piece of code that's worth remembering, you can always save it for your future reference in the code playground. If you use meaningful names for the code title, then you will even be able to search through them.
10th May 2023, 7:57 PM
Tibor Santa
Tibor Santa - avatar
+ 2
Search the Internet for "(your language) built-in functions cheat sheet", there are lots. You'll probably also want "(your language) (library name) cheat sheet" for every extra imported library function you learn. Better still, start your own cheat sheet, preferably pen-and-paper because the act of physically writing something down helps you remember it.
10th May 2023, 8:24 PM
Orin Cook
Orin Cook - avatar
+ 1
Cheatsheets may be convenient for cramming for test or interview, but you don't really learn from them. But they are useful as a quick lookup reference if you already know the topic and just need a quick refresher. Google "your topic" cheatsheet There are plenty around.
10th May 2023, 11:58 PM
Bob_Li
Bob_Li - avatar