Usr6 Posted December 25, 2010 Report Posted December 25, 2010 (edited) Quick reference contents:Front matter Invocation Options Environment variables Lexical entities : keywords, identifiers, string literals, boolean constants, numbers, sequences, dictionaries, operators Basic types and their operations: None, bool, Numeric types, sequence types, list, dictionary, string, file, set, named tuples, date/timeAdvanced types Statements: assignment, conditional expressions, control flow, exceptions, name space, function def, class defIterators; Generators; Descriptors; DecoratorsBuilt-in Functions Built-in Exceptions Standard methods & operators redefinition in user-created Classes Special informative state attributes for some types Important modules : sys, os, posix, posixpath, shutil, time, string, re, math, getopt List of modules in the base distribution Workspace exploration and idiom hints Python mode for EmacsHtml: Python 2.6 Quick ReferencePdf: http://rgruet.free.fr/PQR26/PQR2.6_modern_a4.pdfOlder version:Python page Richard Gruet Edited December 25, 2010 by Usr6 +contents Quote
Flubber Posted December 26, 2010 Report Posted December 26, 2010 Mai mult este o comparatie intre C si Python, specificand de semicolon [(";") -- nefiind necesara in Python] la printarea unor string-uri, precum si alte exemple asemanatoare.Per total, un review ... Interesant, doar daca stii putin de programare, altfel te baga in ceata (cred eu).Numai bine! Quote
adonisslanic Posted December 27, 2010 Report Posted December 27, 2010 Daca stii ceva programare, pagina asta chiar te introduce in sintaxa python Quote