ate .NET to the latest version (a
mere 4.5GB download).
And there would have been a page where you told it what parts you wanted.
--
bartc
--
https://mail.python.org/mailman/listinfo/python-list
On 25/11/2017 16:07, Michael Torrie wrote:
> On 11/25/2017 06:00 AM, bartc wrote:
>> And there's a quite lot left of the rest of the program to worry about too!
>>
>> If you add 'window()' at the end of the program, then it seems to run on
>> Python 3. I
On 26/11/2017 14:23, Chris Angelico wrote:
> On Mon, Nov 27, 2017 at 1:11 AM, bartc wrote:
>> The way I write code isn't incrementally top down or bottom up. It's
>> backwards and forwards. Feedback from different parts means the thing
>> develops as a whole.
ng white.
There are a couple of lines that look like this:
self.grid.squarebuttons[column].flash()
If you comment out those two lines, then the flashing disappears, and it still
works.
Of course, if I'd used unit tests, I'd have figured that out a lot sooner. I
would just
27;t defined with special byte-code
instructions.
(It will be done /via/ those instructions, but the magic needed is on the other
side of them. Calling into sys.fn() uses the same CALL_FUNCTION byte-code as
calling into a regular Python function.)
As I said, it's not pure. More of a jungle as you've found out.)
--
bartc
--
https://mail.python.org/mailman/listinfo/python-list
On 27/11/2017 03:04, Michael Torrie wrote:
> On 11/26/2017 08:39 AM, bartc wrote:
>> The problem was traced to two lines that were in the wrong order (in the
>> original program). I can't see how unit tests can have helped in any way
>> at all, and it would proba
On 27/11/2017 12:54, Cai Gengyang wrote:
>
> Input :
>
> count = 0
>
> if count < 5:
>print "Hello, I am an if statement and count is", count
>
> while count < 10:
>print "Hello, I am a while and count is", count
>count += 1
>
> Output :
>
> Hello, I am an if statement and count is 0
>
On 27/11/2017 13:57, Chris Angelico wrote:
> On Mon, Nov 27, 2017 at 10:38 PM, bartc wrote:
> Your decoder was straight-up buggy, and tests would have proven this.
I created my Python version after the abysmal results from other Python
decoders I tried which didn't work at all, gav
On 27/11/2017 17:41, Chris Angelico wrote:
> On Tue, Nov 28, 2017 at 2:14 AM, bartc wrote:
>> JPEG uses lossy compression. The resulting recovered data is an
>> approximation of the original.
>
> Ah but it is a perfect representation of the JPEG stream. Any given
> compr
On 25/11/2017 16:07, Michael Torrie wrote:
> On 11/25/2017 06:00 AM, bartc wrote:
>> And there's a quite lot left of the rest of the program to worry about too!
>>
>> If you add 'window()' at the end of the program, then it seems to run on
>> Python 3. I
ng white.
There are a couple of lines that look like this:
self.grid.squarebuttons[column].flash()
If you comment out those two lines, then the flashing disappears, and it still
works.
Of course, if I'd used unit tests, I'd have figured that out a lot sooner. I
would just
27;t defined with special byte-code
instructions.
(It will be done /via/ those instructions, but the magic needed is on the other
side of them. Calling into sys.fn() uses the same CALL_FUNCTION byte-code as
calling into a regular Python function.)
As I said, it's not pure. More of a jungle as you've found out.)
--
bartc
--
https://mail.python.org/mailman/listinfo/python-list
On 26/11/2017 14:23, Chris Angelico wrote:
> On Mon, Nov 27, 2017 at 1:11 AM, bartc wrote:
>> The way I write code isn't incrementally top down or bottom up. It's
>> backwards and forwards. Feedback from different parts means the thing
>> develops as a whole.
On 25/11/2017 16:07, Michael Torrie wrote:
> On 11/25/2017 06:00 AM, bartc wrote:
>> And there's a quite lot left of the rest of the program to worry about too!
>>
>> If you add 'window()' at the end of the program, then it seems to run on
>> Python 3. I
ng white.
There are a couple of lines that look like this:
self.grid.squarebuttons[column].flash()
If you comment out those two lines, then the flashing disappears, and it still
works.
Of course, if I'd used unit tests, I'd have figured that out a lot sooner. I
would just
27;t defined with special byte-code
instructions.
(It will be done /via/ those instructions, but the magic needed is on the other
side of them. Calling into sys.fn() uses the same CALL_FUNCTION byte-code as
calling into a regular Python function.)
As I said, it's not pure. More of a jungle as you've found out.)
--
bartc
--
https://mail.python.org/mailman/listinfo/python-list
1101 - 1116 of 1116 matches
Mail list logo