Why learn Python
Python provides us with a very well-established codebase, covering a wide range of content, such as networks, files, GUIs, databases, text, and so on, and is visually called "Built-in battery (batteries included)". And Python has a rich third-party library. With Python development, many features do not have to be written from scratch, directly using ready-made, so can greatly improve the efficiency of development. Python allows you to quickly learn to program (of course you need a lot of practice), and in the future you can use it to develop complex applications.
Python is suitable for developing Web applications, including Web sites and back-office services, and everyday gadgets, such as scripting tasks used by system administrators, and the ability to package other language-developed programs for easy use.
Disadvantages of Python
Of course, Python also has many drawbacks, such as inefficient running and code cannot be encrypted. But these do not obscure its merits, in the face of an increasingly powerful hardware base and the high-powered open source movement, you worry about your code running slowly, worried about others to see your code?
Official start
Install what will not say, the internet has. My study is a reference to the Liaoche (http://www.liaoxuefeng.com/) tutorial. There will be a lot of content copied from his website, in this statement, if infringement, please contact me, I will immediately delete or modify.
python2.7 Beginner (0)