加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Foundations of Python Programming

Programming is not a "spectator sport". It is something you do, something you participate in. It would make sense, then, that the book you use to learn programming should allow you to be active. That is our goal.

This book is meant to provide you with an interactive experience as you learn to program in Python. You can read the text, watch videos, and write and execute Python code. In addition to simply executing code, there is a unique feature called 'codelens' that allows you to control the flow of execution in order to gain a better understanding of how the program works.

Getting Started

We have tried to make it as easy as possible for you to build and use this book.

  1. You can build it and host it yourself in just a few simple steps:
    1. pip install -r requirements.txt -- Should install everything you need
    2. runestone build -- will build the html and put it in ./build/fopp
    3. runestone serve -- will start a webserver and serve the pages locally from ./build/fopp

Helping

If you want to do bug fixes and are looking for the version of this book that is deployed on Runestone.Academy, you can find that code by changing to the ac101 branch after you have cloned this repository.

We welcome PR to fix typos, unclear wording, incorrect results, or anything else that needs fixing. The book has been used by many many people, so if you think that an answer is incorrect, please make sure you double check your work before submitting an issue or making a PR.

空文件

简介

Foundations of Python Programming 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化