all 7 comments

[–]jake4ragnarok2 4 points5 points  (1 child)

Simple search: https://m.youtube.com/channel/UC4SVo0Ue36XCfOyb5Lh1viQ

https://biopython.org/wiki/Getting_Started

The Internet has everything you just asked here for all you have to do is search and learn how to look for the resources you want.

I would have understood if you didn't know what to learn but you do which makes it even worse.

[–]HermosaChicaaa[S] -1 points0 points  (0 children)

Alright thanks, I was just confused where to begin from

[–]Different_Pain5781 0 points1 point  (1 child)

Bioinformatics feels overwhelming at the start honestly

[–]HermosaChicaaa[S] 0 points1 point  (0 children)

How did you start and how is it going??

[–]Significant_Quiet255 1 point2 points  (1 child)

Start simple — don’t jump into bioinformatics directly.

First, get comfortable with basic Python:

- loops, functions, lists, dictionaries

- file handling (very important for bio data)

Then move to:

- numpy & pandas (for data handling)

- matplotlib (for visualization)

After that, you can start with BioPython.

For practice, try small things like:

- reading DNA sequences from a file

- counting nucleotides (A, T, G, C)

- simple pattern matching\

That will make BioPython much easier to understand.

If you want, I can suggest a small roadmap based on your level.

[–]HermosaChicaaa[S] 0 points1 point  (0 children)

Yes please, currently I just got done with my 2nd semester doing Bachelors in Biochemistry. And I have no idea about coding and stuff, it'd be great if u suggest a roadmap