Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit e3bdfcb

Browse files
committed
instrutions
1 parent fab8c16 commit e3bdfcb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Programming Style Examples (Python)
2+
===================================
3+
4+
These are a few examples to support a discussion about programming approaches. They all
5+
just load up a CSV and print out some data from it. The point is to demonstrate various
6+
approaches to programming in a small way.
7+
8+
Installation
9+
------------
10+
11+
Make sure you have Python 2.6 or 2.7 installed. Might work with Python 3 (I haven't tried it).
12+
13+
Use
14+
---
15+
16+
Run each script like this:
17+
```
18+
python imperative.py
19+
```

0 commit comments

Comments
 (0)