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

rahulbot/Programming-Style-Examples

Repository files navigation

Programming Style Examples (Python)

These are a few examples to support a discussion about programming approaches. They all just load up a CSV and print out some data from it. The point is to demonstrate various approaches to programming in a small way.

Installation

Make sure you have Python 2.6 or 2.7 installed. Might work with Python 3 (I haven't tried it).

Use

Run each scripts like this:

python imperative.py

The examples included show each of these styles:

  • imperative
  • procedural
  • object-oriented
  • event-driven (not that well)
  • functional
  • test-driven

About

Quick examples of various programming styles (for MAS.500 Software course)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages