Topp Engineering
created June 20, last updated August 4 Join
A place for TOPP engineers to talk and blog about their work.
Blog
-
I did a bit more work on the Python optimizer last week. This time, the problem was tuple assignment. Consider the code: a, (b, c) = d, e = 1, (2, 3) This would get translated to: LOAD_CONST 1 LOAD_CONST (2, 3) BUILD_TUPLE 2 # builds the tuple (1, (2, 3) DUP_TOP # duplicates the [...]
by novalis, November 18 -
Zope 2 / Five permissions gotcha
by Paul Winkler, November 13 -
Beautiful Application File Layouts
7 commentsby nickyg, November 7 -
Optimizing Python
2 commentsby novalis, November 4 -
What Bothers Me About The Component Architecture
8 commentsby ianb, October 20 - See all blog posts
Discussions
-
Problem solving incubator
by k0s, November 19 -
Re: Problem solving incubator
by ejucovy, November 19 -
Re: Problem solving incubator
by ejucovy, November 18 -
Re: Re: Re: limebits
by citrus, November 17 -
limebits
by magicbronson, November 17 - See all discussions
Pages
-
Home
edited by nicholasbs, June 20 - See all pages