Sprache: Englisch
Verlag: No Starch Press, Incorporated, 2020
ISBN 10: 1593279663 ISBN 13: 9781593279660
Anbieter: Better World Books, Mishawaka, IN, USA
Zustand: Very Good. Former library book; may include library markings. Used book that is in excellent condition. May show signs of wear or have minor defects.
Sprache: Englisch
Verlag: No Starch Press, Incorporated, 2020
ISBN 10: 1593279663 ISBN 13: 9781593279660
Anbieter: Better World Books: West, Reno, NV, USA
Zustand: Very Good. Used book that is in excellent condition. May show signs of wear or have minor defects.
Sprache: Englisch
Verlag: Penguin Random House Group, 2021
ISBN 10: 1593279663 ISBN 13: 9781593279660
Anbieter: PBShop.store US, Wood Dale, IL, USA
PAP. Zustand: New. New Book. Shipped from UK. Established seller since 2000.
Sprache: Englisch
Verlag: Penguin Random House Group, 2021
ISBN 10: 1593279663 ISBN 13: 9781593279660
Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich
EUR 27,16
Anzahl: 6 verfügbar
In den WarenkorbPAP. Zustand: New. New Book. Shipped from UK. Established seller since 2000.
Sprache: Englisch
Verlag: No Starch Press,US, United States, San Francisco, 2020
ISBN 10: 1593279663 ISBN 13: 9781593279660
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 37,24
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. You're a student who wants to jumpstart their career with practical skills, or you're a self-taught beginner who has learned all you can from beginner programmer books and coding bootcamps. Now you're looking for the next step to becoming a real-world professional programmer so you can create your own apps and get started with your career. If that fits, then this book is for you! This book is perfect for self-taught programmers looking for the stuff intro books don't teach you and students wanting to get practical information before getting started with applying their new programming skills. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich
EUR 36,02
Anzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Brand New. 448 pages. 9.25x7.00x1.00 inches. In Stock.
Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich
EUR 43,54
Anzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Brand New. 448 pages. 9.25x7.00x1.00 inches. In Stock.
Anbieter: Mooney's bookstore, Den Helder, Niederlande
Zustand: Very good.
Sprache: Englisch
Verlag: Random House LLC US Jan 2021, 2021
ISBN 10: 1593279663 ISBN 13: 9781593279660
Anbieter: buchversandmimpf2000, Emtmannsberg, BAYE, Deutschland
Taschenbuch. Zustand: Neu. Neuware -BRIDGE THE GAP BETWEEN NOVICE AND PROFESSIONALYou've completed a basic Python programming tutorial or finished Al Sweigart's bestseller, Automate the Boring Stuff with Python. What's the next step toward becoming a capable, confident software developer Welcome to Beyond the Basic Stuff with Python. More than a mere collection of advanced syntax and masterful tips for writing clean code, you'll learn how to advance your Python programming skills by using the command line and other professional tools like code formatters, type checkers, linters, and version control. Sweigart takes you through best practices for setting up your development environment, naming variables, and improving readability, then tackles documentation, organization and performance measurement, as well as object-oriented design and the Big-O algorithm analysis commonly used in coding interviews. The skills you learn will boost your ability to program--not just in Python but in any language.You'll learn: Coding style, and how to use Python's Black auto-formatting tool for cleaner code Common sources of bugs, and how to detect them with static analyzers How to structure the files in your code projects with the Cookiecutter template tool Functional programming techniques like lambda and higher-order functions How to profile the speed of your code with Python's built-in timeit and cProfile modules The computer science behind Big-O algorithm analysis How to make your comments and docstrings informative, and how often to write them How to create classes in object-oriented programming, and why they're used to organize code Toward the end of the book you'll read a detailed source-code breakdown of two classic command-line games, the Tower of Hanoi (a logic puzzle) and Four-in-a-Row (a two-player tile-dropping game), and a breakdown of how their code follows the book's best practices. You'll test your skills by implementing the program yourself.Of course, no single book can make you a professional software developer. But Beyond the Basic Stuff with Python will get you further down that path and make you a better programmer, as you learn to write readable code that's easy to debug and perfectly PythonicRequirements: Covers Python 3.6 and higherLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 352 pp. Englisch.
Anbieter: preigu, Osnabrück, Deutschland
Taschenbuch. Zustand: Neu. Beyond the Basic Stuff with Python | Best Practices for Writing Clean Code | Al Sweigart | Taschenbuch | Englisch | 2021 | Random House LLC US | EAN 9781593279660 | Verantwortliche Person für die EU: Libri GmbH, Europaallee 1, 36244 Bad Hersfeld, gpsr[at]libri[dot]de | Anbieter: preigu.
Sprache: Englisch
Verlag: Random House LLC US Jan 2021, 2021
ISBN 10: 1593279663 ISBN 13: 9781593279660
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
Taschenbuch. Zustand: Neu. Neuware - BRIDGE THE GAP BETWEEN NOVICE AND PROFESSIONALYou've completed a basic Python programming tutorial or finished Al Sweigart's bestseller, Automate the Boring Stuff with Python. What's the next step toward becoming a capable, confident software developer Welcome to Beyond the Basic Stuff with Python. More than a mere collection of advanced syntax and masterful tips for writing clean code, you'll learn how to advance your Python programming skills by using the command line and other professional tools like code formatters, type checkers, linters, and version control. Sweigart takes you through best practices for setting up your development environment, naming variables, and improving readability, then tackles documentation, organization and performance measurement, as well as object-oriented design and the Big-O algorithm analysis commonly used in coding interviews. The skills you learn will boost your ability to program--not just in Python but in any language.You'll learn: Coding style, and how to use Python's Black auto-formatting tool for cleaner code Common sources of bugs, and how to detect them with static analyzers How to structure the files in your code projects with the Cookiecutter template tool Functional programming techniques like lambda and higher-order functions How to profile the speed of your code with Python's built-in timeit and cProfile modules The computer science behind Big-O algorithm analysis How to make your comments and docstrings informative, and how often to write them How to create classes in object-oriented programming, and why they're used to organize code Toward the end of the book you'll read a detailed source-code breakdown of two classic command-line games, the Tower of Hanoi (a logic puzzle) and Four-in-a-Row (a two-player tile-dropping game), and a breakdown of how their code follows the book's best practices. You'll test your skills by implementing the program yourself.Of course, no single book can make you a professional software developer. But Beyond the Basic Stuff with Python will get you further down that path and make you a better programmer, as you learn to write readable code that's easy to debug and perfectly PythonicRequirements: Covers Python 3.6 and higher.
Anbieter: medimops, Berlin, Deutschland
Zustand: very good. Gut/Very good: Buch bzw. Schutzumschlag mit wenigen Gebrauchsspuren an Einband, Schutzumschlag oder Seiten. / Describes a book or dust jacket that does show some signs of wear on either the binding, dust jacket or pages.