On Mon, Nov 3, 2014 at 9:07 AM, Dave Angel wrote:
> Brute force would take a few millenia, as something like
> ans = sum(range( BIG ) - sum(range(1000))
>
> But just knowing the math lets you simplify it to something like
>ans = (1000 + BIG) * (BIG - 1000) / 2
Suggestion: Master the brute
On 11/02/2014 04:03 PM, Seymore4Head wrote:
On Sun, 02 Nov 2014 19:42:49 +, Mark Lawrence
wrote:
On 02/11/2014 19:10, Seymore4Head wrote:
On Sun, 2 Nov 2014 12:16:11 -0500, Joel Goldstick
wrote:
On Sun, Nov 2, 2014 at 10:08 AM, Peter Otten <__pete...@web.de> wrote:
Huhuai Fan wrote:
On Sun, Nov 2, 2014 at 4:03 PM, Seymore4Head
wrote:
> On Sun, 02 Nov 2014 19:42:49 +, Mark Lawrence
> wrote:
>
>>On 02/11/2014 19:10, Seymore4Head wrote:
>>> On Sun, 2 Nov 2014 12:16:11 -0500, Joel Goldstick
>>> wrote:
>>>
On Sun, Nov 2, 2014 at 10:08 AM, Peter Otten <__pete...@web.de>
On Sun, 02 Nov 2014 19:42:49 +, Mark Lawrence
wrote:
>On 02/11/2014 19:10, Seymore4Head wrote:
>> On Sun, 2 Nov 2014 12:16:11 -0500, Joel Goldstick
>> wrote:
>>
>>> On Sun, Nov 2, 2014 at 10:08 AM, Peter Otten <__pete...@web.de> wrote:
Huhuai Fan wrote:
> Thanks for your help,
On Sun, 02 Nov 2014 19:42:49 +, Mark Lawrence
wrote:
>On 02/11/2014 19:10, Seymore4Head wrote:
>> On Sun, 2 Nov 2014 12:16:11 -0500, Joel Goldstick
>> wrote:
>>
>>> On Sun, Nov 2, 2014 at 10:08 AM, Peter Otten <__pete...@web.de> wrote:
Huhuai Fan wrote:
> Thanks for your help,
On 02/11/2014 19:10, Seymore4Head wrote:
On Sun, 2 Nov 2014 12:16:11 -0500, Joel Goldstick
wrote:
On Sun, Nov 2, 2014 at 10:08 AM, Peter Otten <__pete...@web.de> wrote:
Huhuai Fan wrote:
Thanks for your help, but i have no idea to find a project that i can
complete,i am now in perplexed for
On Sun, 2 Nov 2014 12:16:11 -0500, Joel Goldstick
wrote:
>On Sun, Nov 2, 2014 at 10:08 AM, Peter Otten <__pete...@web.de> wrote:
>> Huhuai Fan wrote:
>>
>>> Thanks for your help, but i have no idea to find a project that i can
>>> complete,i am now in perplexed for what to do
>>
>> Then write a s
On 2014-11-02, Chris Angelico wrote:
> On Sun, Nov 2, 2014 at 11:31 AM, Grant Edwards
> wrote:
>> On 2014-11-01, alister wrote:
>>
>> "The IETF motto is 'rouch consesus and running code'"
>>
>> -- Scott Bradner (Open Sources, 1999 O'Reilly and Associates)
>>
>> I don't get it, and googling di
>>
>>
>
> If you like math puzzles you can do the euler project stuff
>
> --
> Joel Goldstick
> http://joelgoldstick.com
> --
> https://mail.python.org/mailman/listinfo/python-list
Ooh. I had to jump onboard to defend this. Project Euler is an absolute delight
to do with Python :)
You sho
On Sun, Nov 2, 2014 at 10:08 AM, Peter Otten <__pete...@web.de> wrote:
> Huhuai Fan wrote:
>
>> Thanks for your help, but i have no idea to find a project that i can
>> complete,i am now in perplexed for what to do
>
> Then write a small text-based brainstorming app!
>
> --
> https://mail.python.or
Huhuai Fan wrote:
> Thanks for your help, but i have no idea to find a project that i can
> complete,i am now in perplexed for what to do
Then write a small text-based brainstorming app!
--
https://mail.python.org/mailman/listinfo/python-list
在 2014年11月2日星期日UTC+8上午8时31分39秒,Grant Edwards写道:
> On 2014-11-01, alister wrote:
>
> "The IETF motto is 'rouch consesus and running code'"
>
> -- Scott Bradner (Open Sources, 1999 O'Reilly and Associates)
>
> I don't get it, and googling didn't help. What is "rouch" consensus?
>
> --
> Gran
On Sun, Nov 2, 2014 at 11:31 AM, Grant Edwards wrote:
> On 2014-11-01, alister wrote:
>
> "The IETF motto is 'rouch consesus and running code'"
>
> -- Scott Bradner (Open Sources, 1999 O'Reilly and Associates)
>
> I don't get it, and googling didn't help. What is "rouch" consensus?
Presumably
On 2014-11-02 00:31, Grant Edwards wrote:
On 2014-11-01, alister wrote:
"The IETF motto is 'rouch consesus and running code'"
-- Scott Bradner (Open Sources, 1999 O'Reilly and Associates)
I don't get it, and googling didn't help. What is "rouch" consensus?
I googled for:
"Scott Bra
On 2014-11-01, alister wrote:
"The IETF motto is 'rouch consesus and running code'"
-- Scott Bradner (Open Sources, 1999 O'Reilly and Associates)
I don't get it, and googling didn't help. What is "rouch" consensus?
--
Grant
--
https://mail.python.org/mailman/listinfo/python-list
On Sun, Nov 2, 2014 at 9:01 AM, alister
wrote:
> find a task you need a solution too.
> are there any regular admin task you perform that could be automated?
> do you have any hobbies that could benefit from computerisation?
>
> genuine tasks are always better that those created purely to teach
I
On Sat, 01 Nov 2014 08:01:12 -0700, fanhuhuai wrote:
> i will finish the python course on codecademy soon,i dont konw how to
> improve my skill and what can i do to use it ,some projects ? should i
> learn others course ?
find a task you need a solution too.
are there any regular admin task you p
17 matches
Mail list logo