Pythonic Programming: Tips for Becoming an Idiomatic Python Programmer
eBook Details: Paperback: 152 pages Publisher: WOW! eBook (November 2, 2021) Language: English ISBN-10: 168050861X ISBN-13: 978-1680508611 eBook Description: Pythonic Programming: Tips for Becoming an Idiomatic Python Programmer Make your good Python code even better by following proven and effective pythonic programming tips. Avoid logical errors that usually go undetected by Python linters and code formatters, such as frequent data look-ups in long lists, improper use of local and global variables, and mishandled user input. Discover rare language features, like rational numbers, set comprehensions, counters, and pickling, that may boost your productivity. Discover how to apply general programming patterns, including caching, in...