|
|
The Python programming language came out of the Amoeba distributed operating system built by Andy Tanenbaum at the Free University in Amsterdam. Guido van Rossum, who was working in the Amoeba group, wanted a systems programming language somewhere between C and the Bourne shell, and created Python. Python now runs on a variety of different platforms, is fully object-oriented, compiles to an internal bytecode representation, and features an extensive class library. Ask about it here.
9 responses total.
<3 <3 <3 Python! <3 <3 <3
i like how the Python interpreter in Windows comes with a programming manual.
this is a funny way to learn python: www.pythonchallenge.com
I do not like how I cannot read Python code on a 80-character terminal. I think the funny structural indentation concept just leaves older hardware out.
Can't you set column width in puTTY and UNIX?
Yes, but try setting column width on a real VT-100 from circa 1980 sometime.
LA36 DECwriter came standard at 130 column.
resp:6 That sort of pre-dates Python by a good few years. By the time that language came to be, graphic terminals with bitmapped displays were quite common. This slavery to 80 column lines is counter- productive. That said, I write Python code that's mandated to have 80 column lines all the time in my civilian job (which I haven't been at in a couple of months now, but I digress). See, e.g., http://google-styleguide.googlecode.com/svn/trunk/pyguide.html#Line_length resp:7 132, I believe.
132, yea, that sounds better.
Response not possible - You must register and login before posting.
|
|
- Backtalk version 1.3.30 - Copyright 1996-2006, Jan Wolter and Steve Weiss