De Aller-Bedste Bøger - over 12 mio. danske og engelske bøger
Levering: 1 - 2 hverdage

Bøger af Dane Hillard

Filter
Filter
Sorter efterSorter Populære
  • af Dane Hillard
    453,95 kr.

    Publishing Python Packages teaches you how to easily share your Python code with your team and the outside world. Learn a repeatable and highly automated process for package maintenance thats based on the best practices, tools, and standards of Python packaging. Publishing Python Packages book walks you through creating a complete package, including a C extension, and guides you all the way to publishing on the Python Package Index. Youll get hands-on experience with the latest packaging tools, and learn the ins-and-outs of package testing and continuous integration. Whether youre entirely new to Python packaging or looking for optimal ways to maintain and scale your packages, this fast-paced and engaging guide is for you.

  • af Dane Hillard
    409,95 kr.

    Practices of the Python Pro teaches you to design and write software that's easy to understand, maintain, and scale. Using practical Python-based examples, experienced developer Dane Hillard introduces design concepts that lay the foundation for designing, building, and maintaining software that's good for the long haul. You'll learn established guidelines for clean coding style and explore techniques to address design considerations like speed, integrity, security, and extensibility. Organizing large Python projectsLeveraging abstraction for clean codeWriting flexible, reusable codeInheritance and compositionConsiderations for testing and performance