| 000 | 00000nam u2200205 a 4500 | |
| 001 | 000046041266 | |
| 005 | 20200813090401 | |
| 008 | 200812s2020 nju 000 0 eng d | |
| 020 | ▼a 9780134853987 | |
| 020 | ▼a 0134853989 | |
| 040 | ▼a 211009 ▼c 211009 ▼d 211009 | |
| 082 | 0 4 | ▼a 005.133 ▼2 23 |
| 084 | ▼a 005.133 ▼2 DDCK | |
| 090 | ▼a 005.133 ▼b S6312e2 | |
| 100 | 1 | ▼a Slatkin, Brett. |
| 245 | 1 0 | ▼a Effective Python : ▼b 90 specific ways to write better Python / ▼c Brett Slatkin. |
| 250 | ▼a 2nd ed. | |
| 260 | ▼a [Boston] : ▼b Addison-Wesley, ▼c c2020. | |
| 300 | ▼a xxii, 444 p. ; ▼c 24 cm. | |
| 490 | 1 | ▼a Effective software development series |
| 500 | ▼a Includes index. | |
| 650 | 0 | ▼a Python (Computer program language). |
| 650 | 0 | ▼a Computer programming. |
| 830 | 0 | ▼a Effective software development series. |
| 945 | ▼a KLPA |
소장정보
| No. | 소장처 | 청구기호 | 등록번호 | 도서상태 | 반납예정일 | 예약 | 서비스 |
|---|---|---|---|---|---|---|---|
| No. 1 | 소장처 과학도서관/Sci-Info(2층서고)/ | 청구기호 005.133 S6312e2 | 등록번호 121254059 (6회 대출) | 도서상태 대출가능 | 반납예정일 | 예약 | 서비스 |
컨텐츠정보
책소개
Updated and Expanded for Python 3
This second edition of Effective Python will help you master a truly &;Pythonic&; approach to programming, harnessing Python&;s full power to write exceptionally robust and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers&; best-selling Effective C++, Brett Slatkin brings together 90 Python best practices, tips, and shortcuts, and explains them with realistic code examples so that you can embrace Python with confidence.
Drawing on years of experience building Python infrastructure at Google, Slatkin uncovers little-known quirks and idioms that powerfully impact code behavior and performance. You&;ll understand the best way to accomplish key tasks so you can write code that&;s easier to understand, maintain, and improve. In addition to even more advice, this new edition substantially revises all items from the first edition to reflect how best practices have evolved.
Key features include
- 30 new actionable guidelines for all major areas of Python
- Detailed explanations and examples of statements, expressions, and built-in types
- Best practices for writing functions that clarify intention, promote reuse, and avoid bugs
- Better techniques and idioms for using comprehensions and generator functions
- Coverage of how to accurately express behaviors with classes and interfaces
- Guidance on how to avoid pitfalls with metaclasses and dynamic attributes
- More efficient and clear approaches to concurrency and parallelism
- Solutions for optimizing and hardening to maximize performance and quality
- Techniques and built-in modules that aid in debugging and testing
- Tools and best practices for collaborative development
 
Effective Python will prepare growing programmers to make a big impact using Python.
정보제공 :
목차
Preface Chapter 1 Pythonic Thinking Chapter 2 Lists and Dictionaries Chapter 3 Functions Chapter 4 Comprehensions and Generators Chapter 5 Classes and Interfaces Chapter 6 Metaclasses and Attributes Chapter 7 Concurrency and Parallelism Chapter 8 Robustness and Performance Chapter 9 Testing and Debugging Chapter 10 Collaboration Index
