+1-316-444-1378

Project

Key Topics Installing Python/Jupyter/IPython on Windows and Mac Python Basics (variables, strings, simple math, conditional logic, for loops, lists,tuples, dictionaries, etc) Using the Pandas library to manipulate data (filtering and sorting data, combiningfiles, GroupBy, etc) Plotting data in Python using Matplotlib and Seaborn Logistic Regression using Scikit-Learn Classification and Regression Read more…

Questions from Video

https://www.youtube.com/watch?v=iogabydg2y0&feature=youtu.be In your own words, answer “Briefly” the following questions in response to the above video:     List at least 3 of the tools and software listed in the above video.  Are there any that you find interesting?  Please “Briefly” explain.     List at least 3 of the Read more…

Project 14-1 Reservation Calculator

Project 14-1: Reservation CalculatorCreate an application that gets arrival and departure dates for a reservation and calculates the total amount for the stay. ConsoleReservation Calculator Enter the arrival month (1-12): 5 Enter the arrival day (1-31): 16 Enter the arrival year: 2018 Enter the departure month (1-12): 5 Enter the Read more…

Processing

Write GLSL shaders to implement Phong and Gouraud shading andmake the shading method selectable by the user. a. Modify your Gouraud and Phong shaders to cater for spot lighting.b. Construct a scene consisting of an object at the centre, illuminated from the top bytwo fixed spotlights.c. Make the lights direction Read more…

Unit 5

combine the lessons of the last 3 chapters and explore HTML forms, CSS, and JavaScript to build a meeting announcement as an online service provided to our customers. If you have questions about this assignment at any time, contact me so that I can help you get started or keep Read more…

Design an object card Design, an object Deck Design, and a driver program. Use these class diagrams to create your objects.

Design an object cardDesign an object DeckDesign a driver program Use these class diagrams to create your objects. ————————————-                    Card ————————————–int _value-String _suit-String _Color-String _Face————————————-+Card(int value, String suit)+String toString()+String getColor()+String getFace()+int getValue()+String getSuit()———————————— ————————————                Read more…