I have completed the main section of Python code, I need help with building a web interface that displays 2 live updating graphs (from the sensor data my program obtains), and 2 clocks (one is standard time, the other varies according to the sensor data).
THIS CAN BE A LOCALLY RUNNING WEB INTERFACE TO PROVE THE CONCEPT WORKS.
A push button could be used as the circuit will not be available, (as long as it is connected to the same pin as specified it works fine).
Some background on what the code I have already written does:
calculates the mains AC frequency and stores this as a variable.
Reads the time using the time module
Varies a 'frequency clock', if the frequency is higher than 50 Hz (I am in the UK), the clock runs fast and if lower than 50 Hz, runs slower.
I would like this to be written in python. Using modules such as matplotlib / plotly / django / flask etc is fine.
If it isn't possible to update the webpage at 50Hz (I suspect it isn't),
For this assignment, create a four page website using flexbox or CSS grid. The layout must adapt to the screen size. Remember design for mobile first.
You must create a responsive navigation. The navigation must adapt to the screen size.
Aim to have at least two media queries. The media queries should be based on the content.
You should have at least one responsive image for your site. The responsive image must be hidden for the smallest display (use display: none;) and resize appropriately for the medium and large displays.
CONTENT
The site should be an informational site. You can use content from wikipedia or from the public domain. If you are unsure, then create the site on Responsive Web Design using the content from wikipedia: https://en.wikipedia.org/wiki/Responsive_web_design
The home page should divide up the material into three classes or sections (article, main, aside...). You can choose to add headings to these sections and mod
I. Working Application
a. Source Code
b. Compiled Code
n eProject Report should comprise -
q Acknowledgements
q eProject Synopsis
q eProject Analysis
q eProject Design
n DFDs
n FlowCharts
n Process Diagrams
n Database Design / Structure
q Screen Shots
q Source Code with Comments
q User Guide
q Developers Guide
n Module Descriptions
The instructions are on the first tab "Instructions". Utilize the additional tabs, "Data" and "Output".
When in the "Output" tab, enter Developer, and Visual Basic.
Then follow the below instructions to write out the code beginning with SUB. Within the VBA window, the instructor provided additional instructions;
Chapter 2
Project 2-1
In this project,you will create a class and use the variable defined within the class in aWeb Form. 1. Start your Web development editor and open your chapter2 Web site, if it is not already open.
2. Create a new class item in your project and name it ch2_proj1_class.vb. After it is created, your Web development editor will store the class in the App_Code directory.
3. Open the class ch2_proj1_class.vb file. Create a public instance variable named StoreAddress that is a String data type. Assign the value 555 Michigan Avenue, Chicago, IL 60016 to the variable.
4. Click the Save All button to save the class file.
5. In the Solution Explorer window, right-click the ch2_ proj1.aspx page in the ch2_ proj2 folder and click View Code.
6. In the Page_Load procedure add the code that follows to create a new object named ch2_proj1_newclass, based on the ch2_proj1_class. Because the variable contains an object, the keyword New must be used to insta
You are required to design a customized software for your client, who happens
to own a restaurant at a
tourist place. Due to the shortage of manpower the owner wants to automate some
processes. The client
wants to have a computerized display on the entrance for booking of
tables. Using the same, customer
should be able to check for vacant tables and select tables too for booking.
The restaurant has 10: 2-seater
tables; 5: 4-seater tables and 2: 10-seater tables. Apart from that customer
should be able to place order for
food and should be able to see the bill when done. The client also wants to
update items, their prices and
the table status as per the need. The new system should be able to generate
various types of reports as the
final outcome. After interview you have understood the requirements and done
the feasibility study before
proposing the new sy
can use any software ,html code is alredy there ,must do css in seperate css file named homework.css, all images are there ,personal message for more detailes its easy work,
file is here:-https://drive.google.com/open?id=1ySJ0qHG-oO_U0hJC5hwNfc-oM5prLZRn
#rosie
#customer ordering bot to process orders more quickly
#Diane Ambatis, Meira Balikcioglu
print("hello, my name is Rosie! I'm here to help you place you're flower order")
print("which flower display would you like?")
print("youre options are Daisy Display,Rose Display,Tulip Display")
print("great choice! that will cost 40 dollarsl")
if Rose display
print("beutiful selection! that will cost 50 dollars.")
if Tulip display
print(" nice pick! that will cost 60 dollars.")
print ("what is your address?")
print ("what is your phone number?")
print("will
Please help me fix the if else statements Im 14 and dont have cash