Reddit Reddit reviews Introduction to Programming Using Python (Myprogramminglab)

We found 1 Reddit comments about Introduction to Programming Using Python (Myprogramminglab). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Introductory & Beginning Programming
Introduction to Programming Using Python (Myprogramminglab)
Used Book in Good Condition
Check price on Amazon

1 Reddit comment about Introduction to Programming Using Python (Myprogramminglab):

u/proozywoozy ยท 5 pointsr/findapath

Let's see how you can connect your interests to your degree:

  • genetics - goes without saying
  • medicine - goes without saying
  • learning languages - nope, keep this as a hobby
  • geography - spatial epidemiology? Quite a narrow field, requiring statistical knowledge and coding skills. Other than that, environmental science, ecology, possibly geology..?
  • math - yes - depending on how inclined on math you are, as some fields of biology are very math-heavy. However, I believe such fields of study consist of mathematicians entering the field of biology rather than biologists entering the field of mathematics. They're also very academical/theoretical.
  • coding - absolutely - and it's becoming an in-demand skill for biologists!

    Why not bioinformatics? You like to code and you have your degree, it might be the best way to use the knowledge you already have. It also pays quite well, especially compared to other Biology jobs. You can probably easily go for an MSc in bioinformatics, but to give you a taste in order to decide here's some (carefully structured :)) advice:

  • Learn some Python if you haven't (Codecademy is really not enough, and I can recommend the following books as they'll all give you plenty of practice and practical knowledge: Introduction to Programming Using Python (try to solve as many exercises as you can), Dive Into Python and Automate the Boring Stuff With Python in that order.)

  • Learn how to use Jupyter notebooks as well (free, easy, popular and useful tool to code in - all you need to begin is here). You can do this as step one and use it to solve book exercises in.

  • Practice a bit on Codewars - even when you know how to solve some problem, you will improve much faster if you inspect other people's code and learn from them.

  • This is where the real fun begins - try and solve some Rosalind problems, see if you like it.

  • If you do like it, there's an entire series of Bioinformatics and Genomic Data Science courses on Coursera to give you a taste of the "real" stuff.

    Here's some more advice from people in the field: https://www.biostars.org/p/188038/ (the op is considering switching fields, but you might find something useful to yourself)

    Even if you find you don't like bioinformatics you'll end up with enhanced programming skills which will likely be a plus in whatever other career path you choose.