Popular recipes tagged "gpa"http://code.activestate.com/recipes/tags/gpa/2015-07-31T02:37:19-07:00ActiveState Code RecipesPython Gpa and Cgpa Calculator for Anna university : A forked python recepie (Python) 2015-07-31T02:37:19-07:00Emil george jameshttp://code.activestate.com/recipes/users/4191910/http://code.activestate.com/recipes/579089-python-gpa-and-cgpa-calculator-for-anna-university/ <p style="color: grey"> Python recipe 579089 by <a href="/recipes/users/4191910/">Emil george james</a> (<a href="/recipes/tags/calculator/">calculator</a>, <a href="/recipes/tags/cgpa/">cgpa</a>, <a href="/recipes/tags/gpa/">gpa</a>, <a href="/recipes/tags/python/">python</a>). Revision 2. </p> <p>Actually this python script is a forked one from activestate code by abhijeeth vaidya.A slightly edited version of the script to calculate Gpa and Cgpa for Anna university Students.</p> <p>Gpa and Cgpa Calculator</p> <p>Gpa is Grade point average, which is use to determine the student academic pointer based on the value of the grade he/she acquired in single semester, where as cgpa is cumlative grade point average is to calculate the total credits and total grade acquired in his/her entire academics. Here i have determined to use grade scale of two values 5.0 and 10.0, many other academics may have different grading system.For a different grades and their grade values, You can change the value in method called getGradeData.For any bug report </p> Python Gpa and Cgpa Calculator (Python) 2011-07-20T19:28:27-07:00abhijeet vaidyahttp://code.activestate.com/recipes/users/4178141/http://code.activestate.com/recipes/577800-python-gpa-and-cgpa-calculator/ <p style="color: grey"> Python recipe 577800 by <a href="/recipes/users/4178141/">abhijeet vaidya</a> (<a href="/recipes/tags/calculator/">calculator</a>, <a href="/recipes/tags/cgpa/">cgpa</a>, <a href="/recipes/tags/gpa/">gpa</a>, <a href="/recipes/tags/python/">python</a>). </p> <p>This is a python code to calculate the gpa and cgpa by abhijeet vaidya</p>