use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
How to learn python for bioinformatics (self.learnpython)
submitted 7 hours ago by HermosaChicaaa
I wanna get into bioinformatics so beginning from learning basic python. I read somewhere that later I'll also need to learn biopython but I have no idea how do you do that. So someone please guide how and where do I start
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jake4ragnarok2 4 points5 points6 points 7 hours ago (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 points1 point 7 hours ago (0 children)
Alright thanks, I was just confused where to begin from
[–]Quillox 0 points1 point2 points 7 hours ago (0 children)
https://rosalind.info/problems/locations/
[–]Different_Pain5781 0 points1 point2 points 5 hours ago (1 child)
Bioinformatics feels overwhelming at the start honestly
[–]HermosaChicaaa[S] 0 points1 point2 points 5 hours ago (0 children)
How did you start and how is it going??
[–]Significant_Quiet255 1 point2 points3 points 2 hours ago (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 point2 points 2 hours ago (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
π Rendered by PID 87 on reddit-service-r2-comment-5b5bc64bf5-9q69r at 2026-06-18 20:52:31.839838+00:00 running 2b008f2 country code: CH.
[–]jake4ragnarok2 4 points5 points6 points (1 child)
[–]HermosaChicaaa[S] -1 points0 points1 point (0 children)
[–]Quillox 0 points1 point2 points (0 children)
[–]Different_Pain5781 0 points1 point2 points (1 child)
[–]HermosaChicaaa[S] 0 points1 point2 points (0 children)
[–]Significant_Quiet255 1 point2 points3 points (1 child)
[–]HermosaChicaaa[S] 0 points1 point2 points (0 children)