}

Tutorials Index Page 16

intermediate

Enable additional SPI port on the raspberry pi 2

How to enable a second hardware SPI port on the raspberry pi. SPI1 pinouts on the raspberry pi.

None

Install neovim on Debian jessie o vivid using packages or

Simple steps to install neovim using apt-get for ubuntu, debian jessie

None

How to use HTML5 input type color in Form Component

HTML input element supports the attribute called color which will popup a color picker. The picked color will be store in the value attribute of the input. Read the article for full details

intermediate

Adding a GPS GY-NEO6MV2 to the Raspberry Pi

In this tutorial we are going to explain how to connect a GY-NEO6MV2 with the rasperrypi

intermediate

Wiring Nokia 5110/3310 to Raspberry pi and use it with python

Learn how to use the nokia lcd on the raspberry pi 2 using python. We explain how to wire the the nokia lcd module using gpio and how to configure a python library to use it.

intermediate

How to add Dependency Injector to a Python project?

Dependency injection (DI) is a technique whereby one object supplies the dependencies of another object. In this tutorial we explain how to add dependency injection to a python project.

beginner

Encrypting a second hard drive on Ubuntu after installation

Steps to add a new hard drive using encryption

beginner

Beginners: Everything you need to know about HTML Forms

Learn how to use HTML forms, how to debug using chrome dev tools and how to simulate a form request with python requests

beginner

Introduction Tutorial to scala with simple examples

A fast way to learn scala with examples.

intermediate

Create an application with websockets and flask

In this tutorial we are going to explain how to create a webscokets application with python using flask.