-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ananthp/practical-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 6 files changed
- 2 contributors
Commits on May 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e376a08 - Browse repository at this point
Copy the full SHA e376a08View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9fa646c - Browse repository at this point
Copy the full SHA 9fa646cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a05ac7c - Browse repository at this point
Copy the full SHA a05ac7cView commit details -
this is literally verbatim copy from the course
Configuration menu - View commit details
-
Copy full SHA for 67ff3b9 - Browse repository at this point
Copy the full SHA 67ff3b9View commit details -
learning: division, integer division
* added a note on python division and integer division * also described the pupose of learnings.md in it.
Configuration menu - View commit details
-
Copy full SHA for 04ed212 - Browse repository at this point
Copy the full SHA 04ed212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9a40f - Browse repository at this point
Copy the full SHA 0a9a40fView commit details -
Configuration menu - View commit details
-
Copy full SHA for edc8901 - Browse repository at this point
Copy the full SHA edc8901View commit details -
* 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.
Configuration menu - View commit details
-
Copy full SHA for b2288d6 - Browse repository at this point
Copy the full SHA b2288d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ab1e3 - Browse repository at this point
Copy the full SHA 75ab1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8369bc0 - Browse repository at this point
Copy the full SHA 8369bc0View commit details
Commits on Jun 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b48e675 - Browse repository at this point
Copy the full SHA b48e675View commit details
Commits on Jun 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b0c112a - Browse repository at this point
Copy the full SHA b0c112aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master