How piwheels will save Raspberry Pi users time in 2020
Piwheels automates building Python wheels (pre-compiled Python packages) for all of the projects on PyPI, the Python Package Index, using Raspberry Pi hardware to ensure compatibility. This means that when a Raspberry Pi user wants to install a Python library using pip, they get a ready-made compiled version that’s guaranteed to work on the Raspberry Pi. This makes it much easier for Raspberry Pi users to dive in and get started...
Introduction to the Linux goto shell utility
The goto shell utility allows users to navigate to aliased directories and also supports autocompletion. How it works Before you can use goto, you need to register your directory aliases. For example: goto -r dev /home/iridakos/development then change to that directory, e.g.: read...