René's URL Explorer Experiment


Title: 2. Lexical analysis — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/reference/lexical_analysis.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/reference/datamodel.html
previoushttps://docs.python.org/2/reference/introduction.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Language Referencehttps://docs.python.org/2/reference/index.html
https://docs.python.org/2/reference/lexical_analysis.html#lexical-analysis
https://docs.python.org/2/reference/lexical_analysis.html#line-structure
https://docs.python.org/2/reference/lexical_analysis.html#logical-lines
https://docs.python.org/2/reference/lexical_analysis.html#physical-lines
https://docs.python.org/2/reference/lexical_analysis.html#comments
https://docs.python.org/2/reference/lexical_analysis.html#encoding-declarations
https://docs.python.org/2/reference/lexical_analysis.html#explicit-line-joining
https://docs.python.org/2/reference/lexical_analysis.html#implicit-line-joining
https://docs.python.org/2/reference/lexical_analysis.html#blank-lines
https://docs.python.org/2/reference/lexical_analysis.html#indentation
https://docs.python.org/2/reference/lexical_analysis.html#whitespace-between-tokens
https://docs.python.org/2/reference/lexical_analysis.html#other-tokens
https://docs.python.org/2/reference/lexical_analysis.html#identifiers
letterhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-letter
letterhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-letter
digithttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-digit
lowercasehttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-lowercase
uppercasehttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-uppercase
https://docs.python.org/2/reference/lexical_analysis.html#keywords
Nonehttps://docs.python.org/2/library/constants.html#None
Nonehttps://docs.python.org/2/library/constants.html#None
ashttps://docs.python.org/2/reference/compound_stmts.html#as
withhttps://docs.python.org/2/reference/compound_stmts.html#with
ashttps://docs.python.org/2/reference/compound_stmts.html#as
withhttps://docs.python.org/2/reference/compound_stmts.html#with
https://docs.python.org/2/reference/lexical_analysis.html#reserved-classes-of-identifiers
__builtin__https://docs.python.org/2/library/__builtin__.html#module-__builtin__
The import statementhttps://docs.python.org/2/reference/simple_stmts.html#import
gettexthttps://docs.python.org/2/library/gettext.html#module-gettext
Special method nameshttps://docs.python.org/2/reference/datamodel.html#specialnames
Identifiers (Names)https://docs.python.org/2/reference/expressions.html#atom-identifiers
https://docs.python.org/2/reference/lexical_analysis.html#literals
https://docs.python.org/2/reference/lexical_analysis.html#string-literals
stringprefixhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-stringprefix
shortstringhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-shortstring
longstringhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-longstring
shortstringitemhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-shortstringitem
shortstringitemhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-shortstringitem
longstringitemhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-longstringitem
longstringitemhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-longstringitem
shortstringcharhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-shortstringchar
escapeseqhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-escapeseq
longstringcharhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-longstringchar
escapeseqhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-escapeseq
stringprefixhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-stringprefix
Encoding declarationshttps://docs.python.org/2/reference/lexical_analysis.html#encodings
https://docs.python.org/2/reference/lexical_analysis.html#string-literal-concatenation
https://docs.python.org/2/reference/lexical_analysis.html#numeric-literals
https://docs.python.org/2/reference/lexical_analysis.html#integer-and-long-integer-literals
integerhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-integer
decimalintegerhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-decimalinteger
octintegerhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-octinteger
hexintegerhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-hexinteger
binintegerhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-bininteger
nonzerodigithttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-nonzerodigit
digithttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-digit
octdigithttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-octdigit
octdigithttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-octdigit
hexdigithttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-hexdigit
bindigithttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-bindigit
digithttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-digit
1https://docs.python.org/2/reference/lexical_analysis.html#id11
https://docs.python.org/2/reference/lexical_analysis.html#floating-point-literals
pointfloathttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-pointfloat
exponentfloathttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-exponentfloat
intparthttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-intpart
fractionhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-fraction
intparthttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-intpart
intparthttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-intpart
pointfloathttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-pointfloat
exponenthttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-exponent
digithttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-digit
digithttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-digit
digithttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-digit
https://docs.python.org/2/reference/lexical_analysis.html#imaginary-literals
floatnumberhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-floatnumber
intparthttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-intpart
https://docs.python.org/2/reference/lexical_analysis.html#operators
https://docs.python.org/2/reference/lexical_analysis.html#delimiters
1https://docs.python.org/2/reference/lexical_analysis.html#id8
Table of Contentshttps://docs.python.org/2/contents.html
2. Lexical analysishttps://docs.python.org/2/reference/lexical_analysis.html
2.1. Line structurehttps://docs.python.org/2/reference/lexical_analysis.html#line-structure
2.1.1. Logical lineshttps://docs.python.org/2/reference/lexical_analysis.html#logical-lines
2.1.2. Physical lineshttps://docs.python.org/2/reference/lexical_analysis.html#physical-lines
2.1.3. Commentshttps://docs.python.org/2/reference/lexical_analysis.html#comments
2.1.4. Encoding declarationshttps://docs.python.org/2/reference/lexical_analysis.html#encoding-declarations
2.1.5. Explicit line joininghttps://docs.python.org/2/reference/lexical_analysis.html#explicit-line-joining
2.1.6. Implicit line joininghttps://docs.python.org/2/reference/lexical_analysis.html#implicit-line-joining
2.1.7. Blank lineshttps://docs.python.org/2/reference/lexical_analysis.html#blank-lines
2.1.8. Indentationhttps://docs.python.org/2/reference/lexical_analysis.html#indentation
2.1.9. Whitespace between tokenshttps://docs.python.org/2/reference/lexical_analysis.html#whitespace-between-tokens
2.2. Other tokenshttps://docs.python.org/2/reference/lexical_analysis.html#other-tokens
2.3. Identifiers and keywordshttps://docs.python.org/2/reference/lexical_analysis.html#identifiers
2.3.1. Keywordshttps://docs.python.org/2/reference/lexical_analysis.html#keywords
2.3.2. Reserved classes of identifiershttps://docs.python.org/2/reference/lexical_analysis.html#reserved-classes-of-identifiers
2.4. Literalshttps://docs.python.org/2/reference/lexical_analysis.html#literals
2.4.1. String literalshttps://docs.python.org/2/reference/lexical_analysis.html#string-literals
2.4.2. String literal concatenationhttps://docs.python.org/2/reference/lexical_analysis.html#string-literal-concatenation
2.4.3. Numeric literalshttps://docs.python.org/2/reference/lexical_analysis.html#numeric-literals
2.4.4. Integer and long integer literalshttps://docs.python.org/2/reference/lexical_analysis.html#integer-and-long-integer-literals
2.4.5. Floating point literalshttps://docs.python.org/2/reference/lexical_analysis.html#floating-point-literals
2.4.6. Imaginary literalshttps://docs.python.org/2/reference/lexical_analysis.html#imaginary-literals
2.5. Operatorshttps://docs.python.org/2/reference/lexical_analysis.html#operators
2.6. Delimitershttps://docs.python.org/2/reference/lexical_analysis.html#delimiters
1. Introductionhttps://docs.python.org/2/reference/introduction.html
3. Data modelhttps://docs.python.org/2/reference/datamodel.html
Show Sourcehttps://docs.python.org/2/_sources/reference/lexical_analysis.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/reference/datamodel.html
previoushttps://docs.python.org/2/reference/introduction.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Language Referencehttps://docs.python.org/2/reference/index.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.