User Tools

Site Tools


doku:python-workshop

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doku:python-workshop [2018/10/04 16:41] – fix typo carstendoku:python-workshop [2019/10/11 19:29] (current) – Befehle überarbeitet carsten
Line 1: Line 1:
-Am Freitag den 05.10.2018 findet 15:00 - 16:30 Uhr ein Einführungsworkshop in die Programmiersprache Python statt.+Am Freitag den 11.10.2019 findet ca. 15:00 - 16:30 Uhr im APB E069 ein Einführungsworkshop in die Programmiersprache Python statt.
  
-**Zielgruppe:** Erstsemester der Fakultät Elektrotechnik und Informationstechnik der TU Dresden.+**Ort: ** [[https://navigator.tu-dresden.de/etplan/apb/00/raum/542100.2860 | APB E069]] 
 + 
 +**Zielgruppe:** Erstsemester der Fakultät Elektrotechnik und Informationstechnik der TU Dresden, und alle sonstigen interessierten.
  
 **Themen:**  **Themen:** 
Line 11: Line 13:
   * Symbolisches Rechnen   * Symbolisches Rechnen
   * Rechnen mit komplexen Zahlen   * Rechnen mit komplexen Zahlen
 +
 +Bei Interesse, sowas zu wiederholen: <kontakt@fsfw-dresden.de>
 +
 +**Material:**
 +
 +  * {{ :doku:software:python:fsfw-python-workshop.pdf |Folien}} (Stand: 2019-10-11)
 +  * Demo-Notebooks: https://github.com/fsfw-dresden/python-ws-notebooks/tree/master
 +
 +
 +----
 +Die folgenden Befehle sind auf den o.g. PC-Pool (mit gebootetem Ubuntu-Linux) angepasst. Sie dienen zur Aktivierung der "richtigen" Python-Umgebung, zur Installation eines Zusatz-Paketes ([[https://github.com/cknoll/ipydex/ | ipydex]]) und zum Start von Jupyter Notebook.
 +
 +Sie können alle auf einmal in ein Terminal kopiert werden.
 +----
 +
 +
 +  . /opt/anaconda/bin/activate
 +    
 +  cd $HOME
 +  PKDIR=pykurs-wise1920
 +  mkdir -p $PKDIR
 +  cd $PKDIR
 +  pip install --user ipydex
 +  git clone https://github.com/fsfw-dresden/python-ws-notebooks.git notebooks
 +  
 +  jupyter notebook ./
 +  
 +  echo "fertig"
 +
 +----
 +
 +
 +**Links:**
 +
 +  * http://www.tu-dresden.de/pythonkurs
 +  * [[https://tu-dresden.de/ing/elektrotechnik/rst/studium/python-in-der-lehre | Python in der Lehre]] (Institut für Regelungs- und Steuerungstheorie)
 +  * Siehe auch: Dokulinks am Ende der Folien
 +
doku/python-workshop.1538664099.txt.gz · Last modified: 2018/10/04 16:41 by carsten