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

Learn AI-assisted Python Programming (With GitHub Copilot and ChatGPT)

List Price: $49.99
SKU:
9781633437784
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:
    Leo Porter, Daniel Zingaro
    Format:
    Paperback
    Pages:
    296
    Publisher:
    Manning (November 21, 2023)
    Imprint:
    Manning
    Language:
    English
    ISBN-13:
    9781633437784
    ISBN-10:
    1633437787
    Weight:
    18.4oz
    Dimensions:
    7.375" x 9.25" x 0.7"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Pub Discount:
    37
    Case Pack:
    24
    As low as:
    $47.49
    Publisher Identifier:
    P-SS
    Discount Code:
    H
  • Overview

    Writing computer programs in Python just got a lot easier! Use AI-assisted coding tools like GitHub Copilot and ChatGPT to turn your ideas into applications faster than ever.

    AI has changed the way we write computer programs. With tools like Copilot and ChatGPT, you can describe what you want in plain English, and watch your AI assistant generate the code right before your eyes. It’s perfect for beginners, or anyone who’s struggled with the steep learning curve of traditional programming.

    In Learn AI-Assisted Python Programming: With GitHub Copilot and ChatGPT you’ll learn how to:

    • Write fun and useful Python applications—no programming experience required!
    • Use the Copilot AI coding assistant to create Python programs
    • Write prompts that tell Copilot exactly what to do
    • Read Python code and understand what it does
    • Test your programs to make sure they work the way you want them to
    • Fix code with prompt engineering or human tweaks
    • Apply Python creatively to help out on the job

    Learn AI-Assisted Python Programming: With GitHub Copilot and ChatGPT is a hands-on beginner’s guide that is written by two esteemed computer science university professors. It teaches you everything you need to start programming Python in an AI-first world. You’ll hit the ground running, writing prompts that tell your AI-assistant exactly what you want your programs to do. Along the way, you’ll pick up the essentials of Python programming and practice the higher-level thinking you’ll need to create working apps for data analysis, automating tedious tasks, and even video games.

    Foreword by Beth Simon, Ph.D.

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

    About the technology

    The way people write computer programs has changed forever. Using GitHub Copilot, you describe in plain English what you want your program to do, and the AI generates it instantly.

    About the book

    This book shows you how to create and improve Python programs using AI—even if you’ve never written a line of computer code before. Spend less time on the slow, low-level programming details and instead learn how an AI assistant can bring your ideas to life immediately. As you go, you’ll even learn enough of the Python language to understand and improve what your AI assistant creates.

    What's inside

    • Prompts for working code
    • Tweak code manually and with AI help
    • AI-test your programs
    • Let AI handle tedious details

    About the reader

    If you can move files around on your computer and install new programs, you can learn to write useful software!

    About the author

    Dr. Leo Porter is a Teaching Professor at UC San Diego. Dr. Daniel Zingaro is an Associate Teaching Professor at the University of Toronto. The technical editor on this book was Peter Morgan.

    Table of Contents

    1 Introducing AI-assisted programming with Copilot
    2 Getting started with Copilot
    3 Designing functions
    4 Reading Python code – Part 1
    5 Reading Python Code – Part 2
    6 Testing and prompt engineering
    7 Problem decomposition
    8 Debugging and better understanding your code
    9 Automating tedious tasks
    10 Making some games
    11 Future directions