python 学习方法

  • Effective programming is not about memorizing syntax, but rather mastering a new way of thinking
  • 因此,花时间为核心编程概念打下坚实的基础。这些将帮助您将您的头脑中的解决方案转换为计算机的说明。
  • 学习一个lib的步骤:
    1 These are the action steps we recommend for efficiently picking up a new library:
    2 Open up a new Jupyter Notebook (see below).
    3 Read the library's documentation for 30 minutes for a high-level introduction of its modules.
    4 Import the library into your Jupyter Notebook.
    5 Follow its step-by-step quickstart tutorial to see the library in action.
    6 Review its documentation for another 30 minutes to learn what else it's capable of.
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容