Skip to content

Commit e3a0d52

Browse files
committed
Updated python tutorial
1 parent a144b77 commit e3a0d52

File tree

8 files changed

+34
-18
lines changed

8 files changed

+34
-18
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Finance/.ipynb_checkpoints/car_loans-checkpoint.ipynb

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": 3,
66
"metadata": {
77
"collapsed": true
88
},
@@ -185,7 +185,7 @@
185185
},
186186
{
187187
"cell_type": "code",
188-
"execution_count": 2,
188+
"execution_count": 4,
189189
"metadata": {
190190
"collapsed": true
191191
},
@@ -209,7 +209,7 @@
209209
},
210210
{
211211
"cell_type": "code",
212-
"execution_count": 3,
212+
"execution_count": 5,
213213
"metadata": {
214214
"collapsed": false
215215
},
@@ -221,7 +221,7 @@
221221
},
222222
{
223223
"cell_type": "code",
224-
"execution_count": 4,
224+
"execution_count": 6,
225225
"metadata": {
226226
"collapsed": false
227227
},
@@ -240,17 +240,25 @@
240240
},
241241
{
242242
"cell_type": "code",
243-
"execution_count": 5,
243+
"execution_count": 7,
244244
"metadata": {
245-
"collapsed": true
245+
"collapsed": false
246246
},
247-
"outputs": [],
247+
"outputs": [
248+
{
249+
"name": "stdout",
250+
"output_type": "stream",
251+
"text": [
252+
"34217.46112241076\n"
253+
]
254+
}
255+
],
248256
"source": [
249257
"## This was how I found \n",
250258
"\n",
251259
"# this is EMI formula moved to find out the principal. \n",
252-
"#principal = ( (528.97) * (1 - (1 + (R))**-72) ) / (R)\n",
253-
"#print(principal)"
260+
"principal = ( (528.97) * (1 - (1 + (R))**-72) ) / (R)\n",
261+
"print(principal)"
254262
]
255263
},
256264
{

Finance/Car_Comparison.png

1020 KB
Loading

Finance/car_loans.ipynb

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": 3,
66
"metadata": {
77
"collapsed": true
88
},
@@ -185,7 +185,7 @@
185185
},
186186
{
187187
"cell_type": "code",
188-
"execution_count": 2,
188+
"execution_count": 4,
189189
"metadata": {
190190
"collapsed": true
191191
},
@@ -209,7 +209,7 @@
209209
},
210210
{
211211
"cell_type": "code",
212-
"execution_count": 3,
212+
"execution_count": 5,
213213
"metadata": {
214214
"collapsed": false
215215
},
@@ -221,7 +221,7 @@
221221
},
222222
{
223223
"cell_type": "code",
224-
"execution_count": 4,
224+
"execution_count": 6,
225225
"metadata": {
226226
"collapsed": false
227227
},
@@ -240,17 +240,25 @@
240240
},
241241
{
242242
"cell_type": "code",
243-
"execution_count": 5,
243+
"execution_count": 7,
244244
"metadata": {
245-
"collapsed": true
245+
"collapsed": false
246246
},
247-
"outputs": [],
247+
"outputs": [
248+
{
249+
"name": "stdout",
250+
"output_type": "stream",
251+
"text": [
252+
"34217.46112241076\n"
253+
]
254+
}
255+
],
248256
"source": [
249257
"## This was how I found \n",
250258
"\n",
251259
"# this is EMI formula moved to find out the principal. \n",
252-
"#principal = ( (528.97) * (1 - (1 + (R))**-72) ) / (R)\n",
253-
"#print(principal)"
260+
"principal = ( (528.97) * (1 - (1 + (R))**-72) ) / (R)\n",
261+
"print(principal)"
254262
]
255263
},
256264
{

Finance/loans.pptx

247 KB
Binary file not shown.

Finance/monthlyPayment.png

51.1 KB
Loading

Finance/oldSienna.jpg

59.2 KB
Loading

Statistics/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)