dotnetperls                        
***   Programming_Python  
  Ver   dotnetperls  
  7/16/24                        
   
  Index
  Basic https://www.dotnetperls.com/ https://gvanrossum.github.io/
  dotnetperls Top 36 examples >> https://www.dotnetperls.com/s#python~top!
  other https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=The+History+of+Python:+Guido+van+Rossum
  pip
  PySerial Built-ins https://www.dotnetperls.com/built-in-python https://www.dotnetperls.com/split-python
   
    Functions Keywords Modules Errors Splits        
    abs and array AssertionError    
    all as asyncio IndentationError s = "one two  three  four"  
    any assert collections IOError words=s.split()  
    ascii break csv JSONDecodeError    
    bin class datetime KeyError print (words)  
    bool continue gzip NameError   ['one', 'two', 'three', 'four']  ( 0, 1, 2, 3)
    bytearray def html.parser SyntaxError    
    bytes del itertools var = words[3]  
    callable elif json Algorithms print (var)  
    chr else math Algorithm: Anagram   four      
    classmethod except os Algorithm: Compound Interest
    compile FALSE path Algorithm: Fibonacci
    complex finally re Algorithm: Frequencies
    delattr for subprocess Algorithm: Maze
    dict from textwrap Algorithm: Palindrome
    dir global time Algorithm: Prime
    divmod if timeit Algorithm: Word Count
    enumerate import urllib
    eval in xml Recursion
    exec is Recursion
    filter lambda
    float None Compression
    format nonlocal Compression: 7-Zip
    frozenset not Compression: GZIP
    getattr pass Compression: PAQ
    globals raise
    hasattr return JIT compiler
    hash try JIT
    help TRUE
    hex while An external page
    id with Built-in Functions: Python.org
    import yield
    input
    int
    isinstance
    issubclass
    iter
    len
    list
    locals
    map
    max
    memoryview
    min
    next
    object
    oct
    open
    ord
    pow
    print
    property
    range
    repr
    reversed
    round
    set
    setattr
    slice
    sorted
    staticmethod
    str
    sum
    super
    tuple
    type
    vars
    zip