Cargando…

Beyond the basic stuff with Python : best practices for writing clean code /

"A guide for programmers who already are familiar with the Python programming language that explains how to make code more understandable to other programmers, addresses Python conventions and best practices, and teaches how to use object-oriented programming strategies"--

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Sweigart, Al (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco, CA : No Starch Press, Inc., [2021]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Introduction
  • Part 1: Getting Started
  • Chapter 1: Dealing with Errors and Asking for Help
  • Chapter 2: Environment Setup and the Command Line
  • Part 2: Best Practices, Tools, and Techniques
  • Chapter 3: Code Formatting with Black
  • Chapter 4: Choosing Understandable Names
  • Chapter 5: Finding Code Smells
  • Chapter 6: Writing Pythonic Code
  • Chapter 7: Programming Jargon
  • Chapter 8: Common Python Gotchas
  • Chapter 9: Esoteric Python Oddities
  • Chapter 10: Writing Effective Functions
  • Chapter 11: Comments, Docstrings, and Type Hints
  • Chapter 12: Organizing Your Code Projects with Git
  • Chapter 13: Measuring Performance and Big O Algorithm Analysis
  • Chapter 14: Practice Projects
  • Part 3: Object-Oriented Python
  • Chapter 15: Object-Oriented Programming and Classes
  • Chapter 16: Object-Oriented Programming and Inheritance
  • Chapter 17: Pythonic OOP: Properties and Dunder Methods.