null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Python How-To (63 techniques to improve your Python code)

List Price: $49.99
SKU:
9781617299742
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Yong Cui
    Format:
    Paperback
    Pages:
    504
    Publisher:
    Manning (July 11, 2023)
    Language:
    English
    ISBN-13:
    9781617299742
    ISBN-10:
    161729974X
    Dimensions:
    7.375" x 9.25" x 1.1"
    File:
    Eloquence-SimonSchuster_08192026_P10502905_onix30-20260819.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Weight:
    31.2oz
    Case Pack:
    14
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Have you ever asked yourself, “How do I do that in Python?” If so, you’ll love this practical collection of the most important Python techniques.

    Python How-To includes over 60 detailed answers to questions like:

    • How do I join and split strings?
    • How do I access dictionary keys, values, and items?
    • How do I set and use the return value in function calls?
    • How do I process JSON data?
    • How do I create lazy attributes to improve performance?
    • How do I change variables in a different namespace?

    …and much more

    Python How-To walks you through the most important coding techniques in Python. Whether you’re doing data science, building web applications, or writing admin scripts, you’ll find answers to your “how-to” questions in this book. Inside you’ll find important insights into both Python basics and deep-dive topics to help you skill-up at any stage of your Python career. Author Yong Cui’s clear and practical writing is instantly accessible and makes it easy to take advantage of Python’s versatile tools and libraries. Perfect to be read both from cover to cover, and whenever you need help troubleshooting your code.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Technology

    Python How-To uses a simple but powerful method to lock in 63 core Python skills. You’ll start with a question, like “How do I find items in a sequence?” Next, you’ll see an example showing the basic solution in crystal-clear code. You’ll then explore interesting variations, such as finding substrings or identifying custom classes. Finally, you’ll practice with a challenge exercise before moving on to the next How-To.

    About the Book

    This practical guide covers all the language features you’ll need to get up and running with Python. As you go, you’ll explore best practices for writing great Python code. Practical suggestions and engaging graphics make each important technique come to life. Author Yong Cui’s careful cross-referencing reveals how you can reuse features and concepts in different contexts.

    What’s Inside

    How to:

    • Join and split strings
    • Access dictionary keys, values, and items
    • Set and use the return value in function calls
    • Process JSON data
    • Create lazy attributes to improve performance
    • Change variables in a different namespace

    …and much more.

    About the Reader

    For beginning to intermediate Python programmers.

    About the Author

    Dr. Yong Cui has been working with Python in bioscience for data analysis, machine learning, and tool development for over 15 years.

    Table of Contents

    1 Developing a pragmatic learning strategy
    PART 1 - USING BUILT-IN DATA MODELS
    2 Processing and formatting strings
    3 Using built-in data containers
    4 Dealing with sequence data
    5 Iterables and iterations
    PART 2 - DEFINING FUNCTIONS
    6 Defining user-friendly functions
    7 Using functions beyond the basics
    PART 3 - DEFINING CLASSES
    8 Defining user-friendly classes
    9 Using classes beyond the basics
    PART 4 - MANIPULATING OBJECTS AND FILES
    10 Fundamentals of objects
    11 Dealing with files
    PART 5 - SAFEGUARDING THE CODEBASE
    12 Logging and exception handling
    13 Debugging and testing
    PART 6 - BUILDING A WEB APP
    14 Completing a real project