Python for Software Design: How to Think Like a Computer Scientist
Autor Allen B. Downeyen Limba Engleză Hardback – 8 mar 2009
Preț: 673.24 lei
Preț vechi: 841.55 lei
-20% Nou
Puncte Express: 1010
Preț estimativ în valută:
128.83€ • 134.84$ • 107.22£
128.83€ • 134.84$ • 107.22£
Carte tipărită la comandă
Livrare economică 31 martie-14 aprilie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780521898119
ISBN-10: 0521898110
Pagini: 270
Ilustrații: 25 b/w illus. 118 exercises
Dimensiuni: 184 x 260 x 20 mm
Greutate: 0.66 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States
ISBN-10: 0521898110
Pagini: 270
Ilustrații: 25 b/w illus. 118 exercises
Dimensiuni: 184 x 260 x 20 mm
Greutate: 0.66 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States
Cuprins
1. Preface; 2. The way of the program; 3. Variables, expressions and statements; 4. Functions; 5. Case study: interface design; 6. Conditionals and recursion; 7. Fruitful functions; 8. Iteration; 9. Strings; 10. Case study: word play; 11. Lists; 12. Dictionaries; 13. Tuples; 14. Case study: data structure selection; 15. Files; 16. Classes and objects; 17. Classes and functions; 18. Classes and methods; 19. Inheritance; 20. Case study: Tkinter; Appendix 1: debugging.
Recenzii
'I liked this book. The presentation is neat and clean, I might even say cheerful. And I learned a lot, not least of all where higher level languages are going, and the terminology used to express that … I liked the pace of presentation. I liked the constant stirring of topics: a new feature, a hint on debugging, a few words on programming style, some thoughts on programming principles, then on to the next new feature. It really is a nice mix.' Scientific Programming
'… explains concepts in clear, readable prose; contains helpful illustrations; and integrates activities to engage its readers.' Computing in Science and Engineering
'… explains concepts in clear, readable prose; contains helpful illustrations; and integrates activities to engage its readers.' Computing in Science and Engineering
Notă biografică
Descriere
A no-nonsense introduction to software design using the Python programming language, for people with no programming experience.