Cantitate/Preț
Produs

Python For Dummies

Autor S Maruch
en Limba Engleză Paperback – 19 sep 2006
Use Python to build programs, debug code, and simplify development Wrap yourself up in the structures, libraries, and advanced features of Python Looking for a powerful yet easy-to-read programming language? Then slither up to Python! This friendly reference introduces you to Python, the portable, interactive language that combines great power with clear syntax. Get familiar with Python's building blocks; work with strings, dictionaries, and sets; and find out everything you need to write a robust program. Discover how to * Process lists and tuples * Direct a program with control structures * Build applications with modules and packages * Get a charge from the "batteries included" libraries * Understand the new features of Python 2.5, including SQLite
Citește tot Restrânge

Preț: 16202 lei

Preț vechi: 20251 lei
-20%

Puncte Express: 243

Preț estimativ în valută:
3103 3405$ 2685£

Carte disponibilă

Livrare economică 22 decembrie 23 - 05 ianuarie 24

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780471778646
ISBN-10: 0471778648
Pagini: 432
Ilustrații: illustrations
Dimensiuni: 187 x 242 x 24 mm
Greutate: 0.64 kg
Editura: Wiley
Locul publicării:Hoboken, United States

Public țintă

Primary: People new to Python or who have some programming experience with minimum competency in similar languages like Perl, C++, & Java. Secondary: Those completely new to programming or who already use Python as a scripting language in another app.

Cuprins

Introduction. Part I: Getting Started. Chapter 1: Introducing Python. Chapter 2: Getting Your Hands on the Keyboard: Using Help, Interactive Mode, and IDLE. Chapter 3: Basic Elements and Syntax. Chapter 4: Grand Tour of the Python Language. Chapter 5: Working Like a Programmer. Part II: Building Blocks. Chapter 6: So This String Walks into a Bar. Chapter 7: Counting Your Way to Fun and Profit. Chapter 8: Processing Lists and Tuples. Chapter 9: Diving into Dictionaries. Part III: Structures. Chapter 10: Staying in Control. Chapter 11: Fun with Functions. Chapter 12: Building Applications with Modules and Packages. Chapter 13: Getting Classy. Chapter 14: Introducing New-Style Classes. Chapter 15: Feeling Exceptional. Chapter 16: Tackling Some Advanced Features. Part IV: Libraries. Chapter 17: Using Python's Primary Services. Chapter 18: Processing Text. Chapter 19: Digging into Disk Data. Chapter 20: Accessing the Internet. Part V: The Part of Tens. Chapter 21: Ten Critical Python Idioms. Chapter 22: Ten Great Resources. Part VI: Appendixes. Appendix A: Getting and Installing Python. Appendix B: Python Version Differences. Index.

Descriere

Python is one of the most powerful, easy-to-read programming languages around, but it does have its limitations. This general purpose, high-level language that can be extended and embedded is a smart option for many programming problems, but a poor solution to others.