12.07.2015 Views

Is Python a

Is Python a

Is Python a

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

IndexSymbols# comments, 279% (remainder/format) operator, 96& (bitwise and) operator, 96* (multiplication) operator, 96... prompt, 37/ (division) operator, 96: colon, 204, 291> (shift right operator), 96>>> input prompt, 35, 37^ (bitwise exclusive or) operator, 96| (bitwise or) operator, 96Aabs function, 106absolute imports, 431access-by-key files, 182_ _add_ _ method, 475, 492addition, right-sided, 502aggregation, 523AI programming, 12all functionbuilt-insall function, 264_ _all_ _ variable, 427and operator, 96, 243anonymous functions, 344–349any function, 264Apache, 13apply function, 350–351apply-like call syntax, 351arbitrary arguments, 333arbitrary scope nesting, 326argument passing, 310–343argument-matching modes, 339argumentsapplying functions to, 350arbitrary, 333assigning names inside a function doesn’taffect the caller, 326changing a mutable object argument in afunction may impact the caller, 326combining keywords and defaults, 335defaults, 333general-set functions, 338immutable, are passed by value, 327keyword passing, 351keywords, 332, 340matching modesdefaults, 331keywords, 330positionals, 330varargs, 331min wakeup call, 336mutable, are passed by pointer, 327mutable, avoiding changes, 329passed by assignment, 330passed by automatically assigning objectsto local names, 326passed to functions, 301shared references and, 327special, matching modes, 330unpacking, 334We’d like to hear your suggestions for improving our indexes. Send email to index@oreilly.com.681

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!