Write a python program to sending a warning message to parents and faculty because of students get attendence below 75%

Dumping an assignment to a post without at least saying that is what you are doing isn't the most polite way to start a conversation, especially if you don't show any of your own effort to solve the problem.

It also isn't the safest approach, since plenty of professors regularly search the web to catch students doing things such as this (or more often, they get their TAs and grad students to do it for them).

There are websites where they will do your homework for you, at least for a fee. This isn't one of those sites.

In any case, there are a lot of details missing from the assignment, so there would be no way to solve it for you as it is. Addressing this specific problem, let me ask a few questions:

  • What have you done to solve this so far?
  • Do you have a table of students and grades, and how is it stored - in list of lists, in a Dictionary, in a database which you would need to query, or something else?
  • The same regarding a table of parents and teachers, and their email addresses?
  • Given the necessary data, how would you determine a student's average?
  • Do you know how to send email from a Python application?
commented: +1 +16
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.