This website works better with JavaScript
Home
Explore
Help
Register
Sign In
david
/
growth-in-action
mirror of
https://github.com/phodal/growth-in-action.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
gh-pages
Branches
Tags
gh-pages
master
0.99
growth-in-actio...
/
chapters
/
chapter0.md
chapter0.md
477 B
Permalink
History
Raw
全栈增长工程师实战
准备工作和工具
在开始写代码之前你需要保证你有一些Python基础,如果没有的话,请参阅其他相关书籍来一起学习。
并且你还需要在你的计算机上安装:
Python环境及其包管理工具pip。
Firefox浏览器——用于运行功能测试。
Git版本控制器——用于代码版本控制。
一个开发工具。(PS: 在这里笔者使用的是PyCharm的社区版)