[Tutor] btree problems

Justin Sheehy dworkin@ccs.neu.edu
15 Mar 2000 15:43:59 -0500


Bruce Sass <bsass@freenet.edmonton.ab.ca> writes:

> Is Python a good first introduction to OOP, or does it have quirks that 
> will cause problems/confusion when I delve into C++?

If what you want is to learn OOP, Python is an excellent choice.  

I know a few people who felt that they didn't really grok OOP for a
while, but picked up the basic concepts very quickly once they started
using Python.

I wouldn't recommend C++ as a learning tool for learning anything
other than C++.

-Justin