学习编程语言,很多弯路可走,有一条路可能不是捷径但一定不是弯路,那就是官方文档的阅读与消化!
Pythonisaneasytolearn,powerfulprogramminglanguage.Ithasefficienthigh-leveldatastructuresandasimplebuteffectiveapproachtoobject-orientedprogramming.Python’selegantsyntaxanddynamictyping,togetherwithitsinterpretednature,makeitanideallanguageforscriptingandrapidapplicationdevelopmentinmanyareasonmostplatforms.
自译:Python是一门功能强大并且易于学习的程序语言。它拥有高效率的数据结构,是一门简单但高效的面向对象程序语言,Python优雅简洁的语法和动态的特性,结合它的易读性,使它成为了在大多数平台上诸多领域的脚本编写和快速程序开发的理想编程语言。
ThePythoninterpreterandtheextensivestandardlibraryarefreelyavailableinsourceorbinaryformforallmajorplatformsfromthePythonWebsite,