Skip to content

Commit 7b2a559

Browse files
committed
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.
1 parent a1b40e2 commit 7b2a559

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)