Python & Raspberry Pi
Example Python (v3)
coding projects
Installing Python libraries in Windows (Install Python 3 from Python.org first)
Open up a windows command window (cmd.exe) and type the following. Note you can't cut and paste!
python -m pip install numpy scipy matplotlib primesieve xlwt xlrd (required)
python -m pip install ipython jupyter pandas sympy nose soundfile pydub (extra)
Studium lecture