Skip to content

cssmagic/Learn-AI-Assisted-Python-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 

Repository files navigation

《AI 辅助编程:借助 GitHub Copilot 和 ChatGPT 掌握 Python》

译者按

这可能是 “AI 辅助编程” 领域的第一本著作。原版由 Manning 公司出版于 2023 年底,中文版引进情况不详。魔法哥节选部分章节试译,仅供个人学习之用,严禁用于商业用途。

Cover

基本信息

  • 书名:Learn AI-Assisted Python Programming: With GitHub Copilot and ChatGPT
  • 作者:Leo Porter / Daniel Zingaro
  • 出版社:Manning
  • 出版时间:2023-11-21
  • 页数:约 296 页
  • 定价:39.99 美元
  • ISBN:9781633437784
  • 正版购买渠道:Manning 官网 | 亚马逊 | 天猫

目录

  1. 序章
  2. 第一章 走近 AI 辅助编程
  3. 第二章 快速上手 Copilot
  4. 第三章 设计函数
  5. 第四章 理解 Python 代码(上)
  6. 第五章 理解 Python 代码(下)
  7. 第六章 程序测试与提示工程
  8. 第七章 分解问题
  9. 第八章 调试代码并且更深入地理解代码
  10. 第九章 繁琐事务自动化
  11. 第十章 开发小游戏
  12. 第十一章 展望未来

更多介绍

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.

用 Python 编程现在变得超级简单!借助 AI 辅助编程工具,比如 GitHub Copilot 和 ChatGPT,你的想法可以更快地转化为可运行的程序。

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.

AI 改变了我们编写程序的方式。通过使用 Copilot 和 ChatGPT 这样的工具,你只需用简单的语言描述你的需求,就可以看到 AI 助手在你眼前生成代码。这对于初学者或曾在传统编程的学习曲线上苦苦挣扎的人们来说,实在是太完美了。

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
  • 编写既有趣又实用的 Python 应用程序——无需编程经验!
  • 利用 Copilot AI 编程助手来编写 Python 程序
  • 编写提示词,精确引导 Copilot
  • 阅读 Python 代码并理解其功能
  • 测试你的程序,确保它们按照你的意图运作
  • 利用提示工程或人工微调来修复代码
  • 创造性地运用 Python 来优化工作流程

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.

这本书是专为初学者准备的实操指南,出自两位备受敬仰的计算机科学领域大学教授之手。本书将全面指导你在 AI 时代如何开启 Python 编程之旅。你将快速上手,学会编写提示词,精确引导你的 AI 助理,完成你想要的编程任务。在这一过程中,你不仅会学到 Python 编程的核心知识,还将实践高层次的思维能力,从而完成数据分析、繁琐事务自动化、甚至是游戏开发等复杂任务。


Copyright

  • Original text and graphics: © 2024 Manning Publications Co.
  • Chinese Translation: © CSS魔法, CC BY-NC-ND 4.0

About

《AI 辅助编程》一书的非官方翻译。仅供个人学习之用,严禁用于商业用途。

Topics

Resources

Stars

Watchers

Forks