Tag: programming Remove tag

Grokking Deep Learning

A book that purports to teach Deep Learning from an intuitive perspective without advanced math.

ai programming python

08/17/2016

Introduction to Machine learning

An introductory presentation to machine learning.

intro machinelearning programming

01/17/2016

UW CSE341, Spring 2013

Dan Grossman's class on Programming Languages. It starts by introducing foundational ideas using ML, then builds on top of them using other languages to introduce new concepts. After watching several videos, this is an easy one to recommend.

dan grossman functional ml programming tutorial

10/24/2015

PICO-8: Fantasy Console

A software "console" target that allows you to write and play constrained games on the web.

See TIS-100 also.

games programming

08/21/2015

Re-Frame - Functional Reactive Programming With Clojurescript

Also, from re-frame's github project page wiki is this entry on how to bootstrap a re-frame app.

clojure clojurescript programming tutorial

07/27/2015

Controlling Time and Space: understanding the many formulations of FRP

elm programming talk

12/24/2014

Getting Started With Elm

elm programming

12/22/2014

Hypermedia APIs

Talk by Jon Moore on designing a RESTful api with HATEOAS.

api programming rest talk web

12/01/2014

Syncing a fork

I need to look this page up every single time.

git github programming

09/09/2014

Clojure Tutorials by Tim Baldrige

A series of video tutorials on various Clojure topics by Tim Baldrige.

clojure programming tutorial video

06/28/2014

Functional UI programming with React.JS and ClojureScript

clojurescript javascript programming react.js talk video

06/24/2014

React.js: an interactive tutorial to get started

javascript programming react.js tutorial

06/24/2014

Try Haskell

These always make me think of _why.

haskell programming

06/02/2014

Software Foundations

books programming

05/31/2014

Haskell for Mac OS X, self-contained relocatable GHC builds

Bob Ippolito's single-step Mac OS X Haskell installation.

haskell programming

05/29/2014

Brent Yorgey CIS 194 Lecture notes and assignments

Brent Yorgey's course on Haskell. Chris Allen's recommended way of learning Haskell.

After going through it a bit, I found some problems and progress slowed, then halted. I'll bet it's great when you take the course...the lecture notes are not enough for self study.

I personally would recommend Learn You a Haskell to dip toes in, then look for the next step.

course education haskell programming

05/29/2014

Learnable Programming

bret victor knowledge learning programming teaching

05/20/2014

Hello Processing

An interactive tutorial that teaches you Processing. Taught by Daniel Shiffman. Love his enthusiasm.

daniel shiffman javascript processing programming tutorial

03/27/2014

React beginner tutorial: implementing the board game Go

javascript programming react.js tutorial

03/26/2014

PyLogo: the Logo Language implemented in Python

The link to pylogo.org no longer works, although there is a sourceforge page.

logo programming python

03/25/2014