[Chicago] How do you get up to speed with an api?

Brian Curtin brian.curtin at gmail.com
Thu Jun 30 19:32:08 CEST 2011


On Thu, Jun 30, 2011 at 12:14, Tathagata Dasgupta <tathagatadg at gmail.com>wrote:

> Hi *,
> Besides RTFM, test cases, how do make yourself familiar with an api
> ... basically discovering what hides underneath and how get things
> done with it ...
> I found bpython from this list, and it has been fantastic compared to
> help(foo) and searching ... specifically the intellisence prompting me
> whats underneath (with the doc, and even F2-ing to the original code
> itself ) ...
>
> Any tricks, tips you want to share in this respect?


Read the code itself. Docs, tests, and examples are all great. Actually
looking under the hood is a seemingly under-used tactic.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20110630/5681989a/attachment.html>


More information about the Chicago mailing list