Skip to content

A Simple Pragmatic Guide on Learning to Code

Dele Tosh
Dele Tosh
1 min read

These days, everyone and their dogs want to learn to code — that’s fine, as long as you understand what you’re about to take on. Since I’ve been getting this question a lot lately, here’s my response.

First an important point, sites like codeacademy, treehouse, etc. give a false sense of progress, skip those.

If you want to really learn to code, you need 3 things: Focus, Determination and a Resource. You bring the first two, I’m recommending the third.

I recommend you start with either Javascript or Python. One or the other, not both. Here are the steps:

    1. Get a solid book.
    2. When you’re going through your book of choice, never copy-and-paste. Zed Shaw tells it best,”You must type each of these exercises in, manually. If you copy and paste, you might as well not even do them. The point of these exercises is to train your hands, your brain, and your mind in how to read, write, and see code. If you copy-paste, you are cheating yourself out of the effectiveness of the lessons.”
    3. Get a mentor or mentors that can guide you and show them short-cuts and untangle them from impending frustrations, there will be lots of it.
    4. Patience, and persistence. It will be tough sometimes, but have your end-goal in mind. It gets easier and better.
      • You will notice I’m recommending books. If you can, stick to books. Remember, you want to train your mind how to read, write, and see code, books make that even easier.

Go take action, now.

App Development Step-by-StepCodingfeature

Related Posts

Members Public

Setup Docassemble Document Automation Locally

In this guide, we will setup our system to run docassemble without using the playground or a server. This allows us to use a regular text editor, save our work so we can collaborate on interviews with colleagues and we get an easier way to use MS docx templates with

Setup Docassemble Document Automation Locally
Members Public

Setup a self-hosted Ghost CMS on CapRover

Ghost CMS is a simpler and faster WordPress alternative with a big problem: the price ($29 - 299/month!). In this guide, I share an easy way to set up Ghost CMS on your own server using CapRover. At the end of this guide, you can have a website like

Setup a self-hosted Ghost CMS on CapRover
Members Public

How to Sync Logseq Notes Across Windows, Mac and Mobile

A painful problem with Logseq is: the iOS mobile app needs iCloud to sync to your notes. On my other devices I prefer and use Dropbox. Let’s fix it. In this guide, I will share how to sync your notes from Dropbox (or Google Drive) on your other devices

How to Sync Logseq Notes Across Windows, Mac and Mobile