bitsandbooks / py-fibonacci

Introduces the reader to some of Python's basic concepts. It is also an experiment in how Git can be used to walk a reader through the creation and evolution of a simple program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Python to Print Fibonacci Sequences

About this Repository

This repository is an educational tool. It has been written to introduce the reader to some of Python's basic concepts. It is also an experiment in how Git can be used to walk a reader through the creation and evolution of a simple program.

Using this Repository

Here are the various sections:

  1. Introduction : States the problem to be solved.
  2. Part 1: A simple Fibonacci sequencer.
  3. Part 2: Using a List.
  4. Part 3: Creating a function.
  5. Part 4: Using built-in functions to simplify your code.
  6. Part 5: Accepting command-line arguments.

Additional Notes

This repository is made available under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 license.

This exercise was built using Python 2.7.1.

About

Introduces the reader to some of Python's basic concepts. It is also an experiment in how Git can be used to walk a reader through the creation and evolution of a simple program.


Languages

Language:Python 100.0%