-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Comparing changes
Open a pull request
base repository: dabeaz-course/practical-python
base: master
head repository: obinnaokafor/practical-python
compare: master
- 16 commits
- 3 files changed
- 1 contributor
Commits on Jun 11, 2020
-
added initial code to calculate mortgage
Obinna Okafor committedJun 11, 2020 Configuration menu - View commit details
-
Copy full SHA for dd92864 - Browse repository at this point
Copy the full SHA dd92864View commit details -
added extra payment for first 12 months
Obinna Okafor committedJun 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 32b8ab9 - Browse repository at this point
Copy the full SHA 32b8ab9View commit details -
remove hardcoded extra payment info
Obinna Okafor committedJun 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 5addc84 - Browse repository at this point
Copy the full SHA 5addc84View commit details -
round principal to 2 decimal placees
Obinna Okafor committedJun 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 63d5432 - Browse repository at this point
Copy the full SHA 63d5432View commit details -
fixed last month overpayment and used f-strings to format output
Obinna Okafor committedJun 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 5bf67dc - Browse repository at this point
Copy the full SHA 5bf67dcView commit details -
ex 1.27: reading from data file
Obinna Okafor committedJun 11, 2020 Configuration menu - View commit details
-
Copy full SHA for b689f5b - Browse repository at this point
Copy the full SHA b689f5bView commit details
Commits on Jun 12, 2020
-
Exercise 1.30: Turning a script into a function
Obinna Okafor committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 821f3f8 - Browse repository at this point
Copy the full SHA 821f3f8View commit details -
Exercise 1.30: Turning a script into a function
Obinna Okafor committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 7561711 - Browse repository at this point
Copy the full SHA 7561711View commit details -
Obinna Okafor committed
Jun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 77d99ae - Browse repository at this point
Copy the full SHA 77d99aeView commit details -
used csv module to parse input file
Obinna Okafor committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 89102b1 - Browse repository at this point
Copy the full SHA 89102b1View commit details -
read filename from command line
Obinna Okafor committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 3e39e6d - Browse repository at this point
Copy the full SHA 3e39e6dView commit details -
Exercise 2.4: A list of tuples
Obinna Okafor committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for b6aa2f6 - Browse repository at this point
Copy the full SHA b6aa2f6View commit details -
Exercise 2.6: Dictionaries as a container
Obinna Okafor committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 5f33a5b - Browse repository at this point
Copy the full SHA 5f33a5bView commit details -
Obinna Okafor committed
Jun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for b922d41 - Browse repository at this point
Copy the full SHA b922d41View commit details
Commits on Jun 13, 2020
-
used enumerate to track index instead of using a count cariable
Obinna Okafor committedJun 13, 2020 Configuration menu - View commit details
-
Copy full SHA for e4ebdf0 - Browse repository at this point
Copy the full SHA e4ebdf0View commit details -
Exercise 2.16: Using the zip() function
Obinna Okafor committedJun 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 3a9196f - Browse repository at this point
Copy the full SHA 3a9196fView commit details
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