Skip to content

Commit 112de97

Browse files
authored
Merge pull request #69 from hjwp/patch-1
Add link to more info on cmd vs interpreter vs editor
2 parents 5e3dbd0 + 7b2a559 commit 112de97

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/getting_started.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,14 @@ And now we are all set and can get started with turtle!
269269
--- rather use more appropriate names such as :file:`square.py` or
270270
:file:`rectangle.py`. Otherwise, whenever you refer to ``turtle``, Python
271271
will pick up *your* file instead of the standard Python turtle module.
272+
273+
274+
Too fast? More information here
275+
--------------------------------
276+
277+
Was that whirlwind intro to the command line, the python interpreter, and
278+
saving files, a little quick? Are you left feeling a little unsure about what's
279+
what? Check out the first few introductory sections of the djangogirls
280+
tutorial for an overview at a more gentle pace:
281+
282+
http://tutorial.djangogirls.org/en/intro_to_command_line/

0 commit comments

Comments
 (0)