• Complain

David Muller - Intuitive Python

Here you can read online David Muller - Intuitive Python full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Pragmatic Bookshelf, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

David Muller Intuitive Python
  • Book:
    Intuitive Python
  • Author:
  • Publisher:
    Pragmatic Bookshelf
  • Genre:
  • Year:
    2021
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Intuitive Python: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Intuitive Python" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

David Muller: author's other books


Who wrote Intuitive Python? Find out the surname, the name of the author of the book and a list of all author's works by series.

Intuitive Python — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Intuitive Python" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Intuitive Python Productive Development for Projects that Last by David Muller - photo 1
Intuitive Python
Productive Development for Projects that Last
by David Muller
Version: P1.0 (June 2021)

Copyright 2021 The Pragmatic Programmers, LLC. This book is licensed to the individual who purchased it. We don't copy-protect it because that would limit your ability to use it for your own purposes. Please don't break this trustyou can use this across all of your devices but please do not share this copy with other members of your team, with friends, or via file sharing services. Thanks.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC.

Every precaution was taken in the preparation of this book. However, the publisher assumes no responsibility for errors or omissions, or for damages that may result from the use of information (including program listings) contained herein.

About the Pragmatic Bookshelf

The Pragmatic Bookshelf is an agile publishing company. Were here because we want to improve the lives of developers. We do this by creating timely, practical titles, written by programmers for programmers.

Our Pragmatic courses, workshops, and other products can help you and your team create better software and have more fun. For more information, as well as the latest Pragmatic titles, please visit us at http://pragprog.com.

Our ebooks do not contain any Digital Restrictions Management, and have always been DRM-free. We pioneered the beta book concept, where you can purchase and read a book while its still being written, and provide feedback to the author to help make a better book for everyone. Free resources for all purchasers include source code downloads (if applicable), errata and discussion forums, all available on the book's home page at pragprog.com. Were here to make your life easier.

New Book Announcements

Want to keep up on our latest titles and announcements, and occasional special offers? Just create an account on pragprog.com (an email address and a password is all it takes) and select the checkbox to receive newsletters. You can also follow us on twitter as @pragprog.

About Ebook Formats

If you buy directly from pragprog.com, you get ebooks in all available formats for one price. You can synch your ebooks amongst all your devices (including iPhone/iPad, Android, laptops, etc.) via Dropbox. You get free updates for the life of the edition. And, of course, you can always come back and re-download your books when needed. Ebooks bought from the Amazon Kindle store are subject to Amazon's polices. Limitations in Amazon's file format may cause ebooks to display differently on different devices. For more information, please see our FAQ at pragprog.com/#about-ebooks. To learn more about this book and access the free resources, go to https://pragprog.com/book/dmpython, the book's homepage.

Thanks for your continued support,

Andy Hunt
The Pragmatic Programmers

The team that produced this book includes: Dave Rankin (CEO) Janet Furlow (COO) Tammy Coron (Managing Editor) Adaobi Obi Tulton (Development Editor) Karen Galle (Copy Editor) Gilson Graphics (Layout) Andy Hunt and Dave Thomas (Founders)

For customer support, please contact .

For international rights, please contact .

Table of Contents
Copyright 2021, The Pragmatic Bookshelf.
Early Praise for Intuitive Python

Intuitive Python: Productive Development for Projects That Last is ideally written for the programmer who has learned just enough Python to be dangerous. David Mullers concise collection of Python best practices will keep such programmers from making rookie mistakes while learning about a collection of the best practices that the Python community has to offer.

Mike Riley
President, Ingenious Solutions

Intuitive Python: Productive Development for Projects That Last is an excellent on-ramp to writing Python like a professional. The practices and tools introduced in this book are sure to improve the quality of any project incorporating them.

Riley Yeakle
Data Engineer, Guidebook, Inc.

This short book shows practical examples and best practices that take most programmers years to learn.

Miki Tebeka
CEO, 353solutions

I wish I had this book at the beginning of my career. It helps you to understand Python and its ecosystem smoothly and efficiently.

Estera Kot
Senior Cloud Solution Architect, Microsoft

Acknowledgments

Many people came together to make this book possible. I especially want to thank my editor, Adaobi Obi Tulton. Adaobi worked with me every step of the way to produce this bookshe provided expert guidance, advice, and inline feedback as the book evolved and took form.

A number of other individuals also read drafts of this book and contributed valuable comments and changes:

  • Riley Yeakle
  • Thomas Genin
  • Benjamin Muskalla
  • Adam Gladstone
  • Anuja Kelkar
  • Estera Kot
  • Mike Riley
  • Andy Lester
  • Miki Tebeka
  • Tim Ottinger
  • Michael Swaine
Copyright 2021, The Pragmatic Bookshelf.

Preface

Developers build applications in Python because it emphasizes readability, low barrier to entry, and an expansive ecosystem of open source tooling. All kinds of developersscientists, researchers, professional software engineers, and even beginnersembrace these benefits and choose Python to power their projects.

Pythons long history and high level of adoption mean you have access to a large suite of third-party tools in addition to Pythons expansive batteries-included standard library. Managing Python projects requires knowledge of the tools available to you and adopting patterns that will help your Python code stand the test of time.

In this book, you will learn about some of Pythons greatest strengths, weaknesses, and tools to maximize the utility and resiliency of your Python projects.

Who This Book Is For

This book contains content for programmersespecially programmers newer to Pythoninterested in leveling up the projects they maintain with Python.

Rather than spend time on Python syntax and control flow, well focus on tools, patterns, and knowledge to help you build an intuition for working with Python.

As you might expect, this book cant and wont cover everything you need to know about Python. Instead, it tries to give you access to high-impact tools and knowledge that can improve your skills and make you feel comfortable with some of Pythons capabilities and boundaries. The contents of this book expose you to important parts of Python that will make the language more pleasant and useful to you.

Whats Inside

The chapters in this book start with a broad focus that grows increasingly specific as you build a more nuanced understanding of Python:

  • Youll start in Chapter 1, by running code in Pythons interactive console, debugging it using Pythons built-in debugger, and automatically eliminating classes of bugs before you run code with static analysis tools, including mypy .

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Intuitive Python»

Look at similar books to Intuitive Python. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Intuitive Python»

Discussion, reviews of the book Intuitive Python and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.