Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
python [2016/07/29 19:41]
nikolaj
python [2016/07/29 20:13]
nikolaj
Line 4: Line 4:
  
 === Language === === Language ===
 +>todo
 +>​https://​docs.python.org/​2/​library/​stdtypes.html
 == tmp (build-in functions) == == tmp (build-in functions) ==
  
Line 10: Line 12:
 >all >all
  
->input()+>reversed(seq)
  
->callable+>mydict = dict(mykey1 = 3 
 +>             ,​mykey2 = '​hi'​ 
 +>             ) 
 + 
 +>​isinstance(3,​ int) 
 +>​isinstance('​3',​ int) 
 +>​callableI(f) 
 +>​iter(o) 
 + 
 +>input()
  
 === Discussion === === Discussion ===
Line 20: Line 31:
  
 == Python.org == == Python.org ==
-[[https://​docs.python.org/​2/​library/​index.html | The Python Standard Library]], +[[https://​docs.python.org/​2/​library/​index.html | The Python Standard Library]]
-[[https://​docs.python.org/​2/​library/​functions.html | Built-in Functions]]+
  
 == Code examples == == Code examples ==
Link to graph
Log In
Improvements of the human condition