
OnePlus One ADB Access over Network on Windows 10
So I recently upgraded to Windows 10 and also upgrade my OnePlus One to CyanogenMode 12 (Lollipop). Decided I would do a bit of Android development, so I've spent most of the weekend trying to locate some ADB drivers which work with my computer…

Virtualenv with Eclipse with PyDev on Windows 10
This article will explain how to install virtualenv and create a new Python Project in eclipse which uses a custom virtual environment. There is also a little Hello World style example at the end!
This article assumes that you…

Setting up your Windows 10 System for Python Development (PyDev, Eclipse, Python)
In this article I'll explain how you can set-up your Windows 10 machine for some extreme Python development.
UPDATE: Here is a video version of the tutorial (updated to use the latest Python3 and Eclipse Neon).
Install Python
First we install…

Installing Eclipse Luna on Windows 10
I have recently been playing around with the insider preview of Windows 10. Love it so far, and since everyone will likely upgrade from Windows 8 to Windows 10, I thought I'd write some articles using it.
This article explains how to install…