Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to more info on cmd vs interpreter vs editor #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions source/getting_started.rst
Original file line number Diff line number Diff line change
@@ -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/