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

  • @ericjmorey
    link
    193 days ago

    Entirely depends on the project you want to build

    • @[email protected]OP
      link
      fedilink
      English
      4
      edit-2
      3 days 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
        link
        82 days 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

      • exu
        link
        fedilink
        English
        73 days ago

        In that case, maybe get a good textbook and follow the examples.

        • @ericjmorey
          link
          12 days ago

          People keep telling me that scrapy is the best for scraping but I haven’t had time to try it yet.

      • @[email protected]
        link
        fedilink
        43 days 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