Table of Contents for
Serious Python

Version ebook / Retour

Cover image for bash Cookbook, 2nd Edition Serious Python by Julien Danjou Published by No Starch Press, 2018
  1. Cover Page
  2. Title Page
  3. Copyright Page
  4. About the Author
  5. About the Technical Reviewer
  6. BRIEF CONTENTS
  7. CONTENTS IN DETAIL
  8. ACKNOWLEDGMENTS
  9. INTRODUCTION
  10. 1 STARTING YOUR PROJECT
  11. 2 MODULES, LIBRARIES, AND FRAMEWORKS
  12. 3 DOCUMENTATION AND GOOD API PRACTICE
  13. 4 HANDLING TIMESTAMPS AND TIME ZONES
  14. 5 DISTRIBUTING YOUR SOFTWARE
  15. 6 UNIT TESTING
  16. 7 METHODS AND DECORATORS
  17. 8 FUNCTIONAL PROGRAMMING
  18. 9 THE ABSTRACT SYNTAX TREE, HY, AND LISP-LIKE ATTRIBUTES
  19. 10 PERFORMANCES AND OPTIMIZATIONS
  20. 11 SCALING AND ARCHITECTURE
  21. 12 MANAGING RELATIONAL DATABASES
  22. 13 WRITE LESS, CODE MORE
  23. INDEX
  24. Serious Python: Black-Belt Advice on Deployment, Scalability, Testing, and More
  25. Serious Python: Black-Belt Advice on Deployment, Scalability, Testing, and More
  26. Serious Python: Black-Belt Advice on Deployment, Scalability, Testing, and More
  27. Serious Python: Black-Belt Advice on Deployment, Scalability, Testing, and More
  28. Serious Python: Black-Belt Advice on Deployment, Scalability, Testing, and More
Prev Previous Chapter
About the Technical Reviewer
Next Next Chapter
CONTENTS IN DETAIL

BRIEF CONTENTS

Acknowledgments

Introduction

Chapter 1: Starting Your Project

Chapter 2: Modules, Libraries, and Frameworks

Chapter 3: Documentation and Good API Practice

Chapter 4: Handling Timestamps and Time Zones

Chapter 5: Distributing Your Software

Chapter 6: Unit Testing

Chapter 7: Methods and Decorators

Chapter 8: Functional Programming

Chapter 9: The Abstract Syntax Tree, Hy, and Lisp-like Attributes

Chapter 10: Performances and Optimizations

Chapter 11: Scaling and Architecture

Chapter 12: Managing Relational Databases

Chapter 13: Write Less, Code More

Index

Prev Previous Chapter
About the Technical Reviewer
Next Next Chapter
CONTENTS IN DETAIL
Back to top