python 入门

Posted 慎其独

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 入门相关的知识,希望对你有一定的参考价值。

1、 python 脚本的编写

  文件:hello.py

  第一步:在第一行添加  #!/usr/bin/env python

#!/usr/bin/env python3
print("hello world");

   第二步:修改 .py文件的权限  chmod a+x hello.py

2、执行 ./hello.py


以上是关于python 入门的主要内容,如果未能解决你的问题,请参考以下文章

Atom编辑器入门到精通 Atom使用进阶

常用python日期日志获取内容循环的代码片段

python 有用的Python代码片段

Python 向 Postman 请求代码片段

Cg入门20:Fragment shader - 片段级模型动态变色(实现汽车动态换漆)

python [代码片段]一些有趣的代码#sort