Community
A Python implementation of Girvan-Newman algorithm
Install / Use
/learn @kjahan/CommunityREADME

Detecting Communities in Weighted Graphs
Input
A weighted graph G. See graph.txt file as a sample for the input graph format. It's a CSV file where each line has the following format:
u,v,w
Above line specifies that there is an edge between node u and v with positive weight w. The lowest id should be zero and the nodes id's increase. If you want to used this code for an unweighted graph, simply set the weight equal to one on each input line.
Output
This code runs Girvan-Newman algorithm and returns a list of detected communities with maximum modularity.
Dependencies
For running the python code, you need to install Python 3 and NetworkX package on your machine. Check link below for more details:
https://networkx.github.io/documentation/latest/install.html
Girvan-Newman Algorithm Description
You can find the details for how Girvan-Newman algorithm works from the following link:
http://www.kazemjahanbakhsh.com/codes/cmty.html
How to run Python script
python cmty.py graph.txt
If you have any question about the code or you want to report a bug, please contact me @ <b>k DOT jahanbakhsh AT gmail DOT com</b>.
Licence
Copyright (c) 2013 Black Square Media Ltd. All rights reserved.
(The MIT License)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Related Skills
claude-opus-4-5-migration
83.2kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
model-usage
337.3kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
TrendRadar
49.8k⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
mcp-for-beginners
15.6kThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.
