Resources by Type

Video's

Intro to Tensorflow

This video is all about building a handwritten digit image classifier in Python in under 40 lines of code (not including spaces and comments). We'll use the popular library TensorFlow to do this.

Learn Python for Data Science

Welcome to the 1st Episode of Learn Python for Data Science! This series will teach you Python and Data Science at the same time! In this video we install Python and our text editor (Sublime Text), then build a gender classifier using the sci-kit learn library in just about 10 lines of code.

Spark Screencasts (Youtube)

In this screencast, we (1) take a quick tour of the documentation available for Spark users online, (2) download and build Spark on a local machine (running OS X, but should be a similar process for Linux or Unix), and (3) Introduce the API using the Spark interactive shell to explore a file.

Learn Angular Step-by-step

Learn Angular 4. Step by step practical videos for beginners. We will learn to create Angular 4 Web Application using Firebase and Reactive programming, with actual practical knowledge you can learn about Angular.

PyGame with Python 3 Game Development

In this video, we introduce how to make video games with the Python programming language and the PyGame module to make video games. Python makes for a great programming language to use when learning game development because of its simple syntax.