bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracies in news by Fidget-Spinner · Pull Request #26096 · python/cpython

@Fidget-Spinner wanted to know if there is a discord or community page for python contributors? Also how does one go about starting the process of contribution like finding an issue with such a repo?

Hi @Pretty-19 , thanks for your interest in contributing to Python. The official guide for CPython development is the devguide https://devguide.python.org/. It does a way better job answering your questions than I can.

Personally I also recommend https://realpython.com/start-contributing-python/ . It's much easier to follow for a completely new contributor.

BTW, you'll learn of better avenues to get help if you read those resources. Asking on a random pull request may not always be conducive (unless your question relates to the PR itself)!