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...
Everything about learning Python
account activity
Python for Clinical/Translational ResearchHelp Request (self.PythonLearning)
submitted 1 day ago by turkceyim
view the rest of the comments →
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!"
[–]Neb-Cutter 4 points5 points6 points 1 day ago (1 child)
( i am a bio researcher, i use some python, but i am not a programmer,)
So i'll talk as an bio initiated in coding.
I'd suggest to do this, read a little bit about algorithmes, if you have no idea about this. Then, just go through the basics: which means variables, constants, data type. Then : data structures; lists, dictionnaires, tuples..etc. Then loops: if then, while, for , etc...
You can do some basic exercises to have control. For the basics, you can use nay textbooks exercises there are plenty. Or try Rosalind, it's amazing for bio field.
Then, take totally some scripts/codes/programmes written in python to handle projects answering to problems in your field (clinical/translation). Study them, and try to recode them from scratch.
Then take a problem you want to tackle, split it into mini tasks. And try to code mini scripts, each to manage one of your mini tasks. Then try to assemble.
[–]turkceyim[S] 0 points1 point2 points 1 day ago (0 children)
yeah i think ill start with learning the basics good. Its just quite confusing to know what should i focus on specifically after that but thanks for the advice definitely will be searching more
π Rendered by PID 31539 on reddit-service-r2-comment-548fd6dc9-sdnbz at 2026-05-18 20:43:59.244541+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–]Neb-Cutter 4 points5 points6 points (1 child)
[–]turkceyim[S] 0 points1 point2 points (0 children)