Re: Questions on Using Python to Teach Data Structures and Algorithms
- From: "Ramon Diaz-Uriarte" <rdiaz02@xxxxxxxxx>
- Date: Thu, 28 Sep 2006 22:50:13 +0200
On 9/28/06, Fredrik Lundh <fredrik@xxxxxxxxxxxxxx> wrote:
Ramon Diaz-Uriarte wrote:
> Going back to the original question, a related question: does anybody
> know why there are so few books on data structures and algorithms that
> use Python?
Probably because Python has "better than textbook" implementations of
core structures, and "better than textbook" implementations of many core
algorithms, so lots of things can be done more efficiently by combining
existing structures and algorithms than by using "textbook" algorithms.
OK, point taken. But having that shown explicitly in a (variety of)
traditional-looking DSA textbooks would be great. (And for some of us,
it might provide a conforting: "oh man, see how easy it is now with
Python"). After all, I think DSA classes are standard in CS
curricula. And what does the budding Python programmer answer to his
Pascal friend when he says "look, here is my linked list"?
Best,
R.
</F>
--
http://mail.python.org/mailman/listinfo/python-list
--
Ramon Diaz-Uriarte
Bioinformatics Unit
Spanish National Cancer Centre (CNIO)
http://ligarto.org/rdiaz
.
- References:
- Questions on Using Python to Teach Data Structures and Algorithms
- From: efrat
- Re: Questions on Using Python to Teach Data Structures and Algorithms
- From: bearophileHUGS
- Questions on Using Python to Teach Data Structures and Algorithms
- Prev by Date: Re: Survival of the fittest
- Next by Date: Re: best way to get data into a new instance?
- Previous by thread: Re: Questions on Using Python to Teach Data Structures and Algorithms
- Next by thread: Re: Questions on Using Python to Teach Data Structures and Algorithms
- Index(es):
Relevant Pages
|