CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Posts
    35

    Question that doesn't fit anywhere else

    Does anybody have experience with Python programming language?

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    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.

  3. #3
    Join Date
    Feb 2007
    Posts
    35

    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
  •  





Click Here to Expand Forum to Full Width

Featured