Python Programming Fundamentals: Undergraduate Topics in Computer Science
Autor Kent D. Leeen Limba Engleză Paperback – 20 ian 2015
Features: incudes numerous examples and practice exercises throughout the text, with additional exercises, solutions and review questions at the end of each chapter; highlights the patterns which frequently appear when writing programs, reinforcing the application of these patterns for problem-solving through practice exercises; introduces the use of a debugger tool to inspect a program, enabling students to discover for themselves how programs work and enhance their understanding; presents the Tkinter framework for building graphical user interface applications and event-driven programs; provides instructional videos and additional information for students, as well as support materials for instructors, at an associated website.
Din seria Undergraduate Topics in Computer Science
- 20% Preț: 287.02 lei
- 20% Preț: 316.24 lei
- 20% Preț: 350.89 lei
- 20% Preț: 227.15 lei
- 20% Preț: 187.22 lei
- 20% Preț: 280.92 lei
- 20% Preț: 306.71 lei
- 20% Preț: 318.97 lei
- 20% Preț: 258.78 lei
- 20% Preț: 226.64 lei
- 20% Preț: 179.87 lei
- 20% Preț: 395.04 lei
- 20% Preț: 225.02 lei
- 20% Preț: 272.43 lei
- 20% Preț: 306.58 lei
- 20% Preț: 287.22 lei
- 20% Preț: 305.01 lei
- 20% Preț: 384.11 lei
- Preț: 334.88 lei
- 20% Preț: 305.61 lei
- 20% Preț: 375.53 lei
- 20% Preț: 276.82 lei
- 20% Preț: 342.45 lei
- 20% Preț: 254.37 lei
- 20% Preț: 237.35 lei
- 20% Preț: 316.07 lei
- 20% Preț: 374.37 lei
- 20% Preț: 245.43 lei
- 20% Preț: 233.75 lei
- 20% Preț: 307.16 lei
- 20% Preț: 374.20 lei
- 20% Preț: 246.39 lei
- 20% Preț: 237.62 lei
- 20% Preț: 463.43 lei
- 20% Preț: 297.28 lei
- 20% Preț: 304.44 lei
- 20% Preț: 579.37 lei
- 20% Preț: 298.18 lei
- 20% Preț: 302.80 lei
- 20% Preț: 300.89 lei
- 20% Preț: 191.35 lei
- 20% Preț: 243.35 lei
- 20% Preț: 297.66 lei
- 20% Preț: 278.10 lei
- 20% Preț: 389.96 lei
- 20% Preț: 184.28 lei
- 20% Preț: 304.21 lei
Preț: 446.11 lei
Preț vechi: 557.64 lei
-20% Nou
Puncte Express: 669
Preț estimativ în valută:
85.38€ • 88.79$ • 71.45£
85.38€ • 88.79$ • 71.45£
Carte tipărită la comandă
Livrare economică 14-28 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781447166412
ISBN-10: 1447166418
Pagini: 239
Ilustrații: XII, 239 p. 64 illus., 53 illus. in color.
Dimensiuni: 155 x 235 x 12 mm
Greutate: 4.33 kg
Ediția:2nd ed. 2014
Editura: SPRINGER LONDON
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:London, United Kingdom
ISBN-10: 1447166418
Pagini: 239
Ilustrații: XII, 239 p. 64 illus., 53 illus. in color.
Dimensiuni: 155 x 235 x 12 mm
Greutate: 4.33 kg
Ediția:2nd ed. 2014
Editura: SPRINGER LONDON
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:London, United Kingdom
Public țintă
Lower undergraduateCuprins
Introduction.- Decision Making.- Repetitive Tasks.- Using Objects.- Defining Functions.- Event-Driven Programming.- Defining Classes.- Appendix A: Integer Operators.- Appendix B: Float Operators.- Appendix C: String Operators and Methods.- Appendix D: List Operators and Methods.- Appendix E: Dictionary Operators and Methods.- Appendix F: Turtle Methods.- Appendix G: TurtleScreen Methods.- Appendix H: The Reminder! Program.- Appendix I: The Bouncing Ball Program.
Recenzii
“The book emphasizes hands-on learning, which makes sense when learning programming. An undergraduate student that has a computer with a Python integrated development environment (IDE) and this book can learn a lot and do some interesting projects. The book is also suitable for high school students interested in programming assignments and projects. A highly readable and compact book, students and beginning programmers will like it.” (Naga Narayanaswamy, Computing Reviews, September, 2015)
“The introduction is well written and enables you to configure the WingIDE within minutes and start using the book. At the end of each chapter, there are programming tasks, most of which are resolved quite well a few pages after. This is a big plus. … if you have passion for easy-to-install scripting languages and you are interested in Python – the book is quite OK for a start!” (Vitosh, Vitosh Academy, vitoshacademy.com, February, 2015)
“The introduction is well written and enables you to configure the WingIDE within minutes and start using the book. At the end of each chapter, there are programming tasks, most of which are resolved quite well a few pages after. This is a big plus. … if you have passion for easy-to-install scripting languages and you are interested in Python – the book is quite OK for a start!” (Vitosh, Vitosh Academy, vitoshacademy.com, February, 2015)
Notă biografică
Dr. Kent D. Lee is Professor of Computer Science at Luther College, Decorah, Iowa, USA. He is the author of the forthcoming Springer textbooks Data Structures and Algorithms with Python and Foundations of Programming Languages.
Textul de pe ultima copertă
This easy-to-follow and classroom-tested textbook guides the reader through the fundamentals of programming with Python, an accessible language which can be learned incrementally. This revised and updated new edition will teach students how to recognize and apply abstract patterns in programming through the extensive use of illustrative examples and practical exercises. The book also demonstrates the benefit of using a debugger to inspect the state of a program while it is executing.
Topics and features:
Dr. Kent D. Lee is Professor of Computer Science at Luther College, Decorah, Iowa, USA. He is the author of the forthcoming Springer textbooks Data Structures and Algorithms with Python and Foundations of Programming Languages.
Topics and features:
- Incudes numerous examples and practice exercises throughout the text, with additional exercises, solutions and review questions at the end of each chapter
- Highlights the patterns which frequently appear when writing programs, reinforcing the application of these patterns for problem-solving through practice exercises
- Introduces the use of a debugger tool to inspect a program, enabling students to discover for themselves how programs work and enhance their understanding
- Presents the Tkinter framework for building graphical user interface applications and event-driven programs
- Provides instructional videos and additional information for students, as well as support materials for instructors, at an associated website
Dr. Kent D. Lee is Professor of Computer Science at Luther College, Decorah, Iowa, USA. He is the author of the forthcoming Springer textbooks Data Structures and Algorithms with Python and Foundations of Programming Languages.
Caracteristici
Employs an active, classroom-tested, hands-on learning approach Contains numerous examples and solved practice exercises Provides helpful additional resources for both students and instructors at an associated website Includes supplementary material: sn.pub/extras