Hi all! Data scientist here, trying professionalise a group of hobby programmers who’ve somehow found ourselves doing it for a living. The programming we know; it’s the infrastructure we’re lacking. None of us knows how to organise a programming team, myself very much included.

Can anyone recommend resources, books, courses on software engineering suitable for data scientists?

    • case_whenOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      Not exactly managing a team – it’s more a question of best practices around pull requests, version control, testing, code reviews, pair programming etc. I’m not interested in management, but I do I want to know what a well managed team ought to be doing!

      • Vent@lemm.ee
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        They ought to have a manger/team lead interested in managing. An ad-hoc approach can only get you so far.

        Though, you seem to be asking more about Devops than management. If you’re making a startup, just cobble an MVP together using as little custom-built tools as possible and redo it if/when you get enough investment to be able to take the time and pay for the necessary resources to do it right and maintain it. You’re going to want to redo your first version anway, better to not waste time and effort on complex solutions even if they’re more appealing. Saas is your friend.

  • SamC@lemmy.nz
    link
    fedilink
    arrow-up
    5
    ·
    10 months ago

    You could look at the development practices parts of extreme programming.

    Also remember software development is a craft to be mastered. It takes a lifetime of continuous improvement to get there.

  • bassdruminphonebox@beehaw.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    10 months ago

    I really like The Mythical Man-Month by Fred Brooks. It’s originally from 1975, based on his experience in managing a team that wrote the operating system for a series of IBM computers. So it doesn’t talk about modern tooling. But I do like the way it gives the lay of the land, so to speak. Lots of interesting ideas, and quite a lot of wonderful illustrations and diagrams too :)

    • case_whenOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      This looks really interesting! I’ll give it a go. Thanks!