From 7b2a5590d4a2a92a5778cd7de4e0149cf313bca3 Mon Sep 17 00:00:00 2001 From: Harry Percival Date: Thu, 2 Jun 2016 11:50:42 +0100 Subject: [PATCH 1/2] Add link to more info on cmd vs interpreter vs editor I'm hoping to use this tutorial for a beginners' session but have found that beginners often struggle with the difference between command-line, interpreter, and files. Link to the djangogirls tutorial, which is the best resource i know on the subject. --- source/getting_started.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/getting_started.rst b/source/getting_started.rst index b7c7347..d287d46 100644 --- a/source/getting_started.rst +++ b/source/getting_started.rst @@ -269,3 +269,14 @@ And now we are all set and can get started with turtle! --- rather use more appropriate names such as :file:`square.py` or :file:`rectangle.py`. Otherwise, whenever you refer to ``turtle``, Python will pick up *your* file instead of the standard Python turtle module. + + +Too fast? More information here +-------------------------------- + +Was that whirlwind intro to the command line, the python interpreter, and +saving files, a little quick? Are you left feeling a little unsure about what's +what? Check out the first few introductory sections of the djangogirls +tutorial for an overview at a more gentle pace: + +http://tutorial.djangogirls.org/en/intro_to_command_line/ From 9efc1cf2e98070bfeb6d4311236a3bda8aa79f7d Mon Sep 17 00:00:00 2001 From: Franz Dietrich Date: Wed, 11 Oct 2017 09:54:48 +0200 Subject: [PATCH 2/2] small fix of grammar --- source/locale/de/LC_MESSAGES/loops.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/locale/de/LC_MESSAGES/loops.po b/source/locale/de/LC_MESSAGES/loops.po index a5928f6..2f1cbe3 100644 --- a/source/locale/de/LC_MESSAGES/loops.po +++ b/source/locale/de/LC_MESSAGES/loops.po @@ -85,7 +85,7 @@ msgid "" "which lines should be used in the ``for`` loop, and which come after, as " "part of the rest of your program. Use four spaces (hitting tab) to indent " "your code." -msgstr "Beachte wie oben die Zeilen, die *wiederholt* werden, die sind die *eingerückt* sind. Das ist ein wichtiges Konzept in Python - das ist wie es weiß welche Zeilen zur ``for``\\ -Schleife gehören und welche danach kommen, als Rest des Programms. Benutz vier Leerzeichen (drück Tab) um deinen Quelltext einzurücken." +msgstr "Beachte wie oben die Zeilen *wiederholt* werden, die *eingerückt* sind. Das ist ein wichtiges Konzept in Python - das ist wie es weiß welche Zeilen zur ``for``\\ -Schleife gehören und welche danach kommen, als Rest des Programms. Benutz vier Leerzeichen (drück Tab) um deinen Quelltext einzurücken." # 78984f3a1e8442cfa8a190d0e891d912 #: ../../../source/loops.rst:50