Learn AI-Assisted Python Programming, Second Edition: With GitHub Copilot and ChatGPT 2nd Edition 305315

Код товару: 305315Паперова книга
  • ISBN
    978-1633435995
  • Бренд
  • Автор
  • Рік
    2024
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі
Whether you know Python or not, this book will help you write amazing Python code using the latest versions of Copilot or ChatGPT.

Once, to be a programmer you had to write every line of code yourself. Now tools like GitHub Copilot can instantly generate working programs based on your description in plain English. An instant bestseller, Learn AI-Assisted Python Programming has taught thousands of aspiring programmers how to write Python the easy way—with the help of AI. It’s perfect for beginners, or anyone who’s struggled with the steep learning curve of traditional programming.

In Learn AI-Assisted Python Programming, Second Edition you’ll learn how to:
  • Write fun and useful Python applications—no programming experience required!
  • Use the GitHub 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
AI moves fast, and so the new edition of Learn AI-Assisted Python Programming, Second Edition is fully updated to take advantage of the latest models and AI coding tools. 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 learn skills you can use to create working apps for data analysis, automating tedious tasks, and even video games. Plus, in this new edition, you’ll find groundbreaking techniques for breaking down big software projects into smaller tasks AI can easily achieve.

Foreword by Beth Simon.

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 an Associate Teaching Professor of computer science at UC San Diego. He has over a decade of teaching experience and is well-known for his award-winning research on effective pedagogies and assessments in computer science.

Dr. Daniel Zingaro is an Associate Teaching Professor of computer science and award-winning teacher at the University of Toronto. His main area of research is computer science education research, where he studies how students learn computer science material.
1'900 ₴
Купити
Monobank
до 10 платежей
от 213 ₴ / міс.
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Learn AI-Assisted Python Programming, Second Edition: With GitHub Copilot and ChatGPT 2nd Edition - фото 1
Інші книги Manning
Code Like a Pro in Rust
302707
Brenden Matthews
1'300 ₴
Think Like a Software Engineering Manager
308852
Akanksha Gupta
1'700 ₴
Spring Security in Action, Second Edition 2nd Edition
276052
Laurentiu Spilca
1'100 ₴
Starting Data Analytics with Generative AI and Python
291307
Artur GujaMarlena SiwiakMarian Siwiak
1'800 ₴
Grokking Streaming Systems
253620
Josh FischerNing Wang
680 ₴
Math and Architectures of Deep Learning
282315
Krishnendu Chaudhury
1'400 ₴
Kotlin in Action, Second Edition 2nd Edition
289708
Sebastian AignerRoman ElizarovSvetlana IsakovaDmitry Jemerov
1'800 ₴

Характеристики

  • Бренд
  • Автор
  • Категорія
    Програмування
  • Номер видання
    2-ге вид.
  • Рік
    2024
  • Сторінок
    336
  • Формат
    165х235 мм
  • Обкладинка
    М'яка
  • Тип паперу
    Офсетний
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі

Від видавця

Whether you know Python or not, this book will help you write amazing Python code using the latest versions of Copilot or ChatGPT.

Once, to be a programmer you had to write every line of code yourself. Now tools like GitHub Copilot can instantly generate working programs based on your description in plain English. An instant bestseller, Learn AI-Assisted Python Programming has taught thousands of aspiring programmers how to write Python the easy way—with the help of AI. It’s perfect for beginners, or anyone who’s struggled with the steep learning curve of traditional programming.

In Learn AI-Assisted Python Programming, Second Edition you’ll learn how to:
  • Write fun and useful Python applications—no programming experience required!
  • Use the GitHub 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
AI moves fast, and so the new edition of Learn AI-Assisted Python Programming, Second Edition is fully updated to take advantage of the latest models and AI coding tools. 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 learn skills you can use to create working apps for data analysis, automating tedious tasks, and even video games. Plus, in this new edition, you’ll find groundbreaking techniques for breaking down big software projects into smaller tasks AI can easily achieve.

Foreword by Beth Simon.

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 an Associate Teaching Professor of computer science at UC San Diego. He has over a decade of teaching experience and is well-known for his award-winning research on effective pedagogies and assessments in computer science.

Dr. Daniel Zingaro is an Associate Teaching Professor of computer science and award-winning teacher at the University of Toronto. His main area of research is computer science education research, where he studies how students learn computer science material.

Зміст

Table of Contents
  1. Introducing AI-assisted programming with GitHub 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. Creating an authorship identification program
  12. Future directions

Відгуки про Learn AI-Assisted Python Programming, Second Edition: With GitHub Copilot and ChatGPT 2nd Edition

Learn AI-Assisted Python Programming, Second Edition: With GitHub Copilot and ChatGPT 2nd Edition
Learn AI-Assisted Python Programming, Second Edition: With GitHub Copilot and ChatGPT 2nd Edition
1'900 ₴
Купити
Персонально для вас
Beginning Python: From Novice to Professional Fourth Edition
284244
Magnus Lie HetlandFabio Nelli
2'100 ₴
The Quick Python Book, Fourth Edition
302585
Naomi Ceder
2'100 ₴
OSGi in Action: Creating Modular Applications in Java
14426
Richard Hall, Karl Pauls, Stuart McCulloch, David Savage
590 ₴
Fluent Python. Clear, Concise, and Effective Programming. 2nd Edition
197750
Luciano Ramalho
1'900 ₴1'672 ₴
Data Ingestion with Python Cookbook: A practical guide to ingesting, monitoring, and identifying errors in the data ingestion process
246252
Glaucia Esppenchutz
1'200 ₴
TCP/IP Sockets in C#: Practical Guide for Programmers
39500
David Makofske, Michael J. Donahoo, Kenneth L. Calvert
1'800 ₴
Software Development, Design, and Coding: With Patterns, Debugging, Unit Testing, and Refactoring Third Edition
282447
John F. DooleyVera A. Kazakova
1'800 ₴
Architecting Vue.js 3 Enterprise-Ready Web Applications: Build and deliver scalable and high-performance, enterprise-ready applications with Vue and JavaScript
302522
Solomon Eseme
1'600 ₴