Skip to content

Commit c1b6416

Browse files
updated
1 parent 154942e commit c1b6416

File tree

117 files changed

+556
-55
lines changed

Some content is hidden

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

117 files changed

+556
-55
lines changed

β€Ž1-print/1-print.ipynbβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"\n",
1616
"## πŸ“Ί Video Tutorial\n",
1717
"\n",
18+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/Sg4GMVMdOPo)\n",
19+
"\n",
1820
"**Start coding with PYTHON in 5 minutes! 🐍** (5:13)\n",
1921
"\n",
2022
"## οΏ½πŸ“š What You'll Learn\n",
@@ -87,7 +89,8 @@
8789
"\n",
8890
"## πŸ”— Next Chapter\n",
8991
"Continue to [Chapter 2: Variables](../2-variables/) to learn about storing data!\n",
90-
"\n"
92+
"\n",
93+
""
9194
]
9295
},
9396
{

β€Ž10-logical-operators/10-logical-operators.ipynbβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
"\n",
1616
"## πŸ“Ί Video Tutorial\n",
1717
"\n",
18+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/W7luvtXeQTA)\n",
19+
"\n",
1820
"**Logical operators in Python are easy πŸ”£** (7:56)\n",
1921
"\n",
2022
"## πŸ“Ί Video Tutorial\n",
2123
"\n",
24+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/W7luvtXeQTA)\n",
25+
"\n",
2226
"## πŸ“š What You'll Learn\n",
2327
"Combine multiple conditions using logical operators to create powerful decision-making logic!\n",
2428
"\n",
@@ -231,7 +235,8 @@
231235
"\n",
232236
"## πŸ”— Next Chapter\n",
233237
"Continue to [Chapter 12: Conditional Expressions](../12-conditional/) to learn shorthand if-else statements!\n",
234-
"\n"
238+
"\n",
239+
""
235240
]
236241
},
237242
{

β€Ž11-conditional-expressions/11-conditional-expressions.ipynbβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
"\n",
1616
"## πŸ“Ί Video Tutorial\n",
1717
"\n",
18+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/TYyKQBC4bwE)\n",
19+
"\n",
1820
"**Learn conditional expressions in 5 minutes! ❓** (5:21)\n",
1921
"\n",
2022
"## πŸ“Ί Video Tutorial\n",
2123
"\n",
24+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/TYyKQBC4bwE)\n",
25+
"\n",
2226
"## πŸ“š What You'll Learn\n",
2327
"Write compact, elegant one-line conditional statements using Python's ternary operator!\n",
2428
"\n",
@@ -168,7 +172,8 @@
168172
"\n",
169173
"## πŸ”— Next Chapter\n",
170174
"Continue to [Chapter 13: String Methods](../13-string/) to explore string manipulation techniques!\n",
171-
"\n"
175+
"\n",
176+
""
172177
]
173178
},
174179
{

β€Ž12-string-methods/12-string-methods.ipynbβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
"\n",
1616
"## πŸ“Ί Video Tutorial\n",
1717
"\n",
18+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/tb6EYiHtcXU)\n",
19+
"\n",
1820
"**String methods in Python are easy! 〰️** (12:14)\n",
1921
"\n",
2022
"## πŸ“Ί Video Tutorial\n",
2123
"\n",
24+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/tb6EYiHtcXU)\n",
25+
"\n",
2226
"## πŸ“š What You'll Learn\n",
2327
"Master Python's powerful string manipulation methods to transform and analyze text!\n",
2428
"\n",
@@ -180,7 +184,8 @@
180184
"\n",
181185
"## πŸ”— Next Chapter\n",
182186
"Continue to [Chapter 14: Indexing](../14-index/) to learn how to access individual characters!\n",
183-
"\n"
187+
"\n",
188+
""
184189
]
185190
},
186191
{

β€Ž13-string-indexing/13-string-indexing.ipynbβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
"\n",
1616
"## πŸ“Ί Video Tutorial\n",
1717
"\n",
18+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/7pXf1DUuaIo)\n",
19+
"\n",
1820
"**String indexing in Python is easy βœ‚οΈ** (6:17)\n",
1921
"\n",
2022
"## πŸ“Ί Video Tutorial\n",
2123
"\n",
24+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/7pXf1DUuaIo)\n",
25+
"\n",
2226
"## πŸ“š What You'll Learn\n",
2327
"Access and extract parts of strings using indexing and slicing - essential for text processing!\n",
2428
"\n",
@@ -192,7 +196,8 @@
192196
"\n",
193197
"## πŸ”— Next Chapter\n",
194198
"Continue to [Chapter 15: Format Specifiers](../15-format/) to learn advanced string formatting!\n",
195-
"\n"
199+
"\n",
200+
""
196201
]
197202
},
198203
{

β€Ž14-email-slicer/14-email-slicer.ipynbβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"\n",
1616
"## πŸ“Ί Video Tutorial\n",
1717
"\n",
18+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/6MAufQ6vGtI)\n",
19+
"\n",
1820
"**Python email slicer program πŸ“§** (4:07)\n",
1921
"\n",
2022
"## πŸ“š What You'll Learn\n",
@@ -247,7 +249,8 @@
247249
"---\n",
248250
"\n",
249251
"**Practice Tip:** Try extending this to validate email formats more thoroughly - check for valid characters, proper domain structure, etc!\n",
250-
"\n"
252+
"\n",
253+
""
251254
]
252255
},
253256
{

β€Ž15-format/15-format.ipynbβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"\n",
1616
"## πŸ“Ί Video Tutorial\n",
1717
"\n",
18+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/FrvBwdAU2dQ)\n",
19+
"\n",
1820
"**Learn Python format specifiers in 5 minutes! πŸ’¬** (5:32)\n",
1921
"\n",
2022
"## πŸ“š What You'll Learn\n",
@@ -215,7 +217,8 @@
215217
"\n",
216218
"## πŸ”— Next Chapter\n",
217219
"Continue to [Chapter 16: While Loops](../16-while/) to learn about repetition and iteration!\n",
218-
"\n"
220+
"\n",
221+
""
219222
]
220223
},
221224
{

β€Ž16-while/16-while.ipynbβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"\n",
1616
"## πŸ“Ί Video Tutorial\n",
1717
"\n",
18+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/rRTjPnVooxE)\n",
19+
"\n",
1820
"**While loops in Python are easy! ♾️** (8:04)\n",
1921
"\n",
2022
"## πŸ“š What You'll Learn\n",
@@ -185,7 +187,8 @@
185187
"\n",
186188
"## πŸ”— Next Chapter\n",
187189
"Continue to [Chapter 17: Interest Calculator](../17-interest-calculator/) to build a compound interest calculator!\n",
188-
"\n"
190+
"\n",
191+
""
189192
]
190193
}
191194
],

β€Ž17-interest-calculator/17-interest-calculator.ipynbβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"\n",
1616
"## πŸ“Ί Video Tutorial\n",
1717
"\n",
18+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/aM5dttidg4Q)\n",
19+
"\n",
1820
"**Code an interest calculator in 7 minutes! πŸ’΅** (7:35)\n",
1921
"\n",
2022
"## πŸ“š What You'll Learn\n",
@@ -379,7 +381,8 @@
379381
"\n",
380382
"## πŸ”— Next Chapter\n",
381383
"Continue to [Chapter 18: For Loops](../18-for/) to learn about iteration and the for loop!\n",
382-
"\n"
384+
"\n",
385+
""
383386
]
384387
},
385388
{

β€Ž18-for/18-for.ipynbβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"\n",
1616
"## πŸ“Ί Video Tutorial\n",
1717
"\n",
18+
"[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/KWgYha0clzw)\n",
19+
"\n",
1820
"**Learn Python for loops in 5 minutes! πŸ”** (5:47)\n",
1921
"\n",
2022
"## πŸ“š What You'll Learn\n",
@@ -538,7 +540,8 @@
538540
"\n",
539541
"## πŸ”— Next Chapter\n",
540542
"Continue to [Chapter 19: Countdown Timer](../19-timer/) to build a real countdown timer application!\n",
541-
"\n"
543+
"\n",
544+
""
542545
]
543546
},
544547
{

0 commit comments

Comments
Β (0)