Treffer: Modern Python Cookbook
Weitere Informationen
About This BookDevelop succinct, expressive programs in PythonLearn the best practices and common idioms through carefully explained and structured recipesDiscover new ways to apply Python for the new age of developmentWho This Book Is ForThe book is for web developers, programmers, enterprise programmers, engineers, big data scientist, and so on. If you are a beginner, Python Cookbook will get you started. If you are experienced, it will expand your knowledge base. A basic knowledge of programming would help.What You Will LearnSee the intricate details of the Python syntax and learn how to use it to your advantageImprove your code readability through functions in PythonManipulate data effectively using built-in data structuresGet acquainted with advanced programming techniques in PythonEquip yourself with functional and statistical programming featuresWrite proper tests to be sure a program works as advertisedIntegrate application software using PythonIn DetailPython is the preferred choice of developers, engineers, data scientists, and hobbyists. It is a great scripting language that can power your applications and provide great speed, safety, and scalability. By exposing Python as a series of simple recipes, you can gain insight into specific language features in a particular context.This book comes with over 100 recipes on the latest version of Python 3. The recipes will benefit everyone ranging from beginner to expert. The book is broken down into 13 chapters that build from simple language concepts to more complex applications of the language.The recipes take a problem-solution approach to resolving issues commonly faced by Python programmers across the globe. You will be armed with the knowledge of creating applications with flexible logging, powerful configuration, and command-line options, automated unit tests, and good documentation.