<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ram-Tech-cd</title>
    <description>The latest articles on DEV Community by Ram-Tech-cd (@shree_ram_64fb22e7aece15b).</description>
    <link>https://dev.to/shree_ram_64fb22e7aece15b</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4111818%2F3674c752-e692-4c0b-a58f-ec7d63287c98.jpg</url>
      <title>DEV Community: Ram-Tech-cd</title>
      <link>https://dev.to/shree_ram_64fb22e7aece15b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shree_ram_64fb22e7aece15b"/>
    <language>en</language>
    <item>
      <title>My First Python Project: Building a Student Performance Evaluator</title>
      <dc:creator>Ram-Tech-cd</dc:creator>
      <pubDate>Sun, 06 Sep 2026 03:45:42 +0000</pubDate>
      <link>https://dev.to/shree_ram_64fb22e7aece15b/my-first-python-project-building-a-student-performance-evaluator-1oe6</link>
      <guid>https://dev.to/shree_ram_64fb22e7aece15b/my-first-python-project-building-a-student-performance-evaluator-1oe6</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;I Built My First Python Student Evaluation Program — What Would You Improve?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I’ve recently been learning Python, and I built a small student evaluation program as a practical exercise to apply the concepts I’ve learned so far.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The program:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Calculates the average of Mathematics, Physics, and Chemistry marks.&lt;/li&gt;
&lt;li&gt;Evaluates academic performance using &lt;code&gt;if&lt;/code&gt;, &lt;code&gt;elif&lt;/code&gt;, and &lt;code&gt;else&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Evaluates attendance independently from academic performance.&lt;/li&gt;
&lt;li&gt;Displays the evaluation criteria used by the program.&lt;/li&gt;
&lt;li&gt;Uses &lt;code&gt;round()&lt;/code&gt; to display the calculated average to two decimal places.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One design decision I made deliberately was to keep &lt;strong&gt;academic performance and attendance as two independent decision systems&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;For example, a student could have excellent marks but poor attendance. Combining both into one condition could produce an output that doesn't accurately represent either dimension.&lt;/p&gt;

&lt;p&gt;This project helped me understand that writing Python isn't only about getting the syntax right. The &lt;strong&gt;logic behind the conditions and whether the output accurately represents the situation&lt;/strong&gt; are equally important.&lt;/p&gt;

&lt;p&gt;I'm sharing the project because I'd like to learn from more experienced Python developers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What would you improve in this program?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm particularly interested in feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The overall program structure&lt;/li&gt;
&lt;li&gt;The conditional logic&lt;/li&gt;
&lt;li&gt;Readability&lt;/li&gt;
&lt;li&gt;What I should learn next to improve this project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GitHub:&lt;a href="https://dev.tourl"&gt; https://github.com/Ram-Tech-Cd/student_evaluation.py/blob/main/student_evaluation_py-2.py&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is still a beginner project, but I'm looking forward to improving it step by step as I learn more Python.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
      <category>programming</category>
      <category>python</category>
    </item>
  </channel>
</rss>
