Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66827
| From | Dave Angel <davea@davea.name> |
|---|---|
| Subject | Re:New to working with APIs, any good tutorials/books/guides? |
| Date | 2014-02-21 06:49 -0500 |
| Organization | news.gmane.org |
| References | <9f4db1e7-800f-4fd2-945d-d0972a440071@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7225.1392983179.18130.python-list@python.org> (permalink) |
ApathyBear <nirchernia@gmail.com> Wrote in message: > I don't understand how APIs work to save my life. I am a complete beginner. In fact, I am a bit confused on what API even means and what the meaning entails. > > I am fairly competent with python, though I do lack some real world experience. Regardless, any tutorials/books/guides that deal with API for a complete beginner would be awesome. > At its most fundamental, the API is the documentation that makes it practical to reuse code you didn't write yourself, or that you wrote longer than 30 days ago. "Application Programmer Interface" describes the functions, the classes, the globals. The semantics, the algorithms, the assumptions, the gotchas. The license, the restrictions. If you inherit a body of code and it doesn't define an API, chances are it's throwaway code, good only for examples. > > > PS: Something that can explain SDKs would be helpful as well. > SDK is "Software Development Kit" Generally it's a bunch of related APIs plus one or more of tools like editor, compiler, interpreter, debugger, profiler, test generator, IDE, source control system, bug tracker, etc. -- DaveA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
New to working with APIs, any good tutorials/books/guides? ApathyBear <nirchernia@gmail.com> - 2014-02-20 23:59 -0800
Re: New to working with APIs, any good tutorials/books/guides? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-02-21 09:19 +0000
Re:New to working with APIs, any good tutorials/books/guides? Dave Angel <davea@davea.name> - 2014-02-21 06:49 -0500
Re: New to working with APIs, any good tutorials/books/guides? ApathyBear <nirchernia@gmail.com> - 2014-02-21 12:12 -0800
Re: New to working with APIs, any good tutorials/books/guides? Joel Goldstick <joel.goldstick@gmail.com> - 2014-02-21 15:21 -0500
Re: New to working with APIs, any good tutorials/books/guides? Roy Smith <roy@panix.com> - 2014-02-21 20:52 -0500
Re: New to working with APIs, any good tutorials/books/guides? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-02-22 02:45 +0000
Re: New to working with APIs, any good tutorials/books/guides? Cameron Simpson <cs@zip.com.au> - 2014-02-22 14:30 +1100
csiph-web