Python Programming for the Absolute Beginner
Autor Michael Dawsonen Limba Engleză Paperback – 31 dec 2009
Preț: 262.07 lei
Preț vechi: 327.59 lei
-20% Nou
Puncte Express: 393
Preț estimativ în valută:
50.15€ • 52.10$ • 41.66£
50.15€ • 52.10$ • 41.66£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Livrare express 28 decembrie 24 - 03 ianuarie 25 pentru 43.70 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781435455009
ISBN-10: 1435455002
Pagini: 455
Dimensiuni: 185 x 229 x 33 mm
Greutate: 0.79 kg
Ediția:3
Editura: COURSE TECHNOLOGY
ISBN-10: 1435455002
Pagini: 455
Dimensiuni: 185 x 229 x 33 mm
Greutate: 0.79 kg
Ediția:3
Editura: COURSE TECHNOLOGY
Descriere
If you are new to programming with Python and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the "for the absolute beginner" series teach the principles of programming through simple game creation. You will acquire the skills that you need for practical Python programming applications and will learn how these skills can be put to use in real-world scenarios. Throughout the chapters, you will find code samples that illustrate concepts presented. At the end of each chapter, you will find a complete game that demonstrates the key ideas in the chapter, a summary of the chapter, and a set of challenges that tests your newfound knowledge. By the time you finish this book, you'll be well versed in Python and be able to apply the basic programming principles you've learned to the next programming language you tackle.
Recenzii
Introduction. 1. Getting Started: The Game Over Program. 2. Types, Variables, and Simple I/O: The Useless Trivia Program. 3. Branching, while Loops, and Program Planning: The Guess My Number Game. 4. for Loops, Strings, and Tuples: The Word Jumble Game. 5. Lists and Dictionaries: The Hangman Game. 6. Functions: Tic-Tac-Toe. 7. Files and Exceptions: The Trivia Challenge Game. 8. Software Objects: The Critter Caretaker Program. 9. Object-Oriented Programming: The Blackjack Game. 10. GUI Development: The Mad Lib Program.