Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukehackett/python-pi-cookbook

A repository that houses a number of Raspberry Pi applications - written in Python - that can be used for helping others to learn about the Rasberry Pi, or programming in Python.
https://github.com/lukehackett/python-pi-cookbook

Last synced: 14 days ago
JSON representation

A repository that houses a number of Raspberry Pi applications - written in Python - that can be used for helping others to learn about the Rasberry Pi, or programming in Python.

Awesome Lists containing this project

README

        

# Python Pi Cookbook

This repository houses a number of Raspberry Pi Python projects that can be used for helping others to learn about the Rasberry Pi, and/or programming in Python.

This is an open source repository, and hence additional projects can be requested and/or added at any time.

## Project Listing

Projects have been classified based upon their difficulty rating. Projects for beginners will feature simpler circuits and software, where as advanced projects will utilise more complex circuits and software.

### Beginners

* [Raspberry Pi Memory Alarm](https://github.com/LukeHackett/python-pi-cookbook/tree/master/memory-alarm)
* [UK Traffic Lights (Version 1)](https://github.com/LukeHackett/python-pi-cookbook/tree/master/traffic-lights)

### Intermediate

* [Buzz-in Game](https://github.com/LukeHackett/python-pi-cookbook/tree/master/buzz-in)
* [Reactor Game](https://github.com/LukeHackett/python-pi-cookbook/tree/master/reactor)
* [Temperature Sensor](https://github.com/LukeHackett/python-pi-cookbook/tree/master/temperature-sensor)
* [UK Traffic Lights (Version 2)](https://github.com/LukeHackett/python-pi-cookbook/tree/master/traffic-lights-2)

### Advanced

* TBA

## Additional Libraries

The samples within the repository use the raspberry-gpio-python library. This library provides GPIO access on a Raspberry Pi. For more information please visit the [project home page](http://code.google.com/p/raspberry-gpio-python/).

## Licence

All code shared in this repository are Open Source under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html). Any external libraries that are used within this repository may use different or additional licenes, and should be checked before reusing.

## Bug Reporting and Feature Requests

If you find a bug in a sample, or have an enhancement request, simply file an [Issue](https://github.com/LukeHackett/python-pi-cookbook/issues) for the sample.

## Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.