I’m at work in a slow moment with only my phone and pydroid, I wanted to see if there was anything I could learn and mess around with while I’m here

  • yokonzo@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    3 months ago

    That’s assuming I want to build a project, right now I’m messing around with numpy building arrays in different dimensions and multiplying them.

    I know, but this is the weird way I learn things

    • ericjmorey@programming.dev
      link
      fedilink
      arrow-up
      8
      ·
      3 months ago

      Sounds like your project is building arrays in different dimensions and multiplying them.

      Maybe give polars and pandas a try.

      Definitely check out SciPy

    • megaman@discuss.tchncs.de
      link
      fedilink
      arrow-up
      3
      ·
      3 months ago

      I learned a lot about pandas (a library built mostly on top of numpy) by going to stackoverflow and trying to answer questions with the tag. Hopefully the questions have a minimal reproducible example and are isolated to one specific question