Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35851
| From | Roy Smith <roy@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Python is awesome (Project Euler) |
| Date | 2012-12-31 09:18 -0500 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <roy-356AC0.09185931122012@news.panix.com> (permalink) |
If you haven't heard of it, you should check out Project Euler (http://projecteuler.net/). It's a series of (currently) 408 math-oriented programming problems, of varying degrees of difficulty. The tie-in to this group is just how many of them are trivial in Python. There's a whole slew of them which become one-liners due to Python's long int support. For example, http://projecteuler.net/problem=48. Datetime made me feel like I was cheating when I did http://projecteuler.net/problem=19. When you work with something as cool as Python every day, sometimes you lose sight of just how awesome it is. Thanks to everybody who has worked to make Python possible.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Python is awesome (Project Euler) Roy Smith <roy@panix.com> - 2012-12-31 09:18 -0500
Re: Python is awesome (Project Euler) "Alex" <foo@email.invalid> - 2012-12-31 16:46 +0000
Re: Python is awesome (Project Euler) Grant Edwards <invalid@invalid.invalid> - 2012-12-31 17:36 +0000
Re: Python is awesome (Project Euler) Roy Smith <roy@panix.com> - 2012-12-31 13:45 -0500
Re: Python is awesome (Project Euler) Neil Cerutti <neilc@norwich.edu> - 2013-01-02 19:11 +0000
Re: Python is awesome (Project Euler) Roy Smith <roy@panix.com> - 2013-01-02 21:38 -0500
Re: Python is awesome (Project Euler) Ramchandra Apte <maniandram01@gmail.com> - 2013-01-02 05:12 -0800
csiph-web