Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [python/de] Fix some typos (#4928) | Jan Knobloch | 2024-05-08 | -6/+6 |
| | ||||
* | [python/*] proofread en and ru and all links | Boris Verkhovskiy | 2024-04-26 | -2/+1 |
| | ||||
* | [python/*] remove feedback email request | Boris Verkhovskiy | 2024-04-07 | -2/+0 |
| | ||||
* | Remove leading and trailing empty lines in code blocks | Boris Verkhovskiy | 2024-04-06 | -2/+0 |
| | ||||
* | Added example for f-strings | caminsha | 2020-02-17 | -0/+8 |
| | ||||
* | Changed sentence about deprecated python 2 | caminsha | 2020-02-17 | -1/+1 |
| | ||||
* | removed section with different .format for stringformatting | caminsha | 2020-02-16 | -4/+0 |
| | ||||
* | Fixed explanation about legacy python | caminsha | 2020-02-16 | -5/+2 |
| | ||||
* | fetched upstream and made some translations to Python | caminsha | 2020-02-15 | -362/+242 |
|\ | ||||
| * | Python 3: Use 'filename: learnpython*.py' (no '3') | Simon Shine | 2020-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 Shine | 2020-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 Shine | 2020-02-12 | -1/+1 |
| | | | | | | | | The list of references is exhausted by running 'ack docs/python'. | |||
| * | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-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 Shine | 2020-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ügt | Rakasch | 2019-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 Srivastava | 2019-02-06 | -1/+1 |
| | | | | languages | |||
* | Update python-de.html.markdown | Wincent Balin | 2015-03-03 | -2/+2 |
| | | | Fixed typos. | |||
* | Updated new contributions | Adam | 2013-09-08 | -0/+1 |
| | ||||
* | improved python german a little bit | rduerig | 2013-08-18 | -13/+14 |
| | ||||
* | Updated header matter in python-de | Adam | 2013-08-17 | -2/+3 |
| | ||||
* | Changed python-de to utf-8 | Adam | 2013-08-17 | -81/+81 |
| | ||||
* | added first draft of german translation for python | kultprok | 2013-08-17 | -0/+484 |