Commit Graph

416 Commits

Author SHA1 Message Date
Mark Pilgrim 6ea8efa96f clarify exec() vs. eval() 2009-07-16 08:44:36 -04:00
Mark Pilgrim 68fce064dc asterisk notation for doing apply()-like function calling isn't really new 2009-07-16 08:39:31 -04:00
Mark Pilgrim 36794c0778 more spacing 2009-07-16 08:35:14 -04:00
Mark Pilgrim ce9c0765c2 spacing 2009-07-16 08:29:09 -04:00
Mark Pilgrim 796c5f571a added urllib.urlopen() example 2009-07-16 08:21:44 -04:00
Mark Pilgrim 642c94a348 clarified dictionary.has_key(x or y) 2009-07-16 08:06:12 -04:00
Mark Pilgrim 93f0d6a356 about fiddling
--HG--
rename : i/this-book-belongs-to.png => i/openclipart.org_media_files_Selanit_8331.png
2009-07-15 23:19:10 -04:00
Mark Pilgrim e8db8e5ef5 about fiddling 2009-07-15 22:53:10 -04:00
Mark Pilgrim 1c41e5b074 add non-blocking IE-only html5.js script at bottom of page to cache it 2009-07-15 22:33:18 -04:00
Mark Pilgrim 87312208a6 the beginning has changed 2009-07-15 22:17:10 -04:00
Mark Pilgrim e519c67cbc .xxxl mobile styling 2009-07-15 21:56:12 -04:00
Mark Pilgrim 620da0d8e2 update status 2009-07-15 20:57:49 -04:00
Mark Pilgrim 13b231cf03 added note about always specifying the domain in add_credentials 2009-07-15 16:47:27 -04:00
Mark Pilgrim eb168e7efd spacing 2009-07-15 16:34:50 -04:00
Mark Pilgrim 1170bcc42e added note about response.previous 2009-07-15 16:31:12 -04:00
Mark Pilgrim 6bb1a5ad65 more build fiddling 2009-07-15 16:15:06 -04:00
Mark Pilgrim ff3a10ed9e build fiddling 2009-07-15 16:13:27 -04:00
Mark Pilgrim 00123b3184 set debuglevel explicitly 2009-07-15 15:56:13 -04:00
Mark Pilgrim 4fe22743e6 fixed typo, clarified how to check for compressed content 2009-07-15 15:53:00 -04:00
Mark Pilgrim a69184f4e5 added note about changing the debuglevel 2009-07-15 15:41:44 -04:00
Mark Pilgrim 092f9d21e8 added a section explaining why httplib2 doesn't attempt to auto-convert bytes to strings 2009-07-15 15:35:53 -04:00
Mark Pilgrim 12484d20ea added reminder to write an installation HOWTO 2009-07-15 14:56:17 -04:00
Mark Pilgrim 278241ada5 mention that urlopen().read() returns bytes 2009-07-15 14:54:39 -04:00
Mark Pilgrim 59e2d4a0b0 rewrote end of eval() section to mention DoS attacks [thanks SW] 2009-07-15 13:39:16 -04:00
Mark Pilgrim 1b1e00b65c wording 2009-07-15 13:04:20 -04:00
Mark Pilgrim 69fd38682a typo 2009-07-15 13:03:19 -04:00
Mark Pilgrim 3e18b7fd6e added note about exhausting iterators 2009-07-15 13:02:34 -04:00
Mark Pilgrim 7cb91f9747 added note about dictionary comprehensions 2009-07-15 12:52:12 -04:00
Mark Pilgrim 8a7e431d27 added note about groupby sorting requirements 2009-07-15 10:40:38 -04:00
Mark Pilgrim 29240baeee various clarifications about generator expressions 2009-07-15 10:36:02 -04:00
Mark Pilgrim 8843481267 added example of human-readable message in assert statement 2009-07-15 10:08:37 -04:00
Mark Pilgrim 428353aec6 better example of finding unique list items 2009-07-15 09:59:41 -04:00
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