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 asfor/while loop
,list
,control flow
and basic data structure.
Level: Easy -
Introduction to SQL
- Standford’s database course: great basic database and sql course to start.
- Udemy’s SQL course: forcus on SQL coding practice.
-
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 basicstrings, loops, list, tupples, read files and etc
.
Level: Easy
- freecodecamp’s python series