From the course: CCSP Cert Prep: 4 Cloud Application Security
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Third party code
From the course: CCSP Cert Prep: 4 Cloud Application Security
Third party code
- [Instructor] Software developers often depend upon code created by someone else to improve their efficiency. In addition to reusing code within an organization, developers also often draw upon code from third parties. Third-party software libraries are a very common way to share code among developers. Libraries consist of shared code objects that perform related functions. For example, a software library might contain a series of functions related to biology research, financial analysis, or social media. Instead of having to write the code to perform every detailed function that they need, developers can simply locate libraries that contain relevant functions and then call those functions. Let's take a look at an example using the programming language R that's commonly used in data science applications. This is a simple analysis of data from the Social Security Disability process. It includes data from a 10-year…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.