X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dabeaz-course/practical-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: obinnaokafor/practical-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 11, 2020

  1. added initial code to calculate mortgage

    Obinna Okafor committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    dd92864 View commit details
    Browse the repository at this point in the history
  2. added extra payment for first 12 months

    Obinna Okafor committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    32b8ab9 View commit details
    Browse the repository at this point in the history
  3. remove hardcoded extra payment info

    Obinna Okafor committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    5addc84 View commit details
    Browse the repository at this point in the history
  4. round principal to 2 decimal placees

    Obinna Okafor committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    63d5432 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bf67dc View commit details
    Browse the repository at this point in the history
  6. ex 1.27: reading from data file

    Obinna Okafor committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    b689f5b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Exercise 1.30: Turning a script into a function

    Obinna Okafor committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    821f3f8 View commit details
    Browse the repository at this point in the history
  2. Exercise 1.30: Turning a script into a function

    Obinna Okafor committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    7561711 View commit details
    Browse the repository at this point in the history
  3. handle misssing value errors

    Obinna Okafor committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    77d99ae View commit details
    Browse the repository at this point in the history
  4. used csv module to parse input file

    Obinna Okafor committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    89102b1 View commit details
    Browse the repository at this point in the history
  5. read filename from command line

    Obinna Okafor committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    3e39e6d View commit details
    Browse the repository at this point in the history
  6. Exercise 2.4: A list of tuples

    Obinna Okafor committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    b6aa2f6 View commit details
    Browse the repository at this point in the history
  7. Exercise 2.6: Dictionaries as a container

    Obinna Okafor committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    5f33a5b View commit details
    Browse the repository at this point in the history
  8. Exercise 2.9: Collecting Data

    Obinna Okafor committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    b922d41 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    e4ebdf0 View commit details
    Browse the repository at this point in the history
  2. Exercise 2.16: Using the zip() function

    Obinna Okafor committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    3a9196f View commit details
    Browse the repository at this point in the history
Loading
X Tutup