Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-thompson/pibrella-examples
Example programs for the pibrella add on card for the raspberry pi. See http://pibrella.com for details of the add on card and its python library.
https://github.com/daniel-thompson/pibrella-examples
Last synced: about 2 months ago
JSON representation
Example programs for the pibrella add on card for the raspberry pi. See http://pibrella.com for details of the add on card and its python library.
- Host: GitHub
- URL: https://github.com/daniel-thompson/pibrella-examples
- Owner: daniel-thompson
- License: mit
- Created: 2014-06-02T19:53:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-15T19:58:25.000Z (over 10 years ago)
- Last Synced: 2024-04-29T00:17:19.748Z (8 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pibrella-examples
=================These examples form a collection of simple learning materials that use
the pibrella and the raspberry pi to offer a very hands-on introduction
to python programming.At present there is no index. The first hands-on element is deciding for
yourself which programs to run!Quickstart
----------Visit http://pibrella.com and follow the installation instructions for
the pibrella which are found there.To open a terminal and run a program:
five_liners/random_blink.py
Hints
-----The five_liners section is intended to contain programs so small you can
easily print them out and type them in yourself. This allows you to run
though the things to try and the challenges directly from the python command
prompt. Use 'make' to generate .pdf handouts describing each activity.The python code (ending in .py) is automatically generated from ipython
notebooks (ending in .ipynb). This allows for better quality handouts to
be generated.