|
1 | 1 | # python-bro-code |
2 | | -[Bro Code Python YouTube Class](https://youtu.be/ix9cRaBkVe0?feature=shared) |
3 | 2 |
|
| 3 | +[Bro Code Python YouTube Class](https://youtu.be/ix9cRaBkVe0?feature=shared) |
4 | 4 |
|
5 | | -Learn Python in 1 HOUR ⏱ : • Learn Python in 1 hour! 🐍 (2024) |
6 | | -My original Python 12 Hour course 🐍 : • Python Full Course for free 🐍 |
7 | | -Full Python playlist 📃: • Start coding with PYTHON in 5 minutes! 🐍 |
| 5 | +Learn Python in 1 HOUR ⏱ : [Learn Python in 1 hour! 🐍 (2024)](https://youtu.be/ix9cRaBkVe0?feature=shared) |
| 6 | +My original Python 12 Hour course 🐍 : [Python Full Course for free 🐍](https://youtu.be/ix9cRaBkVe0?feature=shared) |
| 7 | +Full Python playlist 📃: [Start coding with PYTHON in 5 minutes! 🐍](https://youtu.be/ix9cRaBkVe0?feature=shared) |
8 | 8 |
|
9 | 9 | [⭐ = project] |
10 | | -#1 (00:00:00) python tutorial for beginners 🐍 |
11 | | -#2 (00:05:49) variables ❎ |
12 | | -#3 (00:16:05) type casting 💱 |
13 | | -#4 (00:21:15) user input ⌨️ |
14 | | -#5 (00:32:42) ⭐ madlibs game 📖 |
15 | | -#6 (00:37:55) arithmetic & math 📐 |
16 | | -#7 (00:51:46) if statements 🤔 |
17 | | -#8 (01:00:06) ⭐ calculator program 🧮 |
18 | | -#9 (01:05:59) ⭐ weight conversion program 🏋️ |
19 | | -#10 (01:09:59) ⭐ temperature conversion program 🌡️ |
20 | | -#11 (01:13:58) logical operators 🌦️ |
21 | | -#12 (01:21:28) conditional expressions ❓ |
22 | | -#13 (01:27:03) string methods 〰️ |
23 | | -#14 (01:39:08) string indexing ✂️ |
24 | | -#15 (01:46:35) format specifiers 💬 |
25 | | -#16 (01:51:55) while loops ♾️ |
26 | | -#17 (01:58:53) ⭐ compound interest calculator 💵 |
27 | | -#18 (02:06:28) for loops 🔁 |
28 | | -#19 (02:11:33) ⭐ countdown timer program ⌛ |
29 | | -#20 (02:17:28) nested loops ➿ |
| 10 | + |
| 11 | +1. (00:00:00) python tutorial for beginners 🐍 |
| 12 | +2. (00:05:49) variables ❎ |
| 13 | +3. (00:16:05) type casting 💱 |
| 14 | +4. (00:21:15) user input ⌨️ |
| 15 | +5. (00:32:42) ⭐ madlibs game 📖 |
| 16 | +6. (00:37:55) arithmetic & math 📐 |
| 17 | +7. (00:51:46) if statements 🤔 |
| 18 | +8. (01:00:06) ⭐ calculator program 🧮 |
| 19 | +9. (01:05:59) ⭐ weight conversion program 🏋️ |
| 20 | +10. (01:09:59) ⭐ temperature conversion program 🌡️ |
| 21 | +11. (01:13:58) logical operators 🌦️ |
| 22 | +12. (01:21:28) conditional expressions ❓ |
| 23 | +13. (01:27:03) string methods 〰️ |
| 24 | +14. (01:39:08) string indexing ✂️ |
| 25 | +15. (01:46:35) format specifiers 💬 |
| 26 | +16. (01:51:55) while loops ♾️ |
| 27 | +17. (01:58:53) ⭐ compound interest calculator 💵 |
| 28 | +18. (02:06:28) for loops 🔁 |
| 29 | +19. (02:11:33) ⭐ countdown timer program ⌛ |
| 30 | +20. (02:17:28) nested loops ➿ |
30 | 31 | #21 (02:23:03) lists, sets, and tuples 🍎 |
31 | 32 | #22 (02:38:08) ⭐ shopping cart program 🛒 |
32 | 33 | #23 (02:45:21) 2D collections ⬜ |
|
0 commit comments