bookmate game
en
Bøger
Tarek Ziade

Expert Python Programming

In DetailPython is a dynamic programming language, used in a wide range of domains by programmers who find it simple, yet powerful. From the earliest version 15 years ago to the current one, it has constantly evolved with productivity and code readability in mind.
Even if you find writing Python code easy, writing code that is efficient and easy to maintain and reuse is not so straightforward. This book will show you how to do just that:  it will show you how Python development should be done. Python expert Tarek Ziadé takes you on a practical tour of Python application development, beginning with setting up the best development environment, and along the way looking at agile methodologies in Python, and applying proven object-oriented principles to your design.
ApproachThis book is an authoritative exploration of Python best practices and applications of agile methodologies to Python, illustrated with practical, real-world examples.
Who this book is forThis book is for Python developers who are already building applications, but want to build better ones by applying best practices and new development techniques to their projects.
The reader is expected to have a sound background in Python programming.
403 trykte sider
Udgivelsesår
2008
Har du allerede læst den? Hvad synes du om den?
👍👎

Citater

  • Ивайло Ламбревhar citeretfor 4 år siden
    The leading and trailing underscores are used to mark the privacy and special elements.
  • Ивайло Ламбревhar citeretfor 4 år siden
    CamelCase, where words are capitalized and grouped
    mixedCase, which is like CamelCase, but starts with a lower case character
    UPPERCASE, and UPPER_CASE_WITH_UNDERSCORES
    lowercase and lower_case_with_underscores
    _leading and trailing_ underscores, and sometimes __doubled__
  • Ивайло Ламбревhar citeretfor 4 år siden
    For constant global variables, an upper case with an underscore is used. It informs the developer that the given variable represents a constant value.

På boghylderne

fb2epub
Træk og slip dine filer (ikke mere end 5 ad gangen)