Python学习计划

  • Python的特点
    • 学习曲线低,非专业人士也能上手
    • 开源系统,拥有强大的生态圈
    • 解释型语言,完美的平台可移植性
    • 支持面向对象和函数式编程
    • 能够通过调用C/C++代码扩展功能
    • 代码规范程度高,可读性强
  • Python运用领域
    • 云基础设施 - Python / Java / Go
    • DevOps - Python / Shell / Ruby / Go
    • 网络爬虫 - Python / PHP / C++
    • 数据分析挖掘 - Python / R / Scala / Matlab
    • 机器学习 - Python / R / Java / Lisp
  • 建议(来自《Python - 100天从新手到大师》)
    • Make English as your working language. (让英语成为你的工作语言)
    • Practice makes perfect. (熟能生巧)
    • All experience comes from mistakes. (所有的经验都源于你犯过的错误)
    • Don't be one of the leeches. (不要当伸手党)
    • Either outstanding or out. (要么出众,要么出局)
  • 学习计划
原文地址:https://www.cnblogs.com/EricZLin/p/12387692.html