Want to get better at Coding?

Improve your problem-solving skills

Learn and master the basics of Java, HTML, CSS, or Python

The learning process

Short theory lesson

Student does practical exercises

Discuss the student's solution, and the correct solution

Identify errors in the code

Discuss more effective ways of solving the problem

Understand code that looks like...

    def main():
      print("Hello")

    if __name__ == "__main__":
      main()
                      
    class Main{
      public static void main(String[] args){
        System.out.println("World"); 
      }
    }
                            
  <!DOCTYPE html>
  <html>
      <head>
          <title>A website</title>
      </head>

      <body>
          <h1>Hello World</h1>                    
      </body>
  </html>
                    
  *{
    margin:0;
    padding:0;
    box-sizing: border-box;
  }
                        

and more...

Talk to us!

Your message has been sent successfully.
E-mail must be valid and message must be longer than 1 character.

Prices

Single Lesson

    - 1 lesson

    - 1 language

    - 60 minutes

    - online (via zoom, google meetings, or microsoft teams)

R150

2 Lessons

    - 2 lessons

    - 1 language per lesson

    - 60 minutes per lesson

    - online (via zoom, google meetings, or microsoft teams)

R250

4 Lessons

    - 4 lessons

    - 1 language per lesson

    - 60 minutes per lesson

    - online (via zoom, google meetings, or microsoft teams)

R450