Masthash

#networkx

slackline
1 month ago

Got to wrap my head around graph theory as implemented in #NetworkX (a #Python package).

Obviously official docs are my starting point but if anyone can recommend good articles (including academic ones) that explain graph theory to beginners links would be very much appreciated.

#Ta

jeancf
1 month ago

Gone for good.
#NetworkX conference, Paris

Empty booth of Nethternity Networks

A new release 3.2 of the incredible library NetworkX (the Network Analysis tool in Python)

Many improvements including Kemeny's constant on undirected and directed graphs.

#networkx #python #opensource #networkanalysis #graphtheory #graph

🔗 Release notes - https://networkx.org/documentation/stable/release/release_3.2.html

Elias Dabbas :verified:
2 months ago

Sharing the first version of an SEO audit and analysis template in #Python, #advertools, #pandas, #networkx, & #plotly

🔵 Notebook meant to be a starting point
🔵 Low code, highly customizable
🔵 Can be converted to an HTML file shareable, emailable
🔵 Interactively explore the elements you want
🔵 Expecting, hoping for suggestions, improvement (code and non-code)

Full video/explanation here (with link to the code and data):

https://bit.ly/3Zs2MkR

#DataScience #DataVisualization #dashboard #SEO

Osunderdog
4 months ago

Discrete math sunday
#digraph #python #networkx

A directed acyclic graph showing jobs and dependencies

O querido @vepo andou postando um texto massa sobre #grafos: https://blog.vepo.dev/posts/duas-formas-de-pensar-grafos

Isso me lembrou que eu gostaria de continuar lendo o #ThinkComplexity do Downey que é aberto e começa com #Python #networkx:
https://greenteapress.com/complexity2/html/index.html

Zane Selvans
6 months ago

Anybody have a favorite tutorial for how to draw pretty network (graph) diagrams using #NetworkX and #GraphViz

We're building calculation trees that represent the relationships between different fields in the FERC Form 1 (e.g. how hundreds of granular reported values aggregate up to a utility's balance sheet or income streams) based on XBRL metadata (which we've cleaned up significantly) but the default output leaves something to be desired.

#DataViz #EnergyMastodon #PyData #EnergyTransition

Will Deakin
7 months ago

The sx layer in the GeoPKG uses the centre-line track-model overlay on OpenStreetMap #OSM rail data based on minimum point to track distance

The ox uses only OSM data for track and meta-data tags

TIPLOC and STANOX locations are matched using the #NetworkRail OpenDataFeeds #CORPUS dataset

Code is developed in #python using #Geopandas #networkx #osmnx #Momepy #Shapely and #bash shell

Ed Rogers
7 months ago

Nick Muoh giving a fantastic talk at #PyCon. Into the Logisticverse: Improving Efficiency in Transportation Networks using #Python

@PyConUS #networkx #pandas #PyConUS

https://us.pycon.org/2023/schedule/presentation/61/

Nick presenting the first slide of his talk, "Into the Logisticverse"
Juan Luis
8 months ago

Noticias sobre Python y Datos de la semana, episodio 73 🐍⚙️

En resumen: Versiones nuevas de JupySQL, Modin, Prefect y más, machine learning "doble", detección de comunidades en grafos, ojo a la chi2 de scikit-learn, y noticias del viejo Spyder

https://astrojuanlu.substack.com/p/episodio-73

Apoya el noticiero suscribiéndote por correo 📬

#python #pydata #jupysql #ploomber #modin #prefect #doubleml #networkx #sklearn #spyder

Noticias sobre Python y Datos de la semana, episodio 73 

En resumen: Versiones nuevas de JupySQL, Modin, Prefect y más, machine learning "doble", detección de comunidades en grafos, ojo a la chi2 de scikit-learn, y noticias del viejo Spyder
Tanguy Fardet
9 months ago

1. Don't touch your code for 6 months.
2. Come back, do stuff, push... all tests fail -_-

Over these past 6 months:

- #shapely made their geometries immutable (that was a pain)
- #Networkx decided to move to #scipy sparse arrays, even though they are nowhere near finished and the move was almost guaranteed to break code
- #graph_tool moved a function to another module
- #matplotlib 3.7 made ArtlstList immutable
- #nest broke their ubuntu package

How's *your* day going?

#Python #FOSS #FLOSS

Jane Adams
1 year ago

Any #networkscience #complexsystems #netsci friends know off-hand which #networkX function reads this JSON format?

'nodes': [81472, 81568, 81484, 81452, 81428, 81500],
 'edges': [[81472, 81568],
  [81428, 81472],
  [81484, 81568],
  [81472, 81484],
  [81428, 81452],
  [81484, 81500]],
Søren Fuglede Jørgensen
3 years ago

Summer time is open source time. Warm-up: Make sure that Python graph library #NetworkX can calculate minimum weight matchings of bipartite graphs without assuming that the underlying graphs are complete. [0]

This is useful whenever "something" has to be "assigned" to "someone" where each "someone" has preferences about what they're being assigned. [1] This turns out to be a common subproblem in combinatorics and constraint satisfaction.

[0] https://github.com/networkx/networkx/pull/4057
[1] https://en.wikipedia.org/wiki/Assignment_problem

Silmathoron
4 years ago

For people interested in #networks and especially networks in #neuroscience, I just rolled out the latest version of my NNGT library (in Python)
https://frama.link/PAemKdSN

It provides a single interface to the three libraries #networkx, #igraph and #graph_tool, plus additional tools to build neuronal networks and simulate them with #NEST

Edward L Platt
6 years ago

Wrote a Clauset-Newman-Moore community detection package (fast modularity maximization) for #networkx. @aaronclauset@twitter.com

https://github.com/networkx/networkx/pull/2871