DEV Community

Discussion on: Things that weren't so obvious when you started to program in Python

Collapse
 
5hraddha profile image
Shraddha • Edited

There were several concepts in Python that were not so obvious for me. Few of them are : Lists and Dictionary Comprehensions, One line conditional operator, generators, range in Python 3, writing if statements like if 5<a<8:, tuple assignment and unpacking, the use of ** operator..