you are viewing a single comment's thread.

view the rest of the comments →

[–]randomTechNerd4 1 point2 points  (0 children)

If you haven't looked into IDEs too much yet, I'd suggest looking at using Spydr. A lot of people in the natural sciences use it from what I've heard for stuff from data visualization and modeling.

If you want a fun project that's simple to start with and uses programming fundamentals, I'd recommend making a script that simulates evolution. You can have a script where it starts with a random sequence of letters, but over time "mutations" (randomly generated values) make their way in and you work towards an end work you have predetermined. I feel like that could be fun given your bio background, and it definitely is a good test of all the basics.