- ホーム
- > 洋書
- > 英文書
- > Computer / Languages
Full Description
Forintroductory courses in Python Programming and Data Structures.
A fundamentalsfirst approach to programming helps students create efficient, elegantcode
Introductionto Python Programming and Data Structures introducesstudents to basic programming concepts using a fundamentals-first approach thatprepares students to learn object-oriented programming and advanced Pythonprogramming. This approach presents programming concepts and techniques thatinclude control statements, loops, functions, and arrays before designingcustom classes. Students learn basic logic and programming concepts prior tomoving into object-oriented and GUI programming. The content incorporates awide variety of problems with various levels of difficulty and covers manyapplication areas to engage and motivate students.
Contents
Welcome
1.Introduction to Computers, Programs, and Python
2.Elementary Programming
3.Selections
4.Mathematical Functions, Strings, and Objects
5. Loops
6.Functions
7. Lists
8. MultidimensionalLists
9.Objects and Classes
10. BasicGUI Programming Using Tkinter
11.Advanced GUI Programming Using Tkinter
12.Inheritance and Polymorphism
13. Filesand Exception Handling
14.Tuples, Sets, and Dictionaries
15.Recursion
16.Developing Efficient Algorithms
17.Sorting
18.Linked Lists, Stacks, Queues, and Priority Queues
19.Binary Search Trees
20. AVLTrees
21.Hashing
22.Graphs and Applications
23.Weighted Graphs and Applications
AppendixA. Python Keywords
AppendixB. The ASCII Character Set
AppendixC. Number Systems
AppendixD. Command Line Arguments
AppendixE. Regular Expressions
AppendixF. Bitwise Operations
SymbolIndex
SupplementalMaterial
Glossary