link for resource httpwwwcsemsueducse231ProjectsProject07 CS
link for resource
http://www.cse.msu.edu/~cse231/Projects/Project07/
CSE 231 Fall 2016 Programming Project\' (Updated Oct 23 with more explanations for dictionary operations; Oct. 24 allowed flexibility in what merge dict returns. Oct. 25 information was added about setting up for plotting and testing with smaller test files.) This assignment is worth 50 points (5.0% of the course grade) and must be completed and turned in before 11:59 on Monday, October 31, 2016. Assignment Overview This assignment will give you more experience on the use of. 1. Dictionaries 2. Functions 3. Plotting with pvlab The goal of this proiect is to gain practice with dictionaries and functions, as well as plotting using the pvl lab module. Process files from the Environmental Protection Agency (EPA) to extract fuel economy data for the various manufacturers. Then, plot the overall average city and overall average highway fuel economy data for four manufacturers: Ford, GM, Honda, and Toyota Assignment Deliverable The deliverable for this assignment is the following file: proj07.py- the source code for your Python program Be sure to use the specified file name and to submit it for grading via the handin svstem before the project deadline. Background Vehicle fuel economy has been something of varying importance to consumers over the years - when gas prices are low, consumers tend not to focus as much on fuel efficiency, but when gas prices are high, they tend to buy more efficient vehicles. Additionally, there might be a difference in philosophy between American manufacturers and those from Asia, especially when marketing to Americans. Your goal is to plot data from two American automakers (Ford & GM) and two Asian automakers (Honda & Toyota) to see these trends and differences. For the purposes of this assignment: Ford- Ford + Mercury + Lincoln GM Chevrolet + Pontiac + Buick + GMC+ Cadillac Oldsmobile + Saturn Honda = Honda Acura Toyota Toyota Lexus + Scion Project Description / SpecificationSolution
A scripting or script language could be a programing language that supports scripts, programs written for a special run-time setting that alter the execution of tasks that would instead be dead one-by-one by a person\'s operator.[1] Scripting languages area unit usually taken (rather than compiled). Primitives area unit typically the elementary tasks or API calls, and also the language permits them to be combined into additional complicated programs. Environments that may be machine-controlled through scripting embody package applications, websites inside an internet browser, the shells of operational systems (OS), embedded systems, similarly as various games. A scripting language will be viewed as a domain-specific language for a selected environment; within the case of scripting associate application, this is often additionally called associate extension language. Scripting languages are generally mentioned as terribly high-level programming languages, as they operate at a high level of abstraction, or as management languages, significantly for computer programme languages on mainframes.
The term \"scripting language\" is additionally used loosely to ask dynamic high-level all-purpose languages, like Perl,[2] Tcl, and Python,[3] with the term \"script\" usually used for tiny programs (up to a number of thousand lines of code) in such languages, or in domain-specific languages like the text-processing languages sed and AWK. a number of these languages were originally developed to be used inside a selected setting, and later developed into moveable domain-specific or all-purpose languages. Conversely, several all-purpose languages have dialects that area unit used as scripting languages. this text discusses scripting languages within the slender sense of languages for a selected setting.
The spectrum of scripting languages ranges from terribly little and extremely domain-specific languages to all-purpose programming languages used for scripting. normal samples of scripting languages for specific environments include: Bash, for the {unix|UNIX|UNIX system|UNIX operational system|operating system|OS} or Unix-like operating systems; ECMAScript (JavaScript), for net browsers; and Visual Basic for Applications, for Microsoft workplace applications. Lua could be a language designed associated wide used as an extension language. Python could be a all-purpose language that\'s additionally usually used as associate extension language, whereas ECMAScript continues to be primarily a scripting language for net browsers, however is additionally used as a all-purpose language. The Emacs Lisp non-standard speech of Lisp (for the Emacs editor) and also the Visual Basic for Applications non-standard speech of Visual Basic area unit samples of scripting language dialects of all-purpose languages. Some game systems, notably the Second Life virtual world and also the Trainz franchise of Railroad simulators are extensively extended in practicality by scripting extensions. In alternative games like Wesnoth, the range of actual games vie by players area unit scripts written by alternative users.
