Skip to content

Commit e8c2f06

Browse files
updated
1 parent 2c7442b commit e8c2f06

File tree

466 files changed

+962
-1319
lines changed

Some content is hidden

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

466 files changed

+962
-1319
lines changed

1-print/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Chapter 1: Print Statement
22

3-
## 📚 What You'll Learn
3+
4+
## 📺 Video Tutorial
5+
6+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/Sg4GMVMdOPo)
7+
8+
9+
## 📺 Video Tutorial
10+
11+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/Sg4GMVMdOPo)
12+
13+
## � Video Tutorial
14+
15+
[![Watch on YouTube](https://img.shields.io/badge/Watch-Chapter_1-red?style=for-the-badge&logo=youtube)](https://youtu.be/N4mEzFDjqtA)
16+
17+
## �📚 What You'll Learn
418
In this chapter, you'll learn about the `print()` function, which is your first step in Python programming!
519

620
## 🎯 Learning Objectives

10-temp/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Chapter 10: Temperature Converter Program
22

3+
4+
## 📺 Video Tutorial
5+
6+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/W7luvtXeQTA)
7+
8+
9+
## 📺 Video Tutorial
10+
11+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/W7luvtXeQTA)
12+
313
## 📚 What You'll Learn
414
Convert temperatures between Fahrenheit and Celsius - essential for international travel and science!
515

11-logical/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Chapter 11: Logical Operators
22

3+
4+
## 📺 Video Tutorial
5+
6+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/TYyKQBC4bwE)
7+
8+
9+
## 📺 Video Tutorial
10+
11+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/TYyKQBC4bwE)
12+
313
## 📚 What You'll Learn
414
Combine multiple conditions using logical operators to create powerful decision-making logic!
515

12-conditional/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Chapter 12: Conditional Expressions (Ternary Operator)
22

3+
4+
## 📺 Video Tutorial
5+
6+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/tb6EYiHtcXU)
7+
8+
9+
## 📺 Video Tutorial
10+
11+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/tb6EYiHtcXU)
12+
313
## 📚 What You'll Learn
414
Write compact, elegant one-line conditional statements using Python's ternary operator!
515

13-string/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Chapter 13: String Methods
22

3+
4+
## 📺 Video Tutorial
5+
6+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/7pXf1DUuaIo)
7+
8+
9+
## 📺 Video Tutorial
10+
11+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/7pXf1DUuaIo)
12+
313
## 📚 What You'll Learn
414
Master Python's powerful string manipulation methods to transform and analyze text!
515

14-index/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Chapter 14: String Indexing and Slicing
22

3+
4+
## 📺 Video Tutorial
5+
6+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/6MAufQ6vGtI)
7+
8+
9+
## 📺 Video Tutorial
10+
11+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/6MAufQ6vGtI)
12+
313
## 📚 What You'll Learn
414
Access and extract parts of strings using indexing and slicing - essential for text processing!
515

15-format/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Chapter 15: Format Specifiers
22

3+
4+
## 📺 Video Tutorial
5+
6+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/FrvBwdAU2dQ)
7+
8+
9+
## 📺 Video Tutorial
10+
11+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/FrvBwdAU2dQ)
12+
313
## 📚 What You'll Learn
414
Master advanced string formatting to display numbers, prices, and data professionally!
515

16-while/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Chapter 16: While Loops
22

3+
4+
## 📺 Video Tutorial
5+
6+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/rRTjPnVooxE)
7+
8+
9+
## 📺 Video Tutorial
10+
11+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/rRTjPnVooxE)
12+
313
## 📚 What You'll Learn
414
Execute code repeatedly while a condition is true - essential for creating interactive programs!
515

17-interest-calculator/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Chapter 17: Compound Interest Calculator
22

3+
4+
## 📺 Video Tutorial
5+
6+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/aM5dttidg4Q)
7+
8+
9+
## 📺 Video Tutorial
10+
11+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/aM5dttidg4Q)
12+
313
## 📚 What You'll Learn
414
Calculate compound interest using mathematical formulas in Python - a practical application of math and programming!
515

18-for/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Chapter 18: For Loops
22

3+
4+
## 📺 Video Tutorial
5+
6+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/KWgYha0clzw)
7+
8+
9+
## 📺 Video Tutorial
10+
11+
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/KWgYha0clzw)
12+
313
## 📚 What You'll Learn
414
Master the for loop - Python's most elegant way to iterate through sequences and repeat code!
515

0 commit comments

Comments
 (0)