User Tools

Site Tools


python_reference

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
python_reference [2013/06/02 08:55]
sandeep
python_reference [2013/06/02 09:00]
sandeep
Line 1: Line 1:
 ====== Python Reference ====== ====== Python Reference ======
 ===== String Reference ===== ===== String Reference =====
 +[[http://​docs.python.org/​2.7/​library/​string.html|Click here for Python String Docs]]
 ==== String Reverse ====  ==== String Reverse ==== 
 <code python> <code python>
Line 17: Line 18:
 ===== Others ===== ===== Others =====
 ==== Random ==== ==== Random ====
 +[[http://​docs.python.org/​2.7/​library/​random.html?​highlight=random#​random|Python Random Docs]]
 <code python> <code python>
 import random import random
python_reference.txt ยท Last modified: 2018/03/24 11:13 (external edit)