Skip to content

Commit da3c66f

Browse files
committed
updated P2M1 with video
1 parent 3a23d48 commit da3c66f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Python Fundamentals/Module_1.0_Tutorials_Indexes_String_Sequences_Python_Fundamentals.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Module 1 - Python Fundamentals\n",
7+
"# Python Fundamentals Module 1: String Iterables (P2M1)\n",
88
"## Sequence: String\n",
99
"- **Accessing String Characters with index**\n",
1010
"- Accessing sub-strings with index slicing\n",
@@ -30,6 +30,10 @@
3030
"<font size=\"6\" color=\"#00A0B2\" face=\"verdana\"> <B>Concepts</B></font>\n",
3131
"## \"iterables\" ... Accessing a single String Character\n",
3232
"Iterables include data types and structures like strings, lists, tuples, dictionaries, and more. It is possible to even define your own. For more on iterables, see https://docs.python.org/3/glossary.html#term-iterable\n",
33+
"\n",
34+
"\n",
35+
"[![view video](https://openclipart.org/download/219326/1432343177.svg)](https://youtu.be/wXKaSdVuK_I)\n",
36+
"\n",
3337
"### addressing a string index\n",
3438
"Strings are sequences of characters. Another common sequence type used in this course is a **list**. Sequences index items counting from 0 for the first item.\n",
3539
"\n",
@@ -1312,7 +1316,7 @@
13121316
"cell_type": "markdown",
13131317
"metadata": {},
13141318
"source": [
1315-
"Professor Dominic Thomas + Microsoft"
1319+
"(c) 2017 Microsoft adapted with permission by Dominic Thomas"
13161320
]
13171321
}
13181322
],

0 commit comments

Comments
 (0)