Commit Graph

384 Commits

Author SHA1 Message Date
Mark Pilgrim 2193602838 changed alphametics to use set() instead of set comprehensions, which neatly dovetails with my irrational reluctance to explain comprehensions 2009-07-15 09:54:39 -04:00
Mark Pilgrim f14715ed37 optimized images 2009-07-15 02:06:51 -04:00
Mark Pilgrim 6f0e6dafb7 wording 2009-07-15 02:02:56 -04:00
Mark Pilgrim 6046bc0cf6 build fiddling 2009-07-15 02:00:18 -04:00
Mark Pilgrim e159182e7a about page fiddling 2009-07-15 01:57:28 -04:00
Mark Pilgrim 07ced98b41 class=nd fiddling 2009-07-14 20:51:14 -04:00
Mark Pilgrim d5af08d0cb added org-mode outline 2009-07-14 20:50:49 -04:00
Mark Pilgrim 6cb6013d90 added bit about overlapping matches in re.findall 2009-07-14 11:02:00 -04:00
Mark Pilgrim 8a0f7ffda1 fixed typo, and added note about lack of progress indicator 2009-07-14 01:01:09 -04:00
Mark Pilgrim 584614b739 really fixed numbering 2009-07-14 00:52:38 -04:00
Mark Pilgrim d7c798a2d5 added link 2009-07-14 00:49:39 -04:00
Mark Pilgrim d0f392cb52 removed stray notes about caching 2009-07-14 00:47:00 -04:00
Mark Pilgrim 44082d46f3 expand and explain the instance/class attribute example 2009-07-14 00:43:51 -04:00
Mark Pilgrim 34bbe9e9d6 open file as late as possible (in __iter__, not __init__) 2009-07-14 00:28:46 -04:00
Mark Pilgrim d86eb45f24 css fix 2009-07-14 00:19:04 -04:00
Mark Pilgrim 4302e3613d added section on exceptions to your-first-python-program 2009-07-14 00:07:18 -04:00
Mark Pilgrim 959de083ea added sidebar about special methods 2009-07-13 22:12:11 -04:00
Mark Pilgrim df99f75902 clarified what we mean by constructor 2009-07-13 21:52:08 -04:00
Mark Pilgrim 4224a9606c move self.a, self.b to separate lines 2009-07-13 21:47:38 -04:00
Mark Pilgrim e48dd05efc Backed out changeset a8db44ccd0d7 2009-07-13 21:43:40 -04:00
pilgrim@NYC-B2A40918377.ad.corp.google.com 964677f782 move self.a, self.b to separate lines 2009-07-13 21:40:07 -04:00
Mark Pilgrim 6a47f51f98 some more further reading links 2009-07-09 01:50:24 -04:00
Mark Pilgrim f67581298a fixed numbering, fixed file() typo, take rules file as an argument in plural5.py 2009-07-09 01:42:21 -04:00
Mark Pilgrim d07bb6397c added list(fib(1000)) example 2009-07-09 01:35:21 -04:00
Mark Pilgrim 948bb064c8 raise exception at end of plural5.plural() if no rule matched. a rule should always match 2009-07-09 01:26:39 -04:00
Mark Pilgrim 3478b62a6d use with instead of try..finally, add forward references to still-unwritten Files chapter 2009-07-09 01:21:14 -04:00
Mark Pilgrim 83c4c0528c added paragraph about fallback rule in #a-list-of-patterns 2009-07-08 18:17:52 -04:00
Mark Pilgrim 87b1b711b9 expanded on 'mapping' concept a bit 2009-07-08 17:02:06 -04:00
Mark Pilgrim 84fb68a1c4 lists --> tuples in plural*.py examples and accompanying text 2009-07-08 16:56:11 -04:00
Mark Pilgrim 75a87e9865 changed chapter title at editor's request 2009-07-08 16:49:17 -04:00
Mark Pilgrim 44edcb17a9 fixed chapter numbers. do we miss docbook yet? 2009-07-08 16:43:28 -04:00
Mark Pilgrim 73d314cd87 typo 2009-07-08 16:41:36 -04:00
Mark Pilgrim 3b96c0f379 added None.groups() example 2009-07-08 16:40:55 -04:00
Mark Pilgrim d160e10b02 changed Perl 5 reference 2009-07-05 07:16:56 -04:00
Mark Pilgrim c6d0cd8cbc added section on slicing strings 2009-07-05 07:12:53 -04:00
Mark Pilgrim 94ac30e76f added FIXME for list comprehensions 2009-07-05 06:58:24 -04:00
Mark Pilgrim 06a1c5f95a mention lstrip() and strip() 2009-07-05 06:53:19 -04:00
Mark Pilgrim a23de873b8 mention urllib.parse.parse_qs 2009-07-05 06:51:23 -04:00
Mark Pilgrim 1276cd7afe added quote from PEP 3101 2009-07-05 06:43:47 -04:00
Mark Pilgrim b75c7e5115 added link to classes-and-iterators 2009-07-04 01:03:08 -04:00
Mark Pilgrim d49011cb4f finished #sets 2009-07-04 01:01:21 -04:00
Mark Pilgrim 1380f2f47a some text in #sets 2009-07-04 00:35:42 -04:00
Mark Pilgrim 5d543d4221 added sets-in-a-boolean-context 2009-07-03 23:06:29 -04:00
Mark Pilgrim fbd3c859de skeleton of new native-datatype#sets section 2009-07-03 23:01:59 -04:00
Mark Pilgrim 4919d9fd61 validation typo 2009-07-03 16:44:10 -04:00
Mark Pilgrim 191d0fd081 validation typo 2009-07-03 16:42:58 -04:00
Mark Pilgrim ac1f712791 finished installing-python chapter 2009-07-03 16:39:18 -04:00
mark@atlantis 33f96547c6 updated TOC 2009-07-03 00:06:01 -04:00
mark@atlantis da83020671 finished installing-python#macosx section 2009-07-02 23:55:22 -04:00
mark@atlantis f3240cfed7 finished installing-python#windows section 2009-07-02 17:43:45 -04:00