Intro to Computer Science

Preface

Following is a list of computer courses that have been used and recommended by many students in the past.

  • Introduction to Computer Science

    Coursera’s Introduction to CS
    Contains basics such as for/while loop, list, control flow and basic data structure.
    Level: Easy

  • Introduction to SQL

  • Introduction to Python

    • freecodecamp’s python series
      Start with this class, freecodecamp has a series of python related online type-along courses for beginner. This one includes basic strings, loops, list, tupples, read files and etc.
      Level: Easy