Treffer: Python Unlocked

Title:
Python Unlocked
Publisher Information:
Packt Publishing 2015
Document Type:
E-Ressource Electronic Resource
Index Terms:
Availability:
Open access content. Open access content
copyrighted
Note:
English
Contributing Source:
CYBERLIBRIS
From OAIster®, provided by the OCLC Cooperative.
Accession Number:
edsoai.on1268856474
Database:
OAIster

Weitere Informationen

Become more fluent in Python—learn strategies and techniques for smart and high-performance Python programmingAbout This BookWrite smarter, bug-free, high performance code with minimal effortUncover the best tools and options available to Python developers todayDeploy decorators, design patters, and various optimization techniques to use Python 3.5 effectivelyWho This Book Is ForIf you are a Python developer and you think that you don't know everything about the language yet, then this is the book for you. We will unlock the mysteries and re-introduce you to the hidden features of Python to write efficient programs, making optimal use of the language.What You Will LearnManipulate object creation processes for instances, classes, and functionsUse the best possible language constructs to write data structures with super speed and maintainabilityMake efficient use of design patterns to decrease development time and make your code more maintainableWrite better test cases with an improved understanding of the testing framework of Python and unittests, and discover how to develop new functionalities in itWrite fully-optimized code with the Python language by profiling, compiling C modules, and moreUnlock asynchronous programming to build efficient and scalable applicationsIn DetailPython is a versatile programming language that can be used for a wide range of technical tasks—computation, statistics, data analysis, game development, and more. Though Python is easy to learn, it's range of features means there are many aspects of it that even experienced Python developers don't know about. Even if you're confident with the basics, its logic and syntax, by digging deeper you can work much more effectively with Python – and get more from the language.Python Unlocked walks you through the most effective techniques and best practices for high performance Python programming - showing you how to make the most of the Python language. You'll get to know objects and functions inside