Skip to content

klookAppTest/learning-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learning-python

开始python

1、安装 python3

https://www.python.org/

2、安装IDE, 推荐 pyCharm

3、创建 python 脚本, hello.py

print("hello, python!")

4、运行

$ python3 hello.py

hello, python!

推荐教程《笨方法学python(第四版)》,照着上面的例子敲三遍!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages