Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
raspberry-udk_ss2016:material [2016/07/07 15:00]
admin
raspberry-udk_ss2016:material [2016/07/08 01:16]
admin [Python]
Line 53: Line 53:
 ==== SSH ==== ==== SSH ====
 Win:\\ Win:\\
-[[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html]] +[[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html]]\\ 
-[[http://alexcappiello.com/15122-f12/win-ssh.php|X-forwarding on Windows]]\\+[[http://alexcappiello.com/15122-f12/win-ssh.php|X11-forwarding on Windows]]\\ 
 +X11 forwarding on Mac:\\ 
 +[[https://www.xquartz.org/]]\\
  
 ---- ----
Line 78: Line 80:
 **Pyomxplayer**\\ **Pyomxplayer**\\
 [[http://embedded-artist.net/doku.php?id=python_omxplayer]] [[http://embedded-artist.net/doku.php?id=python_omxplayer]]
 +{{:raspberry-udk_ss2016:pyomxplayer.py.tar|}}\\
 +   $ sudo apt-get install libpcre3 fonts-freefont-ttf python-pexpect
 +   $ wget http://dernulleffekt.de/programme/pyomxplayer.py.tar
 +   $ tar -xvf pyomxplayer.py.tar
 +   $ sudo chmod 755 pyomxplayer.py
 +   $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages
  
 ---- ----
Line 112: Line 120:
 [[https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf|Python 3 Cheat Sheet]]\\ [[https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf|Python 3 Cheat Sheet]]\\
 [[https://www.raspberrypi.org/magpi/issues/essentials-games-vol1/|Make Games with Python]]\\ [[https://www.raspberrypi.org/magpi/issues/essentials-games-vol1/|Make Games with Python]]\\
 +**GPIO**\\
 +[[https://pypi.python.org/pypi/RPi.GPIO]]\\
 **picamera:**\\ **picamera:**\\
 [[http://picamera.readthedocs.org/en/release-1.4/]]\\ [[http://picamera.readthedocs.org/en/release-1.4/]]\\