{"id":492,"date":"2025-07-29T02:50:45","date_gmt":"2025-07-29T02:50:45","guid":{"rendered":"https:\/\/sites.wp.odu.edu\/jprosser91\/?page_id=492"},"modified":"2025-07-31T03:05:15","modified_gmt":"2025-07-31T03:05:15","slug":"it-205","status":"publish","type":"page","link":"https:\/\/sites.wp.odu.edu\/jprosser91\/it-205\/","title":{"rendered":"IT 205"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction to Object-Oriented Programming (Python)<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">Course Overview<\/h2>\n\n\n\n<p>Lecture 3 hours; 3 credits; IT required core course.<br>An introductory course on object-oriented programming that emphasizes problem solving for business<br>applications. The programming language is Java, Python, or instructor\u2019s choice. Topics include simple data<br>types, selections, loops, methods, arrays, classes, inheritance, etc.<br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Course Objectives<\/h3>\n\n\n\n<ul>\n<li>The course will provide students with knowledge and skills to:<\/li>\n\n\n\n<li>Understand Python programming basics<\/li>\n\n\n\n<li>Understand object-oriented programming concepts<\/li>\n\n\n\n<li>Become familiar with a Python development tool<\/li>\n\n\n\n<li>Be able to develop a desktop app<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h2 class=\"wp-block-heading\">Assignment<\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<h2 class=\"wp-block-heading\">Code example<\/h2>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><div class=\"ead-preview\"><div class=\"ead-document\" style=\"position: relative;padding-top: 90%;\"><div class=\"ead-iframe-wrapper\"><iframe src=\"\/\/docs.google.com\/viewer?url=https%3A%2F%2Fsites.wp.odu.edu%2Fjprosser91%2Fwp-content%2Fuploads%2Fsites%2F27654%2F2025%2F07%2FHW2-Fundamentals-of-Programming.docx&amp;embedded=true&amp;hl=en\" title=\"Embedded Document\" class=\"ead-iframe\" style=\"width: 100%;height: 100%;border: none;position: absolute;left: 0;top: 0;visibility: hidden;\"><\/iframe><\/div>\t\t\t<div class=\"ead-document-loading\" style=\"width:100%;height:100%;position:absolute;left:0;top:0;z-index:10;\">\n\t\t\t\t<div class=\"ead-loading-wrap\">\n\t\t\t\t\t<div class=\"ead-loading-main\">\n\t\t\t\t\t\t<div class=\"ead-loading\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/loading.svg\" width=\"55\" height=\"55\" alt=\"Loader\">\n\t\t\t\t\t\t\t<span>Loading&#8230;<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"ead-loading-foot\">\n\t\t\t\t\t\t<div class=\"ead-loading-foot-title\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/EAD-logo.svg\" alt=\"EAD Logo\" width=\"36\" height=\"23\"\/>\n\t\t\t\t\t\t\t<span>Taking too long?<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t<div class=\"ead-document-btn ead-reload-btn\" role=\"button\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/reload.svg\" alt=\"Reload\" width=\"12\" height=\"12\"\/> Reload document\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<span>|<\/span>\n\t\t\t\t\t\t\t<a href=\"https:\/\/docs.google.com\/viewer?url=https%3A%2F%2Fsites.wp.odu.edu%2Fjprosser91%2Fwp-content%2Fuploads%2Fsites%2F27654%2F2025%2F07%2FHW2-Fundamentals-of-Programming.docx&#038;hl=en\" class=\"ead-document-btn\" target=\"_blank\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/open.svg\" alt=\"Open\" width=\"12\" height=\"12\"\/> Open in new tab\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<pre class=\"wp-block-code\"><code>#This Program is designed to print out personal information\n\n\n#Create variables for name, address (steetname, city, st, zip), Phone Number, College major\nName = \"Justin Prosser\"\nAddress = \"1234 Example St.\"\nCity = \"Bigtown\"\nState = \"VA\"\nZip = \"12345\"\nPhoneNum = \"123=456-7890\"\nMajor = \"Cybersecurity\"\nMinor = \"Information Technology\"\n\n\n#Print out personal info\nprint(\"Hello, my name is\", Name);\nprint(\"I currently live at\", Address, City + \",\", State, Zip)\nprint(\"My major is\", Major, \"with a minor in\", Minor)<\/code><\/pre>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><div class=\"ead-preview\"><div class=\"ead-document\" style=\"position: relative;padding-top: 90%;\"><div class=\"ead-iframe-wrapper\"><iframe src=\"\/\/docs.google.com\/viewer?url=https%3A%2F%2Fsites.wp.odu.edu%2Fjprosser91%2Fwp-content%2Fuploads%2Fsites%2F27654%2F2025%2F07%2FHW3-Report.docx&amp;embedded=true&amp;hl=en\" title=\"Embedded Document\" class=\"ead-iframe\" style=\"width: 100%;height: 100%;border: none;position: absolute;left: 0;top: 0;visibility: hidden;\"><\/iframe><\/div>\t\t\t<div class=\"ead-document-loading\" style=\"width:100%;height:100%;position:absolute;left:0;top:0;z-index:10;\">\n\t\t\t\t<div class=\"ead-loading-wrap\">\n\t\t\t\t\t<div class=\"ead-loading-main\">\n\t\t\t\t\t\t<div class=\"ead-loading\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/loading.svg\" width=\"55\" height=\"55\" alt=\"Loader\">\n\t\t\t\t\t\t\t<span>Loading&#8230;<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"ead-loading-foot\">\n\t\t\t\t\t\t<div class=\"ead-loading-foot-title\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/EAD-logo.svg\" alt=\"EAD Logo\" width=\"36\" height=\"23\"\/>\n\t\t\t\t\t\t\t<span>Taking too long?<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t<div class=\"ead-document-btn ead-reload-btn\" role=\"button\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/reload.svg\" alt=\"Reload\" width=\"12\" height=\"12\"\/> Reload document\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<span>|<\/span>\n\t\t\t\t\t\t\t<a href=\"https:\/\/docs.google.com\/viewer?url=https%3A%2F%2Fsites.wp.odu.edu%2Fjprosser91%2Fwp-content%2Fuploads%2Fsites%2F27654%2F2025%2F07%2FHW3-Report.docx&#038;hl=en\" class=\"ead-document-btn\" target=\"_blank\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/open.svg\" alt=\"Open\" width=\"12\" height=\"12\"\/> Open in new tab\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<pre class=\"wp-block-code\"><code>#This Application is designed to analyze the stock JD.com and get the Holding-Period Return Value (HPR)\r\n\r\n#Import the stock class I made for the program\r\nfrom stock import Stock\r\n\r\n#Def main function\r\ndef main(Y):\r\n\r\n    #inputs for stock symbol and name\r\n    A1 = input(\"Enter the ticker symbol of the stock: \")\r\n    A2 = input(\"Enter the name of the stock: \")\r\n    \r\n    #Init the stock class program\r\n    I = Stock(A1,A2)\r\n\r\n    #Input the beginning and ending prices\r\n    A3 = float(input(\"Enter the adjusted close price at the beginning of the year: \"))\r\n    B = I.beginning_price(A3) #65.660820\r\n\r\n    A4 = float(input(\"Enter the adjusted close price at the end of the year: \"))\r\n    E = I.ending_price(A4) #55.298244\r\n\r\n    #Input the cash dividend\r\n    A5 = float(input(\"Enter the dividend &#091;If there isn't a dividend for that year, enter 0]: \"))\r\n    D = I.dividend(A5) #1.26\r\n\r\n    #Error checking code (I took out my error checking print statements)\r\n    #HPR= float((E - B + D) \/ B)\r\n    #print (HPR)\r\n\r\n    #Get the HPR Value and round it to the second decimal place\r\n    HPR = I.get_holding_period_return(B, E, D)\r\n    HPR = round(HPR,2)\r\n\r\n    #Final output\r\n    print (\"The Holding-Period Return value for\", str(I) + \",\", \"is:\", HPR, \"for the calendar year\", str(Y) + \".\")\r\n\r\n#Messages asking client to visit site for necessary info (originally was going to import it from CSV file)\r\n\r\nprint(\"Please visit https:\/\/finance.yahoo.com\/ and look up the stock you want to get a Holding-Period Return for...\")\r\n\r\n#Give the user 10 attempts to enter y \r\nfor i in range(10):\r\n    \r\n    #Ask if the user has a stock\r\n    X = input(\"Do you have a stock you want to get an HPR on? &#091;y] or &#091;n]: \")\r\n    if (X == 'y'):\r\n        Y = input(\"Enter the calender year: \") #2022\r\n        main(Y)\r\n\r\n    #Condition to end the program\r\n    elif (X == 'n'):\r\n        Z = input(\"Do you want to continue the program? &#091;y] or &#091;n]: \")\r\n        if (Z == 'n'):\r\n            break<\/code><\/pre>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><div class=\"ead-preview\"><div class=\"ead-document\" style=\"position: relative;padding-top: 90%;\"><div class=\"ead-iframe-wrapper\"><iframe src=\"\/\/docs.google.com\/viewer?url=https%3A%2F%2Fsites.wp.odu.edu%2Fjprosser91%2Fwp-content%2Fuploads%2Fsites%2F27654%2F2025%2F07%2FHW4-Object-Oriented-Programming.docx&amp;embedded=true&amp;hl=en\" title=\"Embedded Document\" class=\"ead-iframe\" style=\"width: 100%;height: 100%;border: none;position: absolute;left: 0;top: 0;visibility: hidden;\"><\/iframe><\/div>\t\t\t<div class=\"ead-document-loading\" style=\"width:100%;height:100%;position:absolute;left:0;top:0;z-index:10;\">\n\t\t\t\t<div class=\"ead-loading-wrap\">\n\t\t\t\t\t<div class=\"ead-loading-main\">\n\t\t\t\t\t\t<div class=\"ead-loading\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/loading.svg\" width=\"55\" height=\"55\" alt=\"Loader\">\n\t\t\t\t\t\t\t<span>Loading&#8230;<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"ead-loading-foot\">\n\t\t\t\t\t\t<div class=\"ead-loading-foot-title\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/EAD-logo.svg\" alt=\"EAD Logo\" width=\"36\" height=\"23\"\/>\n\t\t\t\t\t\t\t<span>Taking too long?<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t<div class=\"ead-document-btn ead-reload-btn\" role=\"button\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/reload.svg\" alt=\"Reload\" width=\"12\" height=\"12\"\/> Reload document\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<span>|<\/span>\n\t\t\t\t\t\t\t<a href=\"https:\/\/docs.google.com\/viewer?url=https%3A%2F%2Fsites.wp.odu.edu%2Fjprosser91%2Fwp-content%2Fuploads%2Fsites%2F27654%2F2025%2F07%2FHW4-Object-Oriented-Programming.docx&#038;hl=en\" class=\"ead-document-btn\" target=\"_blank\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-content\/plugins\/embed-any-document\/images\/open.svg\" alt=\"Open\" width=\"12\" height=\"12\"\/> Open in new tab\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<pre class=\"wp-block-code\"><code># Car class\r\nclass Car:\r\n    def __init__(self, year_model, make, speed):\r\n        self.__year_model = year_model\r\n        self.__make = make\r\n        self.__speed = speed\r\n    \r\n    def accelerate(self, speed):\r\n        self.__speed = speed + 5\r\n        return self.__speed\r\n\r\n    def brake(self, speed):\r\n        self.__speed = speed - 5\r\n        return self.__speed\r\n\r\n    def get_speed(self):\r\n        return self.__speed\r\n<\/code><\/pre>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Introduction to Object-Oriented Programming (Python) Course Overview Lecture 3 hours; 3 credits; IT required core course.An introductory course on object-oriented programming that emphasizes problem solving for businessapplications. The programming language is Java, Python, or instructor\u2019s choice. Topics include simple datatypes, selections, loops, methods, arrays, classes, inheritance, etc. Course Objectives Assignment Code example<\/p>\n","protected":false},"author":22978,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":149,"url":"https:\/\/sites.wp.odu.edu\/jprosser91\/skills\/","url_meta":{"origin":492,"position":0},"title":"Skills","author":"jpros004","date":"January 12, 2022","format":false,"excerpt":"Essential Work Habits Include artifacts here that demonstrate your\u00a0 experience with some of the abilities listed below. Examples of artifacts you might include: comments on papers\/exams; test grades; internship comments) Ability to work methodically and is very detail oriented Eagerness to dig into technical questions and examine them from all\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":123,"url":"https:\/\/sites.wp.odu.edu\/jprosser91\/cyse-301\/","url_meta":{"origin":492,"position":1},"title":"CYSE 301","author":"jpros004","date":"January 12, 2022","format":false,"excerpt":"Cybersecurity Techniques and Operations This course introduces tools and techniques used to secure and analyze large computer networks and systems. Students will systematically learn C programming in the first part of the course, which forms a foundation for many cybersecurity operations, such as malware analysis, understanding network protocol stack, etc.\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":525,"url":"https:\/\/sites.wp.odu.edu\/jprosser91\/it-363\/","url_meta":{"origin":492,"position":2},"title":"IT 363","author":"jpros004","date":"July 29, 2025","format":false,"excerpt":"SYSTEMS ANALYSIS & DESIGN Course Description This course provides an introduction to the analysis and design of information systems. Emphasis is placed upon the development of requirements that serve the business needs as well as the design of information systems. This course focus on the object-oriented approach of system analysis\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":517,"url":"https:\/\/sites.wp.odu.edu\/jprosser91\/cyse-450\/","url_meta":{"origin":492,"position":3},"title":"CYSE 450","author":"jpros004","date":"July 29, 2025","format":false,"excerpt":"Ethical Hacking and Penetration Testing. This course introduces the basic terminologies used in ethical hacking and useful tools in relation to penetration testing on Kali Linux. Students will learn to explore the vulnerabilities in various systems and operate the industry-leading tools and framework to perform penetration testing on different target\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":526,"url":"https:\/\/sites.wp.odu.edu\/jprosser91\/it-450\/","url_meta":{"origin":492,"position":4},"title":"IT 450","author":"jpros004","date":"July 29, 2025","format":false,"excerpt":"Database Concepts Catalog Description: A general introduction to the Database concepts. Historical development, concepts and definitions, data models, database analysis, design and implementation, query languages, data security, and the introduction to business transaction systems. Design concepts and procedures, as well as practical aspects of design, normalization up to third normal\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/sites.wp.odu.edu\/jprosser91\/wp-content\/uploads\/sites\/27654\/2025\/07\/Relational-Model-for-Asante-Tx-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/sites.wp.odu.edu\/jprosser91\/wp-content\/uploads\/sites\/27654\/2025\/07\/Relational-Model-for-Asante-Tx-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/sites.wp.odu.edu\/jprosser91\/wp-content\/uploads\/sites\/27654\/2025\/07\/Relational-Model-for-Asante-Tx-1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/sites.wp.odu.edu\/jprosser91\/wp-content\/uploads\/sites\/27654\/2025\/07\/Relational-Model-for-Asante-Tx-1.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/sites.wp.odu.edu\/jprosser91\/wp-content\/uploads\/sites\/27654\/2025\/07\/Relational-Model-for-Asante-Tx-1.png?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/sites.wp.odu.edu\/jprosser91\/wp-content\/uploads\/sites\/27654\/2025\/07\/Relational-Model-for-Asante-Tx-1.png?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":671,"url":"https:\/\/sites.wp.odu.edu\/jprosser91\/it-201\/","url_meta":{"origin":492,"position":5},"title":"IT 201","author":"jpros004","date":"July 31, 2025","format":false,"excerpt":"Introduction to Information Systems Course Description: Lecture 3 hours; 3 credits. An introduction to the major hardware\/software components of modern information systems. Topics include introduction to the history of computers, numbering systems conversion, system and application software, networks and the Internet. Additional topics include Information Systems and Systems Development Life\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-json\/wp\/v2\/pages\/492"}],"collection":[{"href":"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-json\/wp\/v2\/users\/22978"}],"replies":[{"embeddable":true,"href":"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-json\/wp\/v2\/comments?post=492"}],"version-history":[{"count":3,"href":"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-json\/wp\/v2\/pages\/492\/revisions"}],"predecessor-version":[{"id":698,"href":"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-json\/wp\/v2\/pages\/492\/revisions\/698"}],"wp:attachment":[{"href":"https:\/\/sites.wp.odu.edu\/jprosser91\/wp-json\/wp\/v2\/media?parent=492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}