美文网首页
笨办法学python3-ex.0

笨办法学python3-ex.0

作者: leogoforit | 来源:发表于2020-03-07 09:05 被阅读0次

    作者在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,但如果不适合你的电脑的话可以用以下编辑器:


    编辑器推荐列表

    相关文章

      网友评论

          本文标题:笨办法学python3-ex.0

          本文链接:https://www.haomeiwen.com/subject/eavfdhtx.html