API’s allow external application to connect to and use cloud based services such as Facebook and Dropbox. Platforms create API’s for specific programming languages and use specific procedures to allow access to data and services.
Related Articles

*NEW
PHP Project (Intermediate) – Edit Picture Data in Gallery with MySQL Backend
With this project you will be able to edit the MySQL records that relate to your pictures in your gallery. You use the pic_id identifier to select and update specific MySQL records. Previous Classes in […]

*NEW
Try Statements in Python (Python Part 12)
This class will teach yo how to use Try Statements. This allows you to try to take an action with an API, or OS command and if it does not work then do something else.

*NEW
Shebang, Input and ArgParse in Python (Python Part 11)
This class shows you how to make your scripts more interactive for users with the input() function, argparse module and shebangs.
Be the first to comment