https://github.com/waveform80/picademy_worksheets
Scribus source for Picademy worksheets
https://github.com/waveform80/picademy_worksheets
Last synced: 10 months ago
JSON representation
Scribus source for Picademy worksheets
- Host: GitHub
- URL: https://github.com/waveform80/picademy_worksheets
- Owner: waveform80
- License: other
- Created: 2015-07-07T16:43:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-15T18:44:48.000Z (about 10 years ago)
- Last Synced: 2024-12-19T10:35:27.267Z (over 1 year ago)
- Language: Python
- Size: 38.2 MB
- Stars: 9
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Picademy Worksheets
This repository contains (most of) the worksheets that the Picademy@Google
teams have been using in their Picademy sessions. Each worksheet exists in its
own directory which contains:
* A print-ready (300+DPI) PDF of the worksheet which has a filename equivalent
to the containing directory
* All source files required to construct the PDF. This usually consists of a
Scribus source file (\*.sla), a series of images (\*.jpg, \*.png), and
Fritzing files used to generate wiring diagrams (\*.fzz)
If you wish to contribute changes, please read [CONTRIBUTING][] for
instructions on setting up your workstation to work with the sheets.
## Contents
The following worksheets are currently defined in the repository:
### [Camera workshop][]
![][camera_thumb]
A workshop introducing the Pi's camera module and how to use it from Python in
combination with GPIO components
### [Explorer HAT workshop][]
![][explorer_hat_thumb]
A workshop introducing the Pimoroni Explorer HAT Pro, and how to use it from
Python with LEDs and motors
### [GPIO workshop][]
![][gpio_thumb]
A workshop introducing the Pi's GPIO ports and how to use them with LEDs and
buttons from Scratch and Python
### [Minecraft workshop][]
![][minecraft_thumb]
A workshop introducing Minecraft: Pi Edition, and how to communicate and
manipulate the Minecraft world from Python
[CONTRIBUTING]: CONTRIBUTING.md
[Camera workshop]: camera_workshop/camera_workshop.pdf
[Explorer HAT workshop]: explorer_hat_workshop/explorer_hat_workshop.pdf
[GPIO workshop]: gpio_workshop/gpio_workshop.pdf
[Minecraft workshop]: minecraft_workshop/minecraft_workshop.pdf
[camera_thumb]: camera_workshop/thumbnail.png
[explorer_hat_thumb]: explorer_hat_workshop/thumbnail.png
[gpio_thumb]: gpio_workshop/thumbnail.png
[minecraft_thumb]: minecraft_workshop/thumbnail.png