Content reference: http://www.cnblogs.com/alex3714/articles/5465198.html
Current Python main application areas:
- Cloud computing : The hottest language in cloud computing, typically using OpenStack
- Web Development : A number of excellent web frameworks, many large sites are Python development, Youtube, Dropbox, watercress ... , a typical web framework has Django
- Scientific Computing, artificial intelligence : Typical library numpy, SciPy, matplotlib, Enthought Librarys,pandas
- system Operation and maintenance: the necessary language for operation and maintenance personnel
- Finance : Quantitative trading, financial analysis, in the field of financial engineering, Python is not only used, but also used the most, and the importance of the year. Reason: As a dynamic language Python, the language structure is clear and simple, the library is rich, mature and stable, scientific calculation and statistical analysis are very good, production efficiency is much higher than c,c++,java, especially good at strategy backtesting
- graphical GUI: PyQT, Wxpython,tkinter
Python Learning Note (i)