错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Python Programming 101

  • Kent D. Lee,
  • Steve Hubbard

摘要

This Computer Science text further develops the skills you learned in your first CS text or course and adds to your bag of tricks by teaching you how to use efficient algorithmsAlgorithm for dealing with large amounts of data. Without the proper understanding of efficiency, it is possible to bring even the fastest computers to a grinding halt when working with large data sets. This has happened before, and soon you will understand just how easy it can occur. But first, we’ll review some patterns for programming and look at the Python programming language to make sure you understand the basic structure and syntaxSyntax of the language.