Topics included: Introduction, Code Formatting, and Tools • Pythonic Code • General Traits of Good Code • The SOLID Principles • Using Decorators to Improve Our Code • Getting More Out of Our Objects with Descriptors • Using Generators...
Data structures allow you to store and organize data efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. Hands-On Data Structures and Algorithms with Python teaches you the essential Python data...
Learn You a Haskell for Great Good! is a fun, illustrated guide to learning Haskell, a functional programming language that's growing in popularity. Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such...