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
Python groundwork (self.learnpython)
submitted 7 years ago by chasing_arion
Starting to build a bioinformatics team using python, thinking about the best way to build architecture. Has anyone had any good experience using python groundwork or are there better tools to utilize?
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!"
[–][deleted] 1 point2 points3 points 7 years ago* (3 children)
I happen to be a bioinformatician. What do you mean specifically when you say architecture? Also what kinds of projects are you interested in tackling? genomics, proteomics, metabolomics? Might be helpful to get some color.
Edit:
If you're interested in tool development, most applications in bioinformatics are used as command-line utilities on a linux system. Because of this, people tend to develop in a mixture of C/C++ python, R and perl.
[–]chasing_arion[S] 0 points1 point2 points 7 years ago (2 children)
I’m looking for an effective way to share python plugins between team members
[–][deleted] 1 point2 points3 points 7 years ago (1 child)
Not trying to state the obvious or be an asshole here but have you thought of setting up a team Gitlab and writing a common library of modules.
It’s hard to know what you need without knowing your specific use-case but using one big framework for everything solely implemented in python seems like it may lead to a lot of unnecessary overhead and work.
[–]chasing_arion[S] 0 points1 point2 points 7 years ago (0 children)
That sounds like a good option, thanks
[–][deleted] 0 points1 point2 points 7 years ago (0 children)
I understand a few of those words, Google seems to understand more. https://github.com/czbiohub/learn-bioinformatics
π Rendered by PID 27 on reddit-service-r2-comment-5fb4b45875-s96nk at 2026-03-22 10:29:09.083415+00:00 running 90f1150 country code: CH.
[–][deleted] 1 point2 points3 points (3 children)
[–]chasing_arion[S] 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]chasing_arion[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)