作者在python2版本中Mac OS中推荐的编辑器是TextWangler,到python3这版又移情别恋到Atom了。
最新python下载链接
Atom下载链接
书中练习代码如下(在终端中的输入,我的新建文件夹名为python3_ex):
$ python
Python 3.7.0 (default, Jun 28 2018, 07:39:16)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
$ mkdir python3_ex
$ cd python3_ex
python3_ex leo$ ls
python3_ex leo$ ls
test.txt
python3_ex Leo$
后面,作者强调,虽然编辑器首推Atom,但如果不适合你的电脑的话可以用以下编辑器:
编辑器推荐列表
网友评论