The Internet is a valuable resource for everyone, being a programmer, I usually found my self either looking for a specific piece of code or trying to share a piece. I have made a list of my favourite websites orientated around code, some may seem obvious, others may not.

Nearly every Linux user nowadays uses a torrent client of some form to download information be it legal or illegal, there a many torrent clients available and picking the one that suits your environment isn’t always an easy job – So I have compiled a list of torrent clients for Linux that should help you …
We all love open-source, It’s Free with no cost, and free as in free beer! Developers can get inside the code and help out to improve the product, or they can adapt it for personal use or do whatever they want with it. In most cases the aim is not to make millions and become …
Whilst picking up a new language – Python, I decided to whip up a basic paint like tool using PyGame. As you can see above it looks basic, You can click and drag to draw, and right click to remove. If a key is pressed, the image is stored in a text file with ‘pixels’ …
Recently I started learning python, I found there were many great resources out there so I thought I would share them with you all. In no particular order, my favorite Python resources.
Python Official Documentation
Possibly the best place to look …