1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【2023年版】Pythonリポジトリのコミット動向、主要言語との比較

Last updated at Posted at 2024-10-30

2023年のPythonリポジトリのコミット数を Author ごとの時系列グラフにしてみました。

2023年のPythonリポジトリの総コミット数は4458回でした。この数は、主要なプログラミング言語の中だと PHP より大きくて Java より小さいです。

Author の合計人数は645名です。上位5名で合計1490コミット、全体の33%を占めています。

python-commits.gif

  • 集計したリポジトリは python/cpython - GitHub の main ブランチです
  • グラフデータには git log -n 10000000 --date short --pretty=format:"%ad%x09%h%x09%an" を使いました
  • 2023年の総コミット数は egrep '^2023' commits.txt | wc -l で集計しました
  • マージコミットや bot のコミットはそのまま含めています
  • リポジトリによってはコミッターが複数のコミットを集約しています

参考までに、2023年の主要なプログラミング言語のコミット数の時系列グラフはこちらです。

all-commits-2023.gif

言語名 コミット数 Author 数 平均コミット数
Rust 28014 1103 25.3
Swift 16181 224 72.2
Kotlin 10363 191 54.2
C,C++(GCC) 9870 383 25.7
Ruby 6767 307 22.0
Java(OpenJDK) 4729 380 12.4
Python 4458 645 6.9
PHP 3765 144 26.14
Go 3685 322 11.4
JavaScript(Node.js) 2687 360 7.4
Perl 1776 87 20.4
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?