Skip to content

Commit 1ac7f1b

Browse files
updated
1 parent 90f70ab commit 1ac7f1b

1 file changed

Lines changed: 57 additions & 57 deletions

File tree

README.md

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -28,63 +28,63 @@ Full Python playlist 📃: [Start coding with PYTHON in 5 minutes! 🐍](https:/
2828
18. (02:06:28) for loops 🔁
2929
19. (02:11:33) ⭐ countdown timer program ⌛
3030
20. (02:17:28) nested loops ➿
31-
#21 (02:23:03) lists, sets, and tuples 🍎
32-
#22 (02:38:08) ⭐ shopping cart program 🛒
33-
#23 (02:45:21) 2D collections ⬜
34-
#24 (02:53:59) ⭐ quiz game 💯
35-
#25 (03:03:27) dictionaries 📙
36-
#26 (03:11:33) ⭐ concession stand program 🍿
37-
#27 (03:19:42) random numbers 🎲
38-
#28 (03:24:16) ⭐ number guessing game 🔢
39-
#29 (03:32:37) ⭐ rock, paper, scissors game 🗿
40-
#30 (03:42:06) ⭐ dice roller program ⚂
41-
#31 (03:52:12) functions 📞
42-
#32 (04:02:50) default arguments 👍
43-
#33 (04:08:56) keyword arguments 🗝️
44-
#34 (04:15:40) *args & **kwargs 📦
45-
#35 (04:30:33) iterables 🔂
46-
#36 (04:37:04) membership operators 🔎
47-
#37 (04:45:56) list comprehensions 📃
48-
#38 (04:56:17) match-case statements 📆
49-
#39 (05:02:13) modules 📨
50-
#40 (05:08:51) scope resolution 🔬
51-
#41 (05:14:22) if name == 'main': 📥
52-
#42 (05:23:34) ⭐ banking program 💰
53-
#43 (05:38:34) ⭐ slot machine 🎰
54-
#44 (05:58:45) ⭐ encryption program 🔐
55-
#45 (06:07:26) ⭐ hangman game 🕺
56-
#46 (06:32:32) python object oriented programming 🚗
57-
#47 (06:44:50) class variables 🎓
58-
#48 (06:53:06) inheritance 👨‍👦‍👦
59-
#49 (07:00:02) multiple inheritance 🐟
60-
#50 (07:08:04) super() 🔴
61-
#51 (07:21:10) polymorphism 🎭
62-
#52 (07:29:15) duck typing 🦆
63-
#53 (07:33:34) static methods ⚡
64-
#54 (07:39:31) class methods 🏫
65-
#55 (07:46:16) magic methods 🌟
66-
#56 (07:59:51) @property ⚙️
67-
#57 (08:07:33) decorators 🎊
68-
#58 (08:14:57) exception handling 🚦
69-
#59 (08:20:46) file detection 🕵️‍♂️
70-
#60 (08:27:47) writing files ✍
71-
#61 (08:41:33) reading files 🔍
72-
#62 (08:48:29) dates & times 📅
73-
#63 (08:54:46) ⭐ alarm clock ⏰
74-
#64 (09:05:03) multithreading 🧵
75-
#65 (09:13:45) request API data ↩️
76-
#66 (09:22:19) PyQt5 GUI intro 🖥️
77-
#67 (09:31:27) PyQt5 labels 🏷️
78-
#68 (09:40:23) PyQt5 images 📷
79-
#69 (09:46:28) PyQt5 layout managers 🧲
80-
#70 (09:53:07) PyQt5 buttons 🛎️
81-
#71 (10:00:12) PyQt5 checkboxes ✅
82-
#72 (10:06:42) PyQt5 radio buttons 🔘
83-
#73 (10:15:55) PyQt5 line edits 💬
84-
#74 (10:21:55) PyQt5 CSS styles 🎨
85-
#75 (10:32:48) ⭐ digital clock program 🕒
86-
#76 (10:48:38) ⭐ stopwatch program ⏱
87-
#77 (11:06:05) ⭐ weather API app ☀️
31+
21 (02:23:03) lists, sets, and tuples 🍎
32+
22 (02:38:08) ⭐ shopping cart program 🛒
33+
23 (02:45:21) 2D collections ⬜
34+
24 (02:53:59) ⭐ quiz game 💯
35+
25 (03:03:27) dictionaries 📙
36+
26 (03:11:33) ⭐ concession stand program 🍿
37+
27 (03:19:42) random numbers 🎲
38+
28 (03:24:16) ⭐ number guessing game 🔢
39+
29 (03:32:37) ⭐ rock, paper, scissors game 🗿
40+
30 (03:42:06) ⭐ dice roller program ⚂
41+
31 (03:52:12) functions 📞
42+
32 (04:02:50) default arguments 👍
43+
33 (04:08:56) keyword arguments 🗝️
44+
34 (04:15:40) *args & **kwargs 📦
45+
35 (04:30:33) iterables 🔂
46+
36 (04:37:04) membership operators 🔎
47+
37 (04:45:56) list comprehensions 📃
48+
38 (04:56:17) match-case statements 📆
49+
39 (05:02:13) modules 📨
50+
40 (05:08:51) scope resolution 🔬
51+
41 (05:14:22) if name == 'main': 📥
52+
42 (05:23:34) ⭐ banking program 💰
53+
43 (05:38:34) ⭐ slot machine 🎰
54+
44 (05:58:45) ⭐ encryption program 🔐
55+
45 (06:07:26) ⭐ hangman game 🕺
56+
46 (06:32:32) python object oriented programming 🚗
57+
47 (06:44:50) class variables 🎓
58+
48 (06:53:06) inheritance 👨‍👦‍👦
59+
49 (07:00:02) multiple inheritance 🐟
60+
50 (07:08:04) super() 🔴
61+
51 (07:21:10) polymorphism 🎭
62+
52 (07:29:15) duck typing 🦆
63+
53 (07:33:34) static methods ⚡
64+
54 (07:39:31) class methods 🏫
65+
55 (07:46:16) magic methods 🌟
66+
56 (07:59:51) @property ⚙️
67+
57 (08:07:33) decorators 🎊
68+
58 (08:14:57) exception handling 🚦
69+
59 (08:20:46) file detection 🕵️‍♂️
70+
60 (08:27:47) writing files ✍
71+
61 (08:41:33) reading files 🔍
72+
62 (08:48:29) dates & times 📅
73+
63 (08:54:46) ⭐ alarm clock ⏰
74+
64 (09:05:03) multithreading 🧵
75+
65 (09:13:45) request API data ↩️
76+
66 (09:22:19) PyQt5 GUI intro 🖥️
77+
67 (09:31:27) PyQt5 labels 🏷️
78+
68 (09:40:23) PyQt5 images 📷
79+
69 (09:46:28) PyQt5 layout managers 🧲
80+
70 (09:53:07) PyQt5 buttons 🛎️
81+
71 (10:00:12) PyQt5 checkboxes ✅
82+
72 (10:06:42) PyQt5 radio buttons 🔘
83+
73 (10:15:55) PyQt5 line edits 💬
84+
74 (10:21:55) PyQt5 CSS styles 🎨
85+
75 (10:32:48) ⭐ digital clock program 🕒
86+
76 (10:48:38) ⭐ stopwatch program ⏱
87+
77 (11:06:05) ⭐ weather API app ☀️
8888

8989
Python Interpreter: https://www.python.org/
9090
PyCharm IDE: https://www.jetbrains.com/pycharm/

0 commit comments

Comments
 (0)