Skip to content

jeffreyheping/byte-of-python

 
 

Repository files navigation

Python 简明教程 | A Byte of Python

License: CC BY-SA 4.0 GitHub Pages Original

📘 《A Byte of Python》简体中文翻译版 — 适合编程初学者的 Python 入门教程

🌐 在线阅读📖 目录🐛 问题反馈⭐ Star 一下


📖 关于本书

《A Byte of Python》是一本免费的 Python 编程书籍。它面向初学者,如果你只懂得如何保存文本文件,这本书就是为你准备的。

本书将教你使用 Python 3

谁在读这本书?

这本书彻底改变了我对计算机和生活的看法。 — Rahul

这本书带我从零走进了编程的世界。谢谢你改变了我的人生。 — Stefan Froelich

这是我见过的最好的初学者教程! — Walt Michalik

可能是世界上最好的 Python 新手指南。 — Nickson Kaigi

本书甚至被 NASA 在其喷气推进实验室使用!


🚀 快速开始

在线阅读

👉 简体中文版: https://jeffreyheping.github.io/byte-of-python/

👉 English Version: https://python.swaroopch.com/

本地构建

# 克隆仓库
git clone https://github.com/jeffreyheping/byte-of-python.git
cd byte-of-python

# 安装依赖
npm install honkit

# 构建中文版
cd zh-cn
npx honkit build . ../_book

# 构建完成,访问 _book 目录

📂 项目结构

byte-of-python/
├── zh-cn/              # 简体中文翻译版
│   ├── SUMMARY.md      # 目录
│   ├── book.json       # 配置文件
│   └── *.md            # 各章节内容
├── en/                 # 英文原版(上游)
│   └── ...
├── programs/           # 书中的示例代码
├── img/                # 图片资源
└── .github/            # GitHub Actions 配置

📜 许可证

本书采用 Creative Commons Attribution-ShareAlike 4.0 International License

  • ✅ 可以自由分享
  • ✅ 可以自由修改(尤其是翻译)
  • ✅ 必须署名原作者
  • ✅ 衍生作品必须使用相同许可证

🙏 致谢

  • 原著作者 Swaroop C H
  • 所有参与翻译和校对的朋友

📚 相关链接

资源 链接
原版官网 python.swaroopch.com
原版源码 GitHub
购买原版 swaroopch.com/buybook
Python 文档 docs.python.org

Made with ❤️ by jeffreyheping · Translated from A Byte of Python by Swaroop C H

About

《A Byte of Python》简体中文翻译版 - 适合编程初学者的 Python 入门教程

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 78.7%
  • Shell 10.8%
  • PowerShell 9.6%
  • Makefile 0.9%