Online Coding Schools

There are lots of places online to learn software programming. The question is less about where you might learn a language and more what skills do you need to learn? Clearly you need to learn a language. But you also should learn a few skills to make your knowledge work. For example, many programmers need to learn Github to manage their programming files and workflow.

You also might need to learn structured query language, SQL, a language to manage data in databases. And regular expressions can make it easier to find data using code. And lots of programmers use a command line interface (CLI) to work with servers as part of their programming.

This article reviews a few online coding schools with links at the bottom to explore a wide range of options to learn languages and related technologies like Github.

Perhaps the neatest part about these resources? Age doesn’t matter. A motivated eight year old or a parent (or teacher) with time, interest, and perseverance can learn with these tools.

Coding Game

Several online schools teach programming by playing games. You learn a bit of code, practice, in some cases earn points, and slowly extend your learning. Coding Game provides a wide range of games, as well as contests and coding matches between students.

Similar online schools to check out are checkio and CodeWars. The CodeWars site is unusual because members create katas, short lessons, to highlight solutions to common problems they’ve faced as programmers. There’s also fun games like Erase All Kittens where you save kittens by typing and learning HTML and CSS, as well as Run Marco!, the Foos, and Tynker.

Perhaps the most unusual way to learn game programming is Handmade Hero. It’s a collection of 200 plus videos that document the real life process of creating a game. There are lots of details you might only learn on the job or by watching over someone’s shoulder as with these videos.

Learn Python the Hard Way

Zed Shaw, a programmer and writer, created this amazingly thorough online book with videos to take you step by step through learning Python, a good first language to learn because of its simple syntax and power. There is a book version for $29.95 which also is a great way to support this resource.

The Learn the Hard Way series includes detailed tutorials for Ruby, C, SQL, regular expressions (regex), and command line interface (CLI) software. SQL, regex, and CLI are key skills all programmers need to master to become professionals. Each course assumes you have no prior knowledge of the language or its details, which is extremely helpful for beginners.

Code School

This online school includes both free and courses available by paing a monthly fee. Their free courses include the usual suspects — Ruby, JavaScript, Angular — but also SQL, Git, Google Drive, and a few other interesting technologies. The paid courses are organized into paths to provide deeper learning for each language.

CodeHS, Codecademy, and a number of other online schools also provide interactive and/or lecture courses to learn a variety of programming languages. Some of these schools also provide tutors for personal help solving problems as you learn.

Lynda.com

In addition to interactive courses provided by Codecademy, Lynda.com provides detailed video tutorials with downloadable materials to teach programming languages. Each course runs about an hour and is taught by an expert recruited by Lynda.com. Courses include free videos, to let you see whether the material interests you, and are available with a monthly fee. The fee also allows you to use any of their courses on thousands of topics.

Similar video-based training services you might consider are Pluralsight, Skillshare, and Treehouse.

Below you’ll find links to all the services mentioned in this article plus related information, for example, Github courses.

Learn More

CodingGame

https://www.codingame.com/start

checkio

https://www.checkio.org/

CodeWars

http://www.codewars.com/

Learn Python the Hard Way

http://learnpythonthehardway.org/
http://learnpythonthehardway.org/book/

Learn Ruby the Hard Way

http://learnrubythehardway.org
http://learnrubythehardway.org/book/

Learn C the Hard Way

http://c.learncodethehardway.org/
http://c.learncodethehardway.org/book/

Learn Regex the Hard Way

http://regex.learncodethehardway.org
http://regex.learncodethehardway.org/book/

Learn SQL the Hard Way

http://sql.learncodethehardway.org/book/

Learn CLI (Command Line Crash Course)

http://cli.learncodethehardway.org/
http://cli.learncodethehardway.org/book/

Code School

https://www.codeschool.com
https://www.codeschool.com/free

Code HS

https://codehs.com/

Codecademy

http://codecademy.com

Lynda.com

http://www.lynda.com
http://www.lynda.com/Programming-Languages-training-tutorials/1467-0.html

Pluralsight

Search for the term ‘programming’ to find courses sorted by programming languages, game programming, functional programming, system programming, and so on. The also own Code School, linked above.
http://www.pluralsight.com/

Learneroo

https://www.learneroo.com/
https://www.learneroo.com/modules

Skillshare

https://www.skillshare.com/

Treehouse

https://teamtreehouse.com/

Handmade Hero

https://handmadehero.org/
https://www.youtube.com/user/handmadeheroarchive/videos?view=0&sort=dd&shelf_id=1

Dash

Learn HTML, CSS, and JavaScript, from General Assembly.
https://dash.generalassemb.ly/

Try Regex

http://tryregex.com/

RubyMonk

https://rubymonk.com/

SQLZoo Tutorial

http://sqlzoo.net/wiki/SQL_Tutorial

Resources to Learn Programming

https://www.learneroo.com/modules/12/nodes/96

How to Think Like a Computer Scientist

http://interactivepython.org/runestone/static/thinkcspy/index.html

Erase All Kittens

Hack into levels, written in HTML and CSS (the languages of websites), in order to complete the game.
https://eraseallkittens.com/

Erase All Kittens, the Foos, Tynker, and Run Marco!

Reviews of these four games which teach coding in a fun offbeat way.
https://www.kidscodecs.com/eak-the-foos-tynker-run-marco/

Try Git

A free course from Code School, this course teaches the basics of Git to manage files created as part of programming software applications.
https://www.codeschool.com/courses/try-git

Zed Shaw

Programmer and creator of the Learn the Hard Way series.
http://zedshaw.com/
https://en.wikipedia.org/wiki/Zed_Shaw




Author

  • Tim Slavin

    Tim is an award-winning writer and technologist who enjoys teaching tech to non-technical people. He has many years experience with web sites and applications in business, technical, and creative roles. He and his wife have two kids, now teenagers, who are mad about video games.

Also In The May 2014 Issue

Computer Science Unplugged

The Computer Science Unplugged movement introduces non-technical people to computer hardware and software concepts that drive the technologies we use.

What is Computational Thinking?

While computers think in rigid predictable patterns, learning computational thinking helps us understand how and why computers work.

CAPTCHA

We've all used Captchas and found some impossible to solve. Here's why they exist, how they work, and less frustrating alternatives.

Data Types

Programming languages use data types to allocate memory and enforce data integrity. They also reveal the nature of a language.

Lauren Ipsum

If the idea of a computer science book without computers upsets you, please close your eyes until you've finished reading.

The Turing Test

The Turing Test, and its creator Alan Turing, have had a profound effect on computer science and artificial intelligence.

If debugging is the process of removing software bugs, then programming must be the process of putting them in.

May 2014 Learn More Links

Links from the bottom of all the May 2014 articles, collected in one place for you to print, share, or bookmark.

Fortran

One of two key programming languages (Lisp is the other), FORTRAN defined many of the key ideas used in programming languages.

May 2014 News Wire

Interesting stories about computer science, software programming, and technology for the month of April 2014.

How to Create (and Crack) Secret Codes and Ciphers

Secret codes, or ciphers, are a great way to teach computational thinking.

Grace Hopper

One of the first female programmers, Grace Hopper also worked as a mathematician and had an unusual career for women in the 1900s.

BOGONs

Bogons are not an evil race of aliens. But they do shine a light on one part of the internet little known outside of a few security technologists.

Interested but not ready to subscribe? Sign-up for our free monthly email newsletter with curated site content and a new issue email announcement that we send every two months.

No, thanks!