PYTHON LESSON 1(Absolute Value, Print, Alias, String Format Operator) Try these simple python commands to get an understanding of the basics. Start your DOS based python or your IDLE gui Python. At the prompt we’ll start with “Getting an absolute value of any number”. >>> abs (4) 4 >>> abs (-4) 4 Using the PRINT …
Monthly Archives: October 2007
The BATTLE of Python Programming in Windows
If there is anyone whom should not write a guide to using phyton, it should be me. I have already had a year of Phyton tutorial and i never got it. I sometimes thought of just giving up and retreating to my FILM world (Im originally a 35mm film director/editor) . Phyton is used everywhere… …
Continue reading “The BATTLE of Python Programming in Windows”