Showing results 1 to 6 of 6
Search took 0.00 seconds; generated 1 minute(s) ago.
Posts Made By: shafter111
Forum: Python Mar 27th, 2006
Replies: 4
Views: 1,297
Posted By shafter111
Re: Problem extracting values of a Dictionary

Nice! This looks much better........Thanks for all the help guys!
Forum: Python Mar 25th, 2006
Replies: 2
Views: 1,715
Posted By shafter111
Re: Weird problem with float or double....

Thanks man......really appretiate the help
you rock!
Forum: Python Mar 25th, 2006
Replies: 2
Views: 1,715
Posted By shafter111
Weird problem with float or double....

simple problem....but I have no clue why its not working.....


if (w[0] > m[1]):
temp = ((w[0]-m[1])/w[0])*100
print temp
Forum: Python Mar 25th, 2006
Replies: 4
Views: 1,297
Posted By shafter111
Re: Problem extracting values of a Dictionary

thanks ....but I figured it out.....

this is what I did.......



for l in j:
z = j[l]
for r in z:
m = z[r]
Forum: Python Mar 24th, 2006
Replies: 4
Views: 1,297
Posted By shafter111
Problem extracting values of a Dictionary

Hi! Thanks for your help in advance.....

Heres my case

I have a dictionary "d" with keys as string and a dictionary as integer "1" as keys to a list [1,2,3]


d{"test.tif": {1: [1,2,3]}}

Now...
Forum: Python Feb 19th, 2006
Replies: 2
Views: 39,532
Posted By shafter111
do-while loop in python

Hi.....I am a newbie...really confused with do while loop in python. Does it even exist?


J=[]
do:
finished = "false"
while finished != "true":
finished="true"
...
Showing results 1 to 6 of 6

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 2:13 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC