Reference no: EM132212260
Question :
Write a Python program that collects, summarizes, and e-mails all the programming assignments for this course.
Specifically, assuming the programs are in subdirectories a_1, a_2, ..., a_5 of directory csc344, your program should: for each a, generate a list of all identifiers used in the program (class, function, etc names) and place the [program, symbol] pairs in a "symbols" file (omitting duplicates).
You do NOT need to specially filter keywords or builtin functions; create a valid HTML web page in the csc344 directory with links to each of the source code files, along with the symbols file; create a zip file containing all assignment sources, but excluding non-sources (executables, .class files, etc).
Also included should be the symbols file and the web page.
Be sure the links in the webpage work after extracted; prompt the user for an email address and send the zip file.
|
Write the pseudocode for a function that takes an input of n
: Write the pseudocode for a function that takes an input of a n by m binary matrix, and outputs the perfect phylogeny tree, if it exists.
|
|
What is the amount of federal income tax
: Sergio is single, is paid $2750 per week, and clams to withholding allowance. What is the amount of federal income tax withheld from Sergios gross wages.
|
|
Write a python procedure to approximate gaussian function
: Write a Python procedure to approximate the Gaussian function exp(-(x/3)2 ) in the range -8 ? +8 using Chebyshev polynomials.
|
|
Discuss the potential tax benefits for someone earning
: Jake while talking to a friend (Max) at a party is informed about a topic called “negative gearingâ€. Tax advantages were discussed so Jake is seeking.
|
|
Create a valid html web page in the csc344 directory
: Write a Python program that collects, summarizes, and e-mails all the programming assignments for this course.
|
|
Bring out the scope planning concepts
: Summarise what each paper is about and how the two papers interrelate with each other, in matters of scope planning - Describe briefly the inferred scope
|
|
Ask user for the mortgage amount he wishes to borrow
: Ask user for the mortgage amount (amount) he wishes to borrow, number of years (years) to clear the loan, the annual interest rate (rate).
|
|
How can a company possibly terminate an employee
: Four states in our union have "legalized marijuana for recreational use"...Alaska, Colorado, Oregon and Washington. Furthermore, there are 19 other.
|
|
Write a python function which takes as input a simple graph
: Write a python function largestComponent(G) which takes as input a simple graph G = (V,E) in an adjacency list format.
|