Python-Phrasebook: Essentieller Code und Befehle von Dayley, Brad

by Dayley, Brad | PB | Good
ThriftBooks
(4040262)
Angemeldet als gewerblicher Verkäufer
US $5,97
Ca.CHF 4,77
Artikelzustand:
Gut
Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ... Mehr erfahrenÜber den Artikelzustand
Letzter Artikel23 verkauft
Das interessiert die Leute. 9 haben das auf ihrer Beobachtungsliste.
Ganz entspannt. Kostenloser Versand & Rückversand.
Versand:
Kostenlos Economy Shipping.
Standort: Aurora, Illinois, USA
Lieferung:
Lieferung zwischen Sa, 11. Okt und Sa, 18. Okt nach 94104 bei heutigem Zahlungseingang
Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Verkäufer zahlt Rückversand.
Zahlungen:
     Diners Club

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:193839671032
Zuletzt aktualisiert am 07. Okt. 2025 08:34:14 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Gut
Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr geringfügige Beschädigungen auf, wie z.B. kleinere Schrammen, er hat aber weder Löcher, noch ist er eingerissen. Bei gebundenen Büchern ist der Schutzumschlag möglicherweise nicht mehr vorhanden. Die Bindung weist geringfügige Gebrauchsspuren auf. Die Mehrzahl der Seiten ist unbeschädigt, das heißt, es gibt kaum Knitter oder Einrisse, es wurden nur in geringem Maße Bleistiftunterstreichungen im Text vorgenommen, es gibt keine Textmarkierungen und die Randbereiche sind nicht beschrieben. Alle Seiten sind vollständig vorhanden. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ...
Binding
Paperback
Book Title
Python Phrasebook
Weight
0 lbs
Product Group
Book
IsTextBook
Yes
ISBN
9780672329104
Kategorie

Über dieses Produkt

Product Identifiers

Publisher
Pearson Education
ISBN-10
0672329107
ISBN-13
9780672329104
eBay Product ID (ePID)
53951572

Product Key Features

Number of Pages
288 Pages
Publication Name
Python Phrasebook : Essential Code and Commands
Language
English
Subject
Programming Languages / General, Programming Languages / Python
Publication Year
2006
Type
Textbook
Subject Area
Computers
Author
Brad Dayley
Series
Developer's Library
Format
Perfect

Dimensions

Item Height
0.6 in
Item Weight
7.8 Oz
Item Length
7 in
Item Width
4.5 in

Additional Product Features

Intended Audience
Trade
LCCN
2006-922308
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.133
Table Of Content
Chapter 1 Understanding Python 3 Why Use Python? Invoking the Interpreter Built-In Types Understanding Python Syntax Python Objects, Modules, Classes, and Functions Error Handling Using System Tools Chapter 2 Manipulating Strings Comparing Strings Joining Strings Splitting Strings Searching Strings for Substrings Search and Replace in Strings Searching Strings for Specific Endings/Beginnings Trimming Strings Aligning/Formatting Strings Executing Code Inside Strings Interpolating Variables Inside Strings Converting Unicode to Local Strings Chapter 3 Managing Data Types Defining a List Accessing a List Slicing a List Adding and Removing Items in a List Sorting a List Using Tuples Constructing a Dictionary Adding a Value to a Dictionary Retrieving a Value from a Dictionary Slicing a Dictionary Swapping Keys for Values in a Dictionary Chapter 4 Managing Files Opening and Closing Files Reading an Entire File Reading a Single Line from a File Accessing Each Word in a File Writing a File Determining the Number of Lines in a File Walking the Directory Tree Renaming Files Recursively Deleting Files and Subdirectories Searching for Files Based on Extension Creating a TAR File Extracting a File from a TAR File Adding Files to a ZIP File Retrieving Files from a ZIP File Chapter 5 Managing Threads Starting a New Thread Creating and Exiting Threads Synchronizing Threads Implementing a Multithreaded Priority Queue Initiating a Timer-Interrupted Thread Chapter 6 Managing Databases Adding Entries to a DBM File Retrieving Entries from a DBM File Updating Entries in a DBM File Pickling Objects to a File Unpickling Objects from a File Storing Objects in a Shelve File Retrieving Objects from a Shelve File Changing Objects in a Shelve File Connecting to a MySQL Database Server Creating a MySQL Database Adding Entries to a MySQL Database Retrieving Entries from a MySQL Database Chapter 7 Implementing Internet Communication Opening a Server-Side Socket for Receiving Data Opening a Client-Side Socket for Sending Data Receiving Streaming Data Using the ServerSocket Module Sending Streaming Data Sending Email Using SMTP Retrieving Email from a POP3 Server Using Python to Fetch Files from an FTP Server Chapter 8 Processing HTML Parsing URLs Opening HTML Documents Retrieving Links from HTML Documents Retrieving Images from HTML Documents Retrieving Text from HTML Documents Retrieving Cookies in HTML Documents Adding Quotes to Attribute Values in HTML Documents Chapter 9 Processing XML Loading an XML Document Checking for Well-Formed XML Documents Accessing Child Nodes Accessing Element Attributes Adding a Node to a DOM Tree Removing a Node from a DOM Tree Searching XML Documents Extracting Text from XML Documents Parsing XML Tags Chapter 10 Programming Web Services Adding HTML to Web Pages Using CGI Scripts Processing Parameters Passed to CGI Scripts Creating Self-Posting CGI Scripts Allowing Users to Upload Files via CGI Scripts Creating an HTTP Server to Handle GET Requests Creating an HTTP Server to Handle POST Requests Creating an HTTP Server to Process CGI Scripts Sending an HTTP GET Request from a Python Script Sending an HTTP POST Request from a Python Script Creating an XML-RPC Server Creating an XML-RPC Client Using SOAPpy to Access SOAP Web Services Through a WSDL File TOC 0672329107 10/11/2006
Synopsis
Python Phrasebook   Brad Dayley   Essential Code and Commands "  " "Python Phrasebook" gives you the code phrases you need to quickly and effectively complete your programming projects in Python.   Concise and Accessible Easy to carry and easy to use- lets you ditch all those bulky books for one portable guide   Flexible and Functional Packed with more than 100 customizable code snippets- so you can readily code functional Python in just about any situation   Brad Dayley is a software engineer at Novell, Inc. He has been a system administrator and software developer on the Unix, Windows, Linux, and NetWare platforms for the past 14 years. Brad co-developed an advanced debugging course used to train engineers and customers and is the co-author of several Novell Press books.   Programming / Python   $16.99 USA / $20.99 CAN / £ 11.99 Net UK  , Python Phrasebook Brad Dayley Essential Code and Commands Python Phrasebook gives you the code phrases you need to quickly and effectively complete your programming projects in Python. Concise and Accessible Easy to carry and easy to use-lets you ditch all those bulky books for one portable guide Flexible and Functional Packed with more than 100 customizable code snippets-so you can readily code functional Python in just about any situation Brad Dayley is a software engineer at Novell, Inc. He has been a system administrator and software developer on the Unix, Windows, Linux, and NetWare platforms for the past 14 years. Brad co-developed an advanced debugging course used to train engineers and customers and is the co-author of several Novell Press books. Programming / Python
LC Classification Number
QA76.73.P98D395 2006

Artikelbeschreibung des Verkäufers

Info zu diesem Verkäufer

ThriftBooks

99,1% positive Bewertungen20.0 Mio. Artikel verkauft

Mitglied seit Mär 2015
Angemeldet als gewerblicher Verkäufer
Just Voted on Newsweek - ThriftBooks ranks #1 America's Best Online Shops 2025 in Office, Electronics & Media sector, Media category!!ThriftBooks is a fully independent seller of used books, having ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
4.9

Verkäuferbewertungen (5'839'319)

Alle Bewertungen ansehen