美文网首页学习Python手记
学习Python on mac©️开发流程

学习Python on mac©️开发流程

作者: 上进青年欢乐多 | 来源:发表于2017-03-21 18:39 被阅读48次

    开发流程

    目标是写一个极其简单的代码,完成coding,调试,编译,发布,运行等过程;

    vim开发python是适合C开发同学,直接上IDE好了。

    搜索后发现公认最好的ide是pycharm,所以下载最新破解版,pycharm-2006.2.3版本,地址:http://www.sdifenzhou.com/phpstorm201623.html

    下载安装后运行创建工程:

    Paste_Image.png

    添加python文件

    Paste_Image.png

    写行代码

    Paste_Image.png

    如何运行新建的文件

    Paste_Image.png

    运行结果


    Paste_Image.png

    ok,配置完成,这样就可以写代码啦。

    相关文章

      网友评论

        本文标题:学习Python on mac©️开发流程

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