Skip to content

Commit c6d506f

Browse files
committed
added image link to all notebooks
1 parent 9904f54 commit c6d506f

File tree

177 files changed

+8699
-1180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+8699
-1180
lines changed

00-Python Object and Data Structure Basics/.ipynb_checkpoints/01-Numbers-checkpoint.ipynb

+564
Large diffs are not rendered by default.

00-Python Object and Data Structure Basics/.ipynb_checkpoints/01-Variable Assignment-checkpoint.ipynb

+39-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"___\n",
8+
"\n",
9+
"<a href='https://www.udemy.com/user/joseportilla/'><img src='../Pierian_Data_Logo.png'/></a>\n",
10+
"___\n",
11+
"<center><em>Content Copyright by Pierian Data</em></center>"
12+
]
13+
},
314
{
415
"cell_type": "markdown",
516
"metadata": {},
@@ -30,7 +41,9 @@
3041
{
3142
"cell_type": "code",
3243
"execution_count": 1,
33-
"metadata": {},
44+
"metadata": {
45+
"collapsed": true
46+
},
3447
"outputs": [],
3548
"source": [
3649
"my_dogs = 2"
@@ -59,7 +72,9 @@
5972
{
6073
"cell_type": "code",
6174
"execution_count": 3,
62-
"metadata": {},
75+
"metadata": {
76+
"collapsed": true
77+
},
6378
"outputs": [],
6479
"source": [
6580
"my_dogs = ['Sammy', 'Frankie']"
@@ -110,7 +125,9 @@
110125
{
111126
"cell_type": "code",
112127
"execution_count": 5,
113-
"metadata": {},
128+
"metadata": {
129+
"collapsed": true
130+
},
114131
"outputs": [],
115132
"source": [
116133
"a = 5"
@@ -146,7 +163,9 @@
146163
{
147164
"cell_type": "code",
148165
"execution_count": 7,
149-
"metadata": {},
166+
"metadata": {
167+
"collapsed": true
168+
},
150169
"outputs": [],
151170
"source": [
152171
"a = 10"
@@ -210,7 +229,9 @@
210229
{
211230
"cell_type": "code",
212231
"execution_count": 10,
213-
"metadata": {},
232+
"metadata": {
233+
"collapsed": true
234+
},
214235
"outputs": [],
215236
"source": [
216237
"a = a + 10"
@@ -246,7 +267,9 @@
246267
{
247268
"cell_type": "code",
248269
"execution_count": 12,
249-
"metadata": {},
270+
"metadata": {
271+
"collapsed": true
272+
},
250273
"outputs": [],
251274
"source": [
252275
"a += 10"
@@ -275,7 +298,9 @@
275298
{
276299
"cell_type": "code",
277300
"execution_count": 14,
278-
"metadata": {},
301+
"metadata": {
302+
"collapsed": true
303+
},
279304
"outputs": [],
280305
"source": [
281306
"a *= 2"
@@ -340,7 +365,9 @@
340365
{
341366
"cell_type": "code",
342367
"execution_count": 17,
343-
"metadata": {},
368+
"metadata": {
369+
"collapsed": true
370+
},
344371
"outputs": [],
345372
"source": [
346373
"a = (1,2)"
@@ -377,7 +404,9 @@
377404
{
378405
"cell_type": "code",
379406
"execution_count": 19,
380-
"metadata": {},
407+
"metadata": {
408+
"collapsed": true
409+
},
381410
"outputs": [],
382411
"source": [
383412
"my_income = 100\n",
@@ -429,7 +458,7 @@
429458
"name": "python",
430459
"nbconvert_exporter": "python",
431460
"pygments_lexer": "ipython3",
432-
"version": "3.6.2"
461+
"version": "3.6.6"
433462
}
434463
},
435464
"nbformat": 4,

00-Python Object and Data Structure Basics/.ipynb_checkpoints/02-Strings-checkpoint.ipynb

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"___\n",
8+
"\n",
9+
"<a href='https://www.udemy.com/user/joseportilla/'><img src='../Pierian_Data_Logo.png'/></a>\n",
10+
"___\n",
11+
"<center><em>Content Copyright by Pierian Data</em></center>"
12+
]
13+
},
314
{
415
"cell_type": "markdown",
516
"metadata": {},
@@ -289,7 +300,9 @@
289300
{
290301
"cell_type": "code",
291302
"execution_count": 10,
292-
"metadata": {},
303+
"metadata": {
304+
"collapsed": true
305+
},
293306
"outputs": [],
294307
"source": [
295308
"# Assign s as a string\n",
@@ -725,7 +738,9 @@
725738
{
726739
"cell_type": "code",
727740
"execution_count": 29,
728-
"metadata": {},
741+
"metadata": {
742+
"collapsed": true
743+
},
729744
"outputs": [],
730745
"source": [
731746
"# We can reassign s completely though!\n",
@@ -779,7 +794,9 @@
779794
{
780795
"cell_type": "code",
781796
"execution_count": 32,
782-
"metadata": {},
797+
"metadata": {
798+
"collapsed": true
799+
},
783800
"outputs": [],
784801
"source": [
785802
"letter = 'z'"
@@ -995,7 +1012,7 @@
9951012
"name": "python",
9961013
"nbconvert_exporter": "python",
9971014
"pygments_lexer": "ipython3",
998-
"version": "3.6.2"
1015+
"version": "3.6.6"
9991016
}
10001017
},
10011018
"nbformat": 4,

00-Python Object and Data Structure Basics/.ipynb_checkpoints/03-Print Formatting with Strings-checkpoint.ipynb

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"___\n",
8+
"\n",
9+
"<a href='https://www.udemy.com/user/joseportilla/'><img src='../Pierian_Data_Logo.png'/></a>\n",
10+
"___\n",
11+
"<center><em>Content Copyright by Pierian Data</em></center>"
12+
]
13+
},
314
{
415
"cell_type": "markdown",
516
"metadata": {},
@@ -705,7 +716,7 @@
705716
"name": "python",
706717
"nbconvert_exporter": "python",
707718
"pygments_lexer": "ipython3",
708-
"version": "3.6.2"
719+
"version": "3.6.6"
709720
}
710721
},
711722
"nbformat": 4,

0 commit comments

Comments
 (0)