Skip to content

Commit 6ae2bc0

Browse files
committed
Adds incomplete handouts from aut 15
1 parent bb87d99 commit 6ae2bc0

8 files changed

Lines changed: 18 additions & 0 deletions

File tree

incomplete/editors/IDLE.md

Whitespace-only changes.

incomplete/editors/eclipse.md

Whitespace-only changes.

incomplete/editors/emacs.md

Whitespace-only changes.

incomplete/editors/sublime_text.md

Whitespace-only changes.

incomplete/editors/vim.md

Whitespace-only changes.

incomplete/getting_started.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Getting Started
2+
Welcome to Python!
3+
4+
By following the instructions in this document, you can get up and running with Python in no time.
5+
6+
## Table of Contents
7+
8+
## Mac OS X / Linux Setup
9+
10+
### Installing Python
11+
12+
First, let's make sure Python is installed on your computer. On a command line, type `python --version` and then hit enter. The version of python installed
13+
Success!```
14+
$ python --version
15+
```
16+
17+
(with help from the [Python Docs](https://docs.python.org/2/using/)# Getting Started

incomplete/repl/interpreter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Interactive Python

incomplete/repl/ipython.md

Whitespace-only changes.

0 commit comments

Comments
 (0)