9781482374810-1482374811-Writing Idiomatic Python 3.3

Writing Idiomatic Python 3.3

ISBN-13: 9781482374810
ISBN-10: 1482374811
Author: Jeff Knupp
Publication date: 2013
Publisher: CreateSpace Independent Publishing Platform
Format: Paperback 116 pages
FREE US shipping
Buy

From $26.88

Book details

ISBN-13: 9781482374810
ISBN-10: 1482374811
Author: Jeff Knupp
Publication date: 2013
Publisher: CreateSpace Independent Publishing Platform
Format: Paperback 116 pages

Summary

Writing Idiomatic Python 3.3 (ISBN-13: 9781482374810 and ISBN-10: 1482374811), written by authors Jeff Knupp, was published by CreateSpace Independent Publishing Platform in 2013. With an overall rating of 4.0 stars, it's a notable title among other Programming Languages books. You can easily purchase or rent Writing Idiomatic Python 3.3 (Paperback) from BooksRun, along with many other new and used Programming Languages books and textbooks. And, if you're looking to sell your copy, our current buyback offer is $0.3.

Description

The "Writing Idiomatic Python" book is finally here! Chock full of code samples, you'll learn the "Pythonic" way to accomplish common tasks. Each idiom comes with a detailed description, example code showing the "wrong" way to do it, and code for the idiomatic, "Pythonic" alternative. *This version of the book is for Python 3. There is also a Python 2.7+ version available.* "Writing Idiomatic Python" contains the most common and important Python idioms in a format that maximizes identification and understanding. Each idiom is presented as a recommendation to write some commonly used piece of code. It is followed by an explanation of why the idiom is important. It also contains two code samples: the "Harmful" way to write it and the "Idiomatic" way. * The "Harmful" way helps you identify the idiom in your own code. * The "Idiomatic" way shows you how to easily translate that code into idiomatic Python. This book is perfect for you: * If you're coming to Python from another programming language * If you're learning Python as a first programming language * If you're looking to increase the readability, maintainability, and correctness of your Python code What is "Idiomatic" Python? Every programming language has its own idioms. Programming language idioms are nothing more than the generally accepted way of writing a certain piece of code. Consistently writing idiomatic code has a number of important benefits: * Others can read and understand your code easily * Others can maintain and enhance your code with minimal effort * Your code will contain fewer bugs * Your code will teach others to write correct code without any effort on your part

Rate this book Rate this book

We would LOVE it if you could help us and other readers by reviewing the book