summaryrefslogtreecommitdiffhomepage
path: root/de-de/python-de.html.markdown
Commit message (Collapse)AuthorAgeLines
* Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'Simon Shine2020-02-12-1/+1
| | | | The list of references is exhausted by running 'ack docs/python'.
* Rename Python 3 markdown files into 'python'Simon Shine2020-02-12-0/+655
| | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done
* Rename Python 2 markdown files into 'pythonlegacy'Simon Shine2020-02-12-766/+0
| | | | | | | | | ``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ```
* Kap. 5+6 aktualisiert, Kap 6.1, 6.2, 7 hinzugefügtRakasch2019-04-06-40/+319
| | | | | Kapitel 6.1, 6.2 und 7 aus der englischen Version übernommen. Kapitel 5 und 6 getauscht, um der englischen Version zu entsprechen. Texte der Kapitel 5 und 6 Kapitel um fehlende Teile erweitert.
* Type correction for the output of math.sqrt() propagated across versions and ↵Anindya Srivastava2019-02-06-1/+1
| | | | languages
* Update python-de.html.markdownWincent Balin2015-03-03-2/+2
| | | Fixed typos.
* Updated new contributionsAdam2013-09-08-0/+1
|
* improved python german a little bitrduerig2013-08-18-13/+14
|
* Updated header matter in python-deAdam2013-08-17-2/+3
|
* Changed python-de to utf-8Adam2013-08-17-81/+81
|
* added first draft of german translation for pythonkultprok2013-08-17-0/+484