Introduction To Python
1.3
  • Session One: Introductions
  • Session Two: gitHub, Functions, Booleans and Modules
  • Session Three: Sequences, Iteration and String Formatting
  • Session Four: Lists, Iteration, Strings, Dictionaries, Sets
  • Session Five: Files, Streams & String IO
  • Session Six: Exceptions, Testing and Advanced Argument Passing
  • Session Seven: Object Oriented Programming
  • Session Eight: Object Oriented Programming 2
  • Session Nine: Object Oriented Programming 3
  • Session Ten: Functional Programming
  • Exercises
    • Contents:
      • Session 2:
        • Grid Printer Exercise
        • Fizz Buzz Exercise
        • Fibonacci Series Exercise
      • Session 3:
        • Slicing Lab
        • List Lab
        • String Formatting Lab
        • ROT13
        • Mailroom
      • Session 4:
        • Dictionary and Set Lab
        • Kata Fourteen: Tom Swift Under Milk Wood
      • Session 5:
        • Exceptions Lab
        • Comprehensions Lab
      • Session 6:
        • Passing functions to functions
        • Trapezoidal Rule
      • Session 7:
        • HTML Renderer Exercise
      • Session 8:
        • Circle Class Excercise
        • Sparse Array Exercise
      • Session 9:
        • lambda and keyword Magic
  • Supplemental Materials
Introduction To Python
  • Docs »
  • Exercises
  • View page source

Exercises¶

Contents:¶

Session 2:¶

  • Grid Printer Exercise
  • Fizz Buzz Exercise
  • Fibonacci Series Exercise

Session 3:¶

  • Slicing Lab
  • List Lab
  • String Formatting Lab
  • ROT13
  • Mailroom

Session 4:¶

  • Dictionary and Set Lab
  • Kata Fourteen: Tom Swift Under Milk Wood

Session 5:¶

  • Exceptions Lab
  • Comprehensions Lab

Session 6:¶

  • Passing functions to functions
  • Trapezoidal Rule

Session 7:¶

  • HTML Renderer Exercise

Session 8:¶

  • Circle Class Excercise
  • Sparse Array Exercise

Session 9:¶

  • lambda and keyword Magic
Next Previous

© Copyright 2014, Christopher Barker, Cris Ewing, .

Built with Sphinx using a theme provided by Read the Docs.