Closed Thread
Results 1 to 4 of 4

Thread: [Advice] Which language to go for?

  1. #1
    arminius is offline Newbie
    Join Date
    Feb 2010
    Posts
    2
    Rep Power
    0

    [Advice] Which language to go for?

    Hi there everyone,

    I am a complete beginner and I need programing to save me. But I have no idea which language I should go for, and it would save me so much time and efforts if you would be so kind to let me know what you suggest given your experience.


    What I want to do

    What I need is to simulate random walk movement of simple particles in 2D, with the following characteristics:

    1) The movement is continuous,
    2) The movement is both visual in real time (adjustable time steps), and also the whole trajectories should be recorded, not on a black screen, but on top of a drawing,
    3) The movement is not confined,
    4) If the particles reach an end of the screen, they should continue on the opposite end of the screen,
    5) At a given time interval t, each one particle should divide into N particles that continue the random walk movement from the same former position,
    6) The user should be able to input the initial number of particles, the coordinates of each particle, the visual time steps, the time interval t at which particles multiply, and the number N of particles in which each particle is multiplied,
    7) The default should set some scattered areas with less likelihood for the particles to move into.


    So with all your experience, I would appreciate it if you could let me know which language could result more useful to me, to fulfill all these requirements in the simplest way, bearing in mind my knowledge of programing is very limited.

    I run on

    Windows XP
    Intel Core 2 Duo
    1.40 GHz
    1 GB RAM


    Many thanks for any orientation !

    Kind regards

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    saeras's Avatar
    saeras is offline Learning Programmer
    Join Date
    Jan 2010
    Location
    Sweden
    Posts
    67
    Rep Power
    8

    Re: [Advice] Which language to go for?

    Python have yet to fail me at any programming task. It's easy to learn and got a wide variety of modules to use which should make this an easy task.

  4. #3
    arminius is offline Newbie
    Join Date
    Feb 2010
    Posts
    2
    Rep Power
    0

    Re: [Advice] Which language to go for?

    Quote Originally Posted by saeras View Post
    Python have yet to fail me at any programming task. It's easy to learn and got a wide variety of modules to use which should make this an easy task.
    Thanks a lot ! Will look into it.

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: [Advice] Which language to go for?

    Almost any application language will work for this.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 10-21-2011, 01:30 PM
  2. Advice on choosing a programming language
    By DoktorD1313 in forum General Programming
    Replies: 5
    Last Post: 07-08-2011, 09:16 AM
  3. Need advice on Language..
    By Treyno in forum General Programming
    Replies: 4
    Last Post: 12-02-2010, 04:46 PM
  4. Replies: 1
    Last Post: 04-14-2010, 03:49 PM
  5. Best Language to Use that works with IE - Fastest language at runtime
    By j.smith1981 in forum General Programming
    Replies: 10
    Last Post: 09-18-2009, 05:46 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts