braboj / tutorial-python

Awesome Python!
2 stars 2 forks source link

[Part B, Ch. 9] - Add list and dictionary comprehension #35

Closed braboj closed 1 year ago

braboj commented 1 year ago

Discussed in https://github.com/braboj/tutorial-python/discussions/22

Originally posted by **Vasc01** September 14, 2023 I couldn't find list and dictionary comprehensions in Part A and B. Possibly they can be added to Part A -> Control Flow -> for Statement. At this point the datatypes and for looping is already explained.
braboj commented 1 year ago

Please add in Part B as part of the Advanced Data chapter. It is not required for beginners and in some cases, it can be even detrimental to the code readability.