annotate ply-3.8/example/optcalc/README @ 7490:fb46ec3ff0ae

<hppavilion[1]> ` echo "F=\\"$(find esobible -name \\"*$(echo "$1" | lowercase)*\\" -type f | shuf -n1)\\"; echo -n \\"${F#esobible/}/\\" | rnooodl; cat \\"$F\\" | rnooodl" > bin/bookofeso
author HackBot
date Tue, 19 Apr 2016 20:14:09 +0000
parents 343ff337a19b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7267
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
1 An example showing how to use Python optimized mode.
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
2 To run:
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
3
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
4 - First run 'python calc.py'
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
5
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
6 - Then run 'python -OO calc.py'
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
7
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
8 If working correctly, the second version should run the
343ff337a19b <ais523> ` tar -xf ply-3.8.tar.gz
HackBot
parents:
diff changeset
9 same way.