Python Forum
Raspberry Pi Zero - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: Raspberry Pi Zero (/thread-13713.html)



Raspberry Pi Zero - digysol - Oct-28-2018

Will like to know what versions of python run on Raspberry Pi Zero


RE: Raspberry Pi Zero - Larz60+ - Oct-28-2018

see: https://docs.resin.io/learn/getting-started/raspberry-pi/python/


RE: Raspberry Pi Zero - DeaD_EyE - Oct-28-2018

You can use any language in any version on your Raspberry Pi Zero.
Linux has super powers. If you use the standard respository, Python 3 should be available in as version 3.5.x.
If you want to use a different Python version, you can do this with pyenv.
This is a shell script, which compiles Python and setup a local environment for Python.
In this case you need the build tools, no problem, they can be installed also with your apt-get.