PEP8 79 char max

Steven D'Aprano steve+comp.lang.python at pearwood.info
Thu Aug 1 15:03:04 EDT 2013


On Thu, 01 Aug 2013 18:21:32 +0100, Joshua Landau wrote:

> On 31 July 2013 17:32, Grant Edwards <invalid at invalid.invalid> wrote:
> 
>> On 2013-07-31, Tim Chase <python.list at tim.thechases.com> wrote:
>> > On 2013-07-31 07:16, Joshua Landau wrote:
>> >> On 30 July 2013 18:52, Grant Edwards wrote:
>> >>> I also find intializers for tables of data to be much more easily
>> >>> read and maintained if the columns can be aligned.
>> >>
>> >> Why do you have tables in your Python code?
>>
>> For example: if you're writing an assembler, you usually have a table
>> of mnemonics/opcodes/instruction-format/addressing-modes.
> 
> 
> Why are you writing an assembler?


Maybe he's (re-)creating PyPy :-)


-- 
Steven



More information about the Python-list mailing list