Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Python, range regex
Name: ShaqDiesel Date: November 8, 2005 at 11:43:55 Pacific OS: winXP CPU/Ram: amd64 3000+/1Gb Kingston
Comment:
I want to look for any number from 0-255 and was told I cannot do [0-255] because python thinks its 0-2 followed by 5 and 5. How do I look for a number within a large range then? Thanks.
Summary: Like Perl, Python is a general purpose scripting language, and can be used for almost anything short of direct hardware manipulation. Typically, this ranges from small administrative scripts and utili...
Summary: I am currently trying to create a an Excel chart using python with COM. Populating cells in Excel was simple enough, then when I try to take that range and create a chart I get a synatx error when us...