Begin to Code with Python
Autor Rob Milesen Limba Engleză Paperback – 31 dec 2017
- Understand the basics of coding, from simple data storage to more complex and useful programs
- Discover how Python works using the Visual Studio environment
- Master advanced techniques, including classes and object-based solutions design
- Extend your code with Python's powerful libraries
- Build web and cloud-based applications, as well as graphical user interfaces and games
- Test and debug your code with "What can go wrong" sections
- Understand the social aspects of professional development, and build career-ready skills from the start
Preț: 184.23 lei
Preț vechi: 230.30 lei
-20% Nou
35.26€ • 37.02$ • 29.13£
Carte disponibilă
Livrare economică 09-23 ianuarie 25
Livrare express 25-31 decembrie pentru 42.18 lei
Specificații
ISBN-10: 1509304525
Pagini: 512
Dimensiuni: 187 x 229 x 22 mm
Greutate: 0.86 kg
Editura: PEARSON PROFESSIONAL COMPUTING
Notă biografică
Rob Miles has taught computer programming for over 30 years. A Microsoft MVP for Windows Development, Rob enjoys inspiring programmers at all levels. He writes his own games, programs, and poetry, has consulted on many commercial software projects, and is the author of Begin to Code with C#.
Cuprins
Part 1: Programming fundamentals
Chapter 1 Starting with Python
Chapter 2 Python and Programming
Chapter 3 Python program structure
Chapter 4 Working with variables
Chapter 5 Making decisions in programs
Chapter 6 Repeating actions with loops
Chapter 7 Using functions to simplify programs
Chapter 8 Storing collections of data
Part 2: Advanced programming
Chapter 9 Use classes to store data
Chapter 10 Use classes to create active objects
Chapter 11 Object-based solution design
Chapter 12 Python applications
Part 3: Useful Python (Digital-only)
Chapter 13 Python and Graphical User Interfaces
Chapter 14 Python programs as network clients
Chapter 15 Python programs as network servers
Chapter 16 Create games with pygame