|
-
March 21st, 2008, 03:47 PM
#1
Question that doesn't fit anywhere else
Does anybody have experience with Python programming language?
-
March 23rd, 2008, 04:36 AM
#2
Re: Question that doesn't fit anywhere else
Althought I've no practical experience, I'd suggest you to look at IronPython, the implementation of Python for .NET.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
-
March 23rd, 2008, 02:27 PM
#3
Re: Question that doesn't fit anywhere else
Acutally I'm trying to write two programs and I have no clue where I am going wrong I have to write. Here is what I am trying to do.
1. Numerologists claim to be able to determine a person's character traits based on the numeric value of a name. The value of a name determined by summing up the values of the letters of the name where a = 1 and z = 26. Then the program would add the letters you input into the program and brings out the value.
2. An archery target consists of a central circle of yellowsurrounded by concentric rings of red, blue, black, and white. Each ring has the same "width," which is the same as the radius of the yellow cirlce. Write a program that draws such a target.
I need a little help writing these.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|