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

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

      I personally also put Pydantic on the S tier.

      Also, I use (geo)pandas on a regular basis and when it comes to geometric operations Shapely is an amazing library.

  • flubba86@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    3 months ago

    That’s like saying “what’s the best ingredients to learn cooking with?”, firstly it all depends on what your want to eat, secondly it doesn’t really matter what the ingredients are to learn cooking skills.

  • adr1an@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    3 months ago

    Standard library of course. And collections module too, among the others that come by default. What you need is assignments to solve. Like project euler or hacker rank.

  • nxdefiant@startrek.website
    link
    fedilink
    arrow-up
    4
    ·
    3 months ago

    If you want to do web requests/ use API’s, use ‘requests’

    graphs/reporting, I’ve used ‘bokeh’ before, it was nice.

    I’ve never used PyDroid, so I’m not sure how you’d install things, but these are both available via pypi, python’s package repository.

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

      Pips pretty easy in pydroid, thanks! I’ll have a look at requests, since I’ve been wanting to mess with apis

  • Phegan@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    Make a plan of what you want to build. Start with the standard library. Google things you don’t know how to do, those libraries will show themselves to you.

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

      Thanks but Im just going to go ahead and do my own thing. Everyone’s very insistent about doing things a certain way in this thread and honestly its unsolicited advice. Not everything is an XY problem :). I’m just going to install my different, unconnected libraries and tinker in peace