码迷,mamicode.com
首页 > 编程语言 > 详细

Python學習筆記 第一課 Basic Information of Python

时间:2014-06-11 07:58:49      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:style   http   ext   com   使用   html   

 

因學校習作需要而研究Python

使用教材:Python3.4.1 Official Documentation - The Python Standard Library

 


 

 

Chapter 1 Basic Information of Python

 

1) Nature of Python: a high-level, interpreted language

2) Aim of Python: to automate tasks on computers

3) Examples of usages:

  • perform a search-and-replace over a large number of text-files
  • rename and rearrange a bunch of photo files
  • write a specialized GUI application
  • write a small custom database
  • write a simple game

4) Advantages of using Pythons:

  • simple to use
  • support multiple developing platforms (Window, Mac OS X, Unix OS)
  • provide much error-checking
  • reusable (split your program into modules)
  • extensible (add built-in functions/modules, link to libraries, link with other applications)
  • support high-level data types built-in (e.g: flexible arrays, dictionaries)

5) Characteristics of Python

  • statement grouping is done by indentation (not brackets)
  • no variable or argument declarations are necessary

 

 

Python學習筆記 第一課 Basic Information of Python,布布扣,bubuko.com

Python學習筆記 第一課 Basic Information of Python

标签:style   http   ext   com   使用   html   

原文地址:http://www.cnblogs.com/tszkwaan/p/3773591.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!