Uncategorized

Python

This week’s assignment is not an essay, but an annotated bibliography.

(An annotated bibliography is a list of citations to books, articles, or documents, each followed by a brief description. Its purpose is to inform the reader of relevance, accuracy, and quality of the cited source.)

There are numerous resources related to R and Python. Choose 8 resources related to either R and/or Python to incorporate into an annotated bibliography.

Requirements:

a. 8 resources relative to R or Python with summaries written in your own words (do not copy published abstracts)

b. Minimum summary length = 150 words

b. Formatted according to APA standards

Resource for formatting:

https://owl.purdue.edu/owl/general_writing/common_writing_assignments/annotated_bibliographies/index.html

Leave a Reply

Your email address will not be published. Required fields are marked *

Uncategorized

Python

Create a home inventory class that will be used by a National Builder to maintain inventory of available houses in the country. The following attributes should be present in your home class: private int squarefeet private string address private string city private string state private int zipcode private string Modelname private string salestatus (sold, available, under contract) Your program should have appropriate methods such as: [ 61 more words ]