Skip to content

Commit a92377e

Browse files
updated
1 parent 9baccac commit a92377e

File tree

180 files changed

+106
-221443
lines changed

Some content is hidden

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

180 files changed

+106
-221443
lines changed

β€Ždocs/1-print.mdβ€Ž

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
# Chapter 1: Print
1+
# Chapter 1: Print Statement
22

33
## πŸš€ Open Notebook
44

55
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigonda/python-bro-code/blob/main/1-print/1-print.ipynb) [![Open In Kaggle](https://img.shields.io/badge/Open%20in-Kaggle-20BEFF?style=flat&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/PavanMudigonda/python-bro-code/blob/main/1-print/1-print.ipynb)
66

77

8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigondaTR/python-bro-code/blob/main/1-print/1-print.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/PavanMudigondaTR/python-bro-code/main/1-print/1-print.ipynb)
9-
10-
# Chapter 1: Print Statement
11-
128
## πŸ“Ί Video Tutorial
139

1410
**Start coding with PYTHON in 5 minutes! 🐍** (5:13)
1511

16-
[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/Sg4GMVMdOPo)
17-
1812
## οΏ½πŸ“š What You'll Learn
1913
In this chapter, you'll learn about the `print()` function, which is your first step in Python programming!
2014

β€Ždocs/10-logical-operators.mdβ€Ž

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
1-
# Chapter 10: Logical Operators
1+
# Chapter 11: Logical Operators
22

33
## πŸš€ Open Notebook
44

55
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigonda/python-bro-code/blob/main/10-logical-operators/10-logical-operators.ipynb) [![Open In Kaggle](https://img.shields.io/badge/Open%20in-Kaggle-20BEFF?style=flat&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/PavanMudigonda/python-bro-code/blob/main/10-logical-operators/10-logical-operators.ipynb)
66

77

8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigondaTR/python-bro-code/blob/main/10-logical-operators/10-logical-operators.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/PavanMudigondaTR/python-bro-code/main/10-logical-operators/10-logical-operators.ipynb)
9-
10-
# Chapter 11: Logical Operators
11-
128
## πŸ“Ί Video Tutorial
139

1410
**Logical operators in Python are easy πŸ”£** (7:56)
1511

16-
[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/W7luvtXeQTA)
17-
1812
## πŸ“Ί Video Tutorial
1913

20-
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/TYyKQBC4bwE)
21-
2214
## πŸ“š What You'll Learn
2315
Combine multiple conditions using logical operators to create powerful decision-making logic!
2416

β€Ždocs/11-conditional-expressions.mdβ€Ž

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
1-
# Chapter 11: Conditional Expressions
1+
# Chapter 12: Conditional Expressions (Ternary Operator)
22

33
## πŸš€ Open Notebook
44

55
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigonda/python-bro-code/blob/main/11-conditional-expressions/11-conditional-expressions.ipynb) [![Open In Kaggle](https://img.shields.io/badge/Open%20in-Kaggle-20BEFF?style=flat&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/PavanMudigonda/python-bro-code/blob/main/11-conditional-expressions/11-conditional-expressions.ipynb)
66

77

8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigondaTR/python-bro-code/blob/main/11-conditional-expressions/11-conditional-expressions.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/PavanMudigondaTR/python-bro-code/main/11-conditional-expressions/11-conditional-expressions.ipynb)
9-
10-
# Chapter 12: Conditional Expressions (Ternary Operator)
11-
128
## πŸ“Ί Video Tutorial
139

1410
**Learn conditional expressions in 5 minutes! ❓** (5:21)
1511

16-
[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/TYyKQBC4bwE)
17-
1812
## πŸ“Ί Video Tutorial
1913

20-
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/tb6EYiHtcXU)
21-
2214
## πŸ“š What You'll Learn
2315
Write compact, elegant one-line conditional statements using Python's ternary operator!
2416

β€Ždocs/12-string-methods.mdβ€Ž

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
1-
# Chapter 12: String Methods
1+
# Chapter 13: String Methods
22

33
## πŸš€ Open Notebook
44

55
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigonda/python-bro-code/blob/main/12-string-methods/12-string-methods.ipynb) [![Open In Kaggle](https://img.shields.io/badge/Open%20in-Kaggle-20BEFF?style=flat&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/PavanMudigonda/python-bro-code/blob/main/12-string-methods/12-string-methods.ipynb)
66

77

8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigondaTR/python-bro-code/blob/main/12-string-methods/12-string-methods.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/PavanMudigondaTR/python-bro-code/main/12-string-methods/12-string-methods.ipynb)
9-
10-
# Chapter 13: String Methods
11-
128
## πŸ“Ί Video Tutorial
139

1410
**String methods in Python are easy! 〰️** (12:14)
1511

16-
[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/tb6EYiHtcXU)
17-
1812
## πŸ“Ί Video Tutorial
1913

20-
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/7pXf1DUuaIo)
21-
2214
## πŸ“š What You'll Learn
2315
Master Python's powerful string manipulation methods to transform and analyze text!
2416

β€Ždocs/13-string-indexing.mdβ€Ž

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
1-
# Chapter 13: String Indexing
1+
# Chapter 14: String Indexing and Slicing
22

33
## πŸš€ Open Notebook
44

55
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigonda/python-bro-code/blob/main/13-string-indexing/13-string-indexing.ipynb) [![Open In Kaggle](https://img.shields.io/badge/Open%20in-Kaggle-20BEFF?style=flat&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/PavanMudigonda/python-bro-code/blob/main/13-string-indexing/13-string-indexing.ipynb)
66

77

8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigondaTR/python-bro-code/blob/main/13-string-indexing/13-string-indexing.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/PavanMudigondaTR/python-bro-code/main/13-string-indexing/13-string-indexing.ipynb)
9-
10-
# Chapter 14: String Indexing and Slicing
11-
128
## πŸ“Ί Video Tutorial
139

1410
**String indexing in Python is easy βœ‚οΈ** (6:17)
1511

16-
[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/7pXf1DUuaIo)
17-
1812
## πŸ“Ί Video Tutorial
1913

20-
[![Watch on YouTube](https://img.shields.io/badge/Watch-BroCode_Python_Master_Class-red?style=for-the-badge&logo=youtube)](https://youtu.be/6MAufQ6vGtI)
21-
2214
## πŸ“š What You'll Learn
2315
Access and extract parts of strings using indexing and slicing - essential for text processing!
2416

β€Ždocs/14-email-slicer.mdβ€Ž

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
# Chapter 14: Email Slicer
1+
# Chapter 14: Email Slicer Program
22

33
## πŸš€ Open Notebook
44

55
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigonda/python-bro-code/blob/main/14-email-slicer/14-email-slicer.ipynb) [![Open In Kaggle](https://img.shields.io/badge/Open%20in-Kaggle-20BEFF?style=flat&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/PavanMudigonda/python-bro-code/blob/main/14-email-slicer/14-email-slicer.ipynb)
66

77

8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigondaTR/python-bro-code/blob/main/14-email-slicer/14-email-slicer.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/PavanMudigondaTR/python-bro-code/main/14-email-slicer/14-email-slicer.ipynb)
9-
10-
# Chapter 14: Email Slicer Program
11-
128
## πŸ“Ί Video Tutorial
139

1410
**Python email slicer program πŸ“§** (4:07)
1511

16-
[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/6MAufQ6vGtI)
17-
1812
## πŸ“š What You'll Learn
1913
Extract username and domain from email addresses using string slicing - a practical application of string indexing!
2014

β€Ždocs/15-format.mdβ€Ž

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
# Chapter 15: Format
1+
# Chapter 15: Format Specifiers
22

33
## πŸš€ Open Notebook
44

55
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigonda/python-bro-code/blob/main/15-format/15-format.ipynb) [![Open In Kaggle](https://img.shields.io/badge/Open%20in-Kaggle-20BEFF?style=flat&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/PavanMudigonda/python-bro-code/blob/main/15-format/15-format.ipynb)
66

77

8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigondaTR/python-bro-code/blob/main/15-format/15-format.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/PavanMudigondaTR/python-bro-code/main/15-format/15-format.ipynb)
9-
10-
# Chapter 15: Format Specifiers
11-
128
## πŸ“Ί Video Tutorial
139

1410
**Learn Python format specifiers in 5 minutes! πŸ’¬** (5:32)
1511

16-
[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/FrvBwdAU2dQ)
17-
1812
## πŸ“š What You'll Learn
1913
Master advanced string formatting to display numbers, prices, and data professionally!
2014

β€Ždocs/16-while.mdβ€Ž

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
# Chapter 16: While
1+
# Chapter 16: While Loops
22

33
## πŸš€ Open Notebook
44

55
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigonda/python-bro-code/blob/main/16-while/16-while.ipynb) [![Open In Kaggle](https://img.shields.io/badge/Open%20in-Kaggle-20BEFF?style=flat&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/PavanMudigonda/python-bro-code/blob/main/16-while/16-while.ipynb)
66

77

8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigondaTR/python-bro-code/blob/main/16-while/16-while.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/PavanMudigondaTR/python-bro-code/main/16-while/16-while.ipynb)
9-
10-
# Chapter 16: While Loops
11-
128
## πŸ“Ί Video Tutorial
139

1410
**While loops in Python are easy! ♾️** (8:04)
1511

16-
[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/rRTjPnVooxE)
17-
1812
## πŸ“š What You'll Learn
1913
Execute code repeatedly while a condition is true - essential for creating interactive programs!
2014

β€Ždocs/17-interest-calculator.mdβ€Ž

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
# Chapter 17: Interest Calculator
1+
# Chapter 17: Compound Interest Calculator
22

33
## πŸš€ Open Notebook
44

55
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigonda/python-bro-code/blob/main/17-interest-calculator/17-interest-calculator.ipynb) [![Open In Kaggle](https://img.shields.io/badge/Open%20in-Kaggle-20BEFF?style=flat&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/PavanMudigonda/python-bro-code/blob/main/17-interest-calculator/17-interest-calculator.ipynb)
66

77

8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigondaTR/python-bro-code/blob/main/17-interest-calculator/17-interest-calculator.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/PavanMudigondaTR/python-bro-code/main/17-interest-calculator/17-interest-calculator.ipynb)
9-
10-
# Chapter 17: Compound Interest Calculator
11-
128
## πŸ“Ί Video Tutorial
139

1410
**Code an interest calculator in 7 minutes! πŸ’΅** (7:35)
1511

16-
[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/aM5dttidg4Q)
17-
1812
## πŸ“š What You'll Learn
1913
Calculate compound interest using mathematical formulas in Python - a practical application of math and programming!
2014

β€Ždocs/18-for.mdβ€Ž

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
# Chapter 18: For
1+
# Chapter 18: For Loops
22

33
## πŸš€ Open Notebook
44

55
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigonda/python-bro-code/blob/main/18-for/18-for.ipynb) [![Open In Kaggle](https://img.shields.io/badge/Open%20in-Kaggle-20BEFF?style=flat&logo=kaggle)](https://kaggle.com/kernels/welcome?src=https://github.com/PavanMudigonda/python-bro-code/blob/main/18-for/18-for.ipynb)
66

77

8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/PavanMudigondaTR/python-bro-code/blob/main/18-for/18-for.ipynb) [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://raw.githubusercontent.com/PavanMudigondaTR/python-bro-code/main/18-for/18-for.ipynb)
9-
10-
# Chapter 18: For Loops
11-
128
## πŸ“Ί Video Tutorial
139

1410
**Learn Python for loops in 5 minutes! πŸ”** (5:47)
1511

16-
[![Watch on YouTube](https://img.shields.io/badge/Watch-YouTube-red?style=for-the-badge&logo=youtube)](https://youtu.be/KWgYha0clzw)
17-
1812
## πŸ“š What You'll Learn
1913
Master the for loop - Python's most elegant way to iterate through sequences and repeat code!
2014

0 commit comments

Comments
Β (0)