It's not letting me connect to your blog (says safety of connection not
established yada yada), anyway here's a suggestion:

I recently did a survey of a few implementation of Dijkstra's Algorithm in
Python (finds the shortest path in an undirected, weighted graph), and in
this notebook, Method 2 was very compact, ued only standard python
packages, and outperformed bigger implementation.  I think that would make
a great case for elegance.

http://nbviewer.ipython.org/github/hugadams/graph_materials/blob/master/path_algorithm_compare.ipynb#Method-2:-Chris-Laffa/Connelly-Barns-see-here

Links in notebook will get you to original authors.

On Thu, Feb 5, 2015 at 8:28 PM, Juan Nunez-Iglesias <jni.s...@gmail.com>
wrote:

> Hmm, not sure why this didn't render:
>
> Hi all,
>
> Sorry for cross posting but we are trying to get as many great submissions
> as possible! I'll keep things short with Raniere Silva's summary:
>
> *Long version:*
>
> http://ilovesymposia.com/2015/02/04/call-for-code-nominations-for-elegant-scipy/
> .
>
> *Short version:*
> Harriet Dashnow, Stéfan van der Walt, and I will be writing an O’Reilly
> book about the SciPy library and the surrounding ecosystem. (...)
>
> So, if you recently came across scientific Python code that made you go
> “Wow!” with its elegance, simplicity, cleverness, or power, please point us
> to it! (...)
>
> *How to submit*
> Reach @hdashnow, @stefanvdwalt or @jnuneziglesias on Twitter or just
> comment on the blog post,
> http://ilovesymposia.com/2015/02/04/call-for-code-nominations-for-elegant-scipy/
>
> Thanks!
>
> Juan.
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to