Welcome to c/Python, the go to place to discuss Python tools, techniques, and news.

We’re just getting started, so please use this thread to suggest what this community should look like, what it should cover, and how it should operate.

  • stOneskull
    link
    0
    edit-2
    1 year ago

    i wonder what python version should be recommended as standard? should it be what debian stable currently has as its lastest? i’ve found some things can’t handle the new-ness of 3.11. so is it 3.10?

    • @qwop
      link
      21 year ago

      3.11 has been out long enough that it is supported by almost all mainstream libraries now. Unless you have a reason to use an older version (of which there are quite a few to be fair), 3.11 would be my default.

      • stOneskull
        link
        1
        edit-2
        1 year ago

        the OpenAI API doesn’t like 3.11 at the moment but yeah, it’s easy enough to use an earlier version, especially with conda