Questions on Using Python to Teach Data Structures and Algorithms

Bruno Desthuilliers onurb at xiludom.gro
Thu Sep 28 04:19:24 EDT 2006


efrat wrote:
>   Hello,
> 
>   I'm planning to use Python in order to teach a DSA (data structures
> and algorithms) course in an academic institute. If you could help out
> with the following questions, I'd sure appreciate it:
(snip)
> 2. Suppose I have some file example.py, and I'd like to incorporate it
> **into** part of an HTML page with nice syntax highlighting and all the
> shebang. Is there an easy way to do so?

I suppose this has more to do with the course presentation than with
it's content !-)

However, Trac's wiki is probably a good solution here.

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list