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

added online interpreter to getting started manual #1

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
added online interpreter to getting started manual
  • Loading branch information
rshorey committed Nov 9, 2015
commit dbd65e6c8a13d02f43dd773025fa48c16843d597
6 changes: 6 additions & 0 deletions start-here.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 37,9 @@ There's a known problem making it more difficult for Macs to run IDLE (see http:
- Make sure you're in the correct folder! You can check which folder the terminal is looking in by typing **pwd**
- Similarly, make sure the file you want to run is in the folder you're in! Type **ls** to see all of the files in the folder terminal is currently working in.
- Remember that when you see the dollar sign prompt (**$**), you're working in terminal, and can run scripts at the command line. But when you see the **>>>** prompt, you're in Python's interactive interpreter mode, and you'll need to type **exit()** to get back.


####Really really really stuck?
- If you absolutely can't install python (for example, if you have a chromebook, a tablet or a work laptop on which you aren't the administrator), there are some options, but note that you'll eventually want to find a computer where you can install python in order to work on your own projects.
- HOWEVER, for the purpose of getting started with Lesson 1, Codecademy Labs offers an [online python interpreter](http://labs.codecademy.com/#:workspace).
- Just type in the panel on the left and hit the "run" button when you're ready to run your code.