Request to edit PythonGraphLibraries wiki page
Hello, My name is Teddy Chan and I’d like to edit the PythonGraphLibraries wiki page <https://wiki.python.org/moin/PythonGraphLibraries>. How I would like to edit: I’d like to add an ‘Other Libraries’ section and add EasyGraph <https://easy-graph.github.io/>, a python graph library developed by my team, to that section. My wiki name: TeddyChan What’s EasyGraph? EasyGraph is an open source graph processing library. It is written in Python and supports analysis for undirected graphs and directed graphs. It covers advanced graph processing methods in structural hole spanners detection, graph embedding and several classic methods (subgraph generation, connected component discovery and isomorphic graph generation). EasyGraph integrates state-of-the-art graph processing approaches and implements them using Python. EasyGraph covers a series of advanced graph processing algorithms include structural hole spanners detection (HIS, MaxD, Common_Greedy, AP_Greedy and HAM), and graph representation learning (DeepWalk, Node2Vec, LINE and SDNE). Besides, for a number of general graph processing approaches, EasyGraph optimizes the algorithms and introduces parallel computing methods to achieve high efficiency. Why another graph library? EasyGraph is different because it: - Supports rich graph I/O data and multigraph; - Holds unique graph processing algorithms, such as structural hole spanners detection; - Leverages multiprocessing techniques and hybrid implementation. Thank you for your time, Teddy
Hi Teddy, thank you for helping to make the wiki better. You should now be able to edit the page. Thanks, -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Mar 25 2022)
Python Projects, Coaching and Support ... https://www.egenix.com/ Python Product Development ... https://consulting.egenix.com/
::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 https://www.egenix.com/company/contact/ https://www.malemburg.com/ On 25.03.2022 13:53, Teddy Chan wrote:
Hello,
My name is Teddy Chan and I’d like to edit the PythonGraphLibraries wiki page <https://wiki.python.org/moin/PythonGraphLibraries>.
How I would like to edit: I’d like to add an ‘Other Libraries’ section and add EasyGraph <https://easy-graph.github.io/>, a python graph library developed by my team, to that section.
My wiki name: TeddyChan
What’s EasyGraph?
EasyGraph is an open source graph processing library. It is written in Python and supports analysis for undirected graphs and directed graphs. It covers advanced graph processing methods in structural hole spanners detection, graph embedding and several classic methods (subgraph generation, connected component discovery and isomorphic graph generation).
EasyGraph integrates state-of-the-art graph processing approaches and implements them using Python. EasyGraph covers a series of advanced graph processing algorithms include structural hole spanners detection (HIS, MaxD, Common_Greedy, AP_Greedy and HAM), and graph representation learning (DeepWalk, Node2Vec, LINE and SDNE). Besides, for a number of general graph processing approaches, EasyGraph optimizes the algorithms and introduces parallel computing methods to achieve high efficiency.
Why another graph library? EasyGraph is different because it: - Supports rich graph I/O data and multigraph; - Holds unique graph processing algorithms, such as structural hole spanners detection; - Leverages multiprocessing techniques and hybrid implementation.
Thank you for your time, Teddy
_______________________________________________ pydotorg-www mailing list pydotorg-www@python.org https://mail.python.org/mailman/listinfo/pydotorg-www
participants (2)
-
Marc-Andre Lemburg -
Teddy Chan