summaryrefslogtreecommitdiffhomepage
path: root/de-de/python-de.html.markdown
Commit message (Collapse)AuthorAgeLines
* [python/de] Fix some typos (#4928)Jan Knobloch2024-05-08-6/+6
|
* [python/*] proofread en and ru and all linksBoris Verkhovskiy2024-04-26-2/+1
|
* [python/*] remove feedback email requestBoris Verkhovskiy2024-04-07-2/+0
|
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-2/+0
|
* Added example for f-stringscaminsha2020-02-17-0/+8
|
* Changed sentence about deprecated python 2caminsha2020-02-17-1/+1
|
* removed section with different .format for stringformattingcaminsha2020-02-16-4/+0
|
* Fixed explanation about legacy pythoncaminsha2020-02-16-5/+2
|
* fetched upstream and made some translations to Pythoncaminsha2020-02-15-362/+242
|\
| * Python 3: Use 'filename: learnpython*.py' (no '3')Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before renaming, Python 3 filenames were 'learnpython3*.py'. This commit removes the '3' part from the filename. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` ack -H 'filename:' python.html.markdown find . -name "python-*.markdown" -exec ack -H 'filename:' {} \; sed -i 's/^filename: learnpython3/filename: learnpython/' \ python.html.markdown find . -name "python-*.markdown" -exec \ sed -i 's/^filename: learnpython3/filename: learnpython/' {} \; ```
| * Python 3: 'language: Python'Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of listing 'language: python3' for Python 3, use language: Python as #3450 does. ``` find . -iname "python-*.markdown" -exec \ sed -i 's/language: python3/language: Python/' {} \; ```
| * 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