Pair Programming Exercises with Python

Follow the steps:

  1. Follow this invitation link: http://go.code.cool/pbwp-pair-prog
  2. Accept the assignment, it will create a new GitHub repository under your account.
  3. Clone the repository to your computer and check the subfolders. Every subfolder is a separate exercise. In the subfolder run the test by python test.py

    It runs pre-written tests, but these are failing.

    1. Read the instructions in the README file and write the code.
    2. When you’re ready, re-run test.py
    3. When all the test passes, commit and push your solution back.
    4. Finally submit your repository URL here as a submission.

Extra

If you’re done with that and want more exercises, go to exercism. Install command line application, log in with GitHub and do as much exercises as you can.