Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Chris Angelico
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

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Dave Angel
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:

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Joel Goldstick
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>

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Seymore4Head
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,

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Seymore4Head
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,

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Mark Lawrence
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

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Seymore4Head
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

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Grant Edwards
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

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Abhiram
>> >> > > 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

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Joel Goldstick
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

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Peter Otten
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

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-02 Thread Huhuai Fan
在 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

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-01 Thread Chris Angelico
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

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-01 Thread MRAB
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

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-01 Thread 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? -- Grant -- https://mail.python.org/mailman/listinfo/python-list

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-01 Thread Chris Angelico
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

Re: what can i do to improve my skill after finished python course on codecademy

2014-11-01 Thread alister
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