Skip to content

General Coding Resources

Radina Matic edited this page Mar 13, 2015 · 10 revisions

Getting Started

Codecademy has courses to learn:

from scratch. All the coding is done in the browser, through small, bite size chunks to get you independently coding.

Diving Deeper

Python

Django

The Django Tutorial is the best introduction to how Django works to create a web application. Completion of this tutorial will help you figure out your models from your views, and get you introduced the the Django templating language. (Back End Focus)

For a jumpstart on templating see this intro to Django templating. (Front End Focus) (broken link)

More templating tutorials.

jQuery

Codecademy's jQuery class. (Front End Focus)

jQuery 101 has a good overview of the basics of jQuery, the Javascript library that powers much of the front end code of KA Lite. (Front End Focus)

I can see my house from here!

Backbone

Backbone tutorials can help you get to grips with Backbone.js a library used in small but crucial parts of the KA Lite client side code. (Front End Focus)

d3

These tutorials will introduce you to data driven documents (d3), a Javascript library used to create dynamic data visualizations.

Clone this wiki locally