本帖最后由 Killoser 于 2018-9-7 13:46 编辑


作为一门编程入门语言,Python 主要有以下特点和优点:

  • 可解释
  • 具有动态特性
  • 面向对象
  • 简明简单
  • 开源
  • 具有强大的社区支持
  当然,实际上 Python 的优点远不止如此,可以阅读该文档:
  https://data-flair.training/blogs/python-tutorial/

Contents

  • 1. Python Tutorial
  • 2. Python Tutorial – What is Python?
  • 3. Python History
  • 4. Architecture
  • 5. Components of Python

    • a. Functions
    • b. Classes
    • c. Modules
    • d. Packages
  • 6. Features of Python
  • 7. Frameworks available in Python

    • a. Django
    • b. Flask
    • c. Pyramid
    • d. Tornado
    • e. Bottle
    • f. web2py
    • g. NumPy
    • h. SciPy
    • i. Pylons
  • 8. Flavors of Python

    • a. CPython
    • b. Jython
    • c. IronPython
    • d. Brython
    • e. RubyPython
    • f. PyPy
    • g. MicroPython
  • 9. Python File Extensions
  • 10. Why should I learn Python?
  • 11. How is Python different from Java or C++?
  • 12. Python Constructs

    • a. List
    • b. Tuple
    • c. Dictionary
    • d. Comments and Docstrings-
  • 13. Conclusion: Python Tutorial