DEV Community

Discussion on: How To Stay Motivated When Learning to Code?

Collapse
 
cess11 profile image
PNS11 • Edited

Get a language with a REPL that also runs on your handhelds. That way you can always test your ideas when you have them, and also bring your small projects into commuting and so on.

Get a datastorage that also does, code is important but so is handling and refining data. If you can bring it with you, all the better. SQLite is widely supported.

Read 'hard' books. Fix-point-combinator wizardry and bayesian inference will not be immediately accessible but over time terminology and theory will start getting hold.

My personal preference is picolisp.com but Python, Coconut or Node might suit you better.

Collapse
 
gexos profile image
George X.

Thanks my friend!