Jec86N
March 21st, 2008, 03:47 PM
Does anybody have experience with Python programming language?
|
Click to See Complete Forum and Search --> : Question that doesn't fit anywhere else Jec86N March 21st, 2008, 03:47 PM Does anybody have experience with Python programming language? boudino March 23rd, 2008, 04:36 AM Althought I've no practical experience, I'd suggest you to look at IronPython (http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython), the implementation of Python for .NET. Jec86N March 23rd, 2008, 02:27 PM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |