Seeking a Comprehensive NLP Corpus for Python-Related Vocabulary

I’m looking for an existing NLP corpus that focuses on Python-related vocabulary, including terms frequently used in Python programming. Currently, I’m extracting words directly from source code, such as imports, function names, and assignments, along with a small collection of common programming terms. However, I’d like to expand this corpus with more general Python-related terms to enhance its comprehensiveness. Any suggestions or resources for obtaining a richer Python-specific vocabulary corpus would be greatly appreciated. Thank you!