}

Blog Index Page 2

Best computer for programming

Blog post about which is the best computer to choose for programming in 2017.

vps

VPS for setting up a small programming project

Cheap VPS for five dollars for small programming projects with a database

Ubuntu 18.04 LTS will replace unity with GNOME

Canonical will shift their default Ubuntu desktop back to GNOME in Ubuntu 18.04

New version of tutorials.technology

We released a new version of our webpage and we explain new sections.

Selecting random elements from iterator (or list) using python with reservoir sampling algorithm

We briefly explain how to implemente the reservoir sampling algorithm with python to select random elements from a list of unknown size with O(n) complexity.