Building Python 3.5 on Raspberry Pi 2 (Raspbian)
1. Problem
Problem: we want use the latest version of Python to run Flask and other fun stuff on our RPi 2 (mod. B). But only old version of Python (3.2) supported by apt-get.
We need to build and install our own build of latest Python release! So, our target will be Python 3.5.
Also, you may want to know What’s New In Python 3.5
UPD! You can follow procedures for Python 3.6 installation by following Building Python 3.6 on Raspberry Pi 3 from sources (clean Debian)
