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:ananthp/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.
  • 12 commits
  • 6 files changed
  • 2 contributors

Commits on May 31, 2020

  1. ex 1.5 bouncing ball

    @ananthp
    ananthp committed May 31, 2020
    Configuration menu
    Copy the full SHA
    e376a08View commit details
    Browse the repository at this point in the history
  2. sears - a study in looping

    normally, I would try to find the math formula that answers this question. however, as this is a simple programming exercise, a while loop it is, as given by the instructor.
    @ananthp
    ananthp committed May 31, 2020
    Configuration menu
    Copy the full SHA
    9fa646cView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a05ac7cView commit details
    Browse the repository at this point in the history
  4. ex 1.7 version of mortgage.py

    this is literally verbatim copy from the course
    @ananthp
    ananthp committed May 31, 2020
    Configuration menu
    Copy the full SHA
    67ff3b9View commit details
    Browse the repository at this point in the history
  5. learning: division, integer division

    * added a note on python division and integer division * also described the pupose of learnings.md in it.
    @ananthp
    ananthp committed May 31, 2020
    Configuration menu
    Copy the full SHA
    04ed212View commit details
    Browse the repository at this point in the history
  6. ex 1.8 version of morgage

    @ananthp
    ananthp committed May 31, 2020
    Configuration menu
    Copy the full SHA
    0a9a40fView commit details
    Browse the repository at this point in the history
  7. ex 1.9 version of mortgage

    @ananthp
    ananthp committed May 31, 2020
    Configuration menu
    Copy the full SHA
    edc8901View commit details
    Browse the repository at this point in the history
  8. ex 1.10 version of mortgage

    * also made the `extra_payment_end_month` inclusive. In the previous exercise this statement was given: > How much will Dave pay if he pays an extra $1000/month for 4 years starting in year 5 of the mortgage? along with a code snippet ``` extra_payment_start_month = 60 extra_payment_end_month = 108 ``` From these it's clear the start month is inclusive and end month is exclusive. However, made the end month inclusive to match the result shown in the course in this exercise.
    @ananthp
    ananthp committed May 31, 2020
    Configuration menu
    Copy the full SHA
    b2288d6View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75ab1e3View commit details
    Browse the repository at this point in the history
  10. study in unicode characters

    @ananthp
    ananthp committed May 31, 2020
    Configuration menu
    Copy the full SHA
    8369bc0View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. ex 1.27 processing csv

    @ananthp
    ananthp committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b48e675View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    b0c112aView commit details
    Browse the repository at this point in the history
Loading