For a while I've been looking to learn a programming (Even though Python is scripting.) language. I figured python was a good place to start. Problem is, OOP doesnt really make sense to me. Would anyone be able to explain or link a page that would make it 'click'?
Name:
Anonymous2007-09-01 12:39 ID:TL+8H8vK
It matters if you're programming applications you want other people to use. Demanding an interpreter that most users aren't likely to have installed is pretty bad. You either get "To use this program you have to download and install <obscure interpreter>", which is a big turn-off, or you include it and end up with a 10 mb bigger download, which is horrible for small programs.