A.3 Python One-Liners: Write Concise, Eloquent Python Like a Professional

*Python One-Liners* by Christian Mayer

Figure A.4: Python One-Liners by Christian Mayer

Granted - I haven’t really had the time to look through this book in too great of a detail, but from glancing at it, this book is great for building your Python proficiency (likewise for Sunil Kapil’s Clean Coding with Python)!

I suppose if you want to learn more about Python or don’t find the content in BS1009 challenging enough, then this is probably the book for you. Right off the bat, the author starts with a quick review of Python before diving into more advanced topics: list and dictionary comprehension, anonymous functions, data science with Python, regular expressions, and to top it all off, algorithms (in way greater detail than BS1009)!