📜  python快速教程——Python代码示例

📅  最后修改于: 2022-03-11 14:46:16.785000             🧑  作者: Mango

代码示例1
What is python? 

python is an easy-to-learn, future-proof programming language.
It is particularly characterized by a large community and many libraries.

You can download python here:
https://www.python.org/downloads/

You can find the most python libarys at the python package index:
https://pypi.org/
  
I recommend you to start with a simple Hello World programm:
  
print("Hello World!")

This page helped me out: https://www.stavros.io/tutorials/python/


Have fun and don't give up :)