0% found this document useful (0 votes)
29 views16 pages

CSC Extreme Final Tharun

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 16

Computer Applications

PROJECT REPORT

2023-2024

(Student Management)

submitted to

SENIOR SECONDARY CERTIFICATE


EXAMINATION

Done By THARUN.S.P
XII -E
INDEX

5-6

7
System Requirements: 8-9
-Software and Hardware
10-11

12-15

16
Acknowledgment

I would like to express my special thanks of gratitude to my teacher

Mr. A. Ranjith Kumar and Mrs Josephine Backiam for their

guidance and support throughout the project. I completed the project

successfully with her motivation and theirr extended support for us.

I would also like to thank our Correspondent Dr. R. Kishore Kumar,

and our Principal Mrs. Shanthi Samuel who allowed me to work on

this project, which in turn helped me in doing a lot of research and

analysis on the chosen topic.

Finally, I would also like to thank my parents and friends who

supported me in completing this project within the limited time

frame.
INTRODUCTION
PYTHON
Python is a widely used general-purpose, high level programming
language. It is also quite easy to learn, understand, and code.
Python downloads with an extensive library and it contain code for
various purposes like regular expressions, documentation- generation,
unit-testing, web browsers, threading, databases, CGI, email, image
manipulation, and more. It also does not need curly braces to define
blocks, and indentation is mandatory. This furtheraids the readability
of the code. This language supports both the procedural and object-
oriented programming paradigms.

It is used for:

• web development (server-side),


• software development,
• mathematics,
• system scripting.

Python is widely used because it can be used on a server to


create web applications, can be used alongside software to
create workflows, and can connect to database systems. It can
also read and modify files, can be used to handle big data, and
perform complex mathematics, can be used for rapid
prototyping, or for production-ready software development.
MYSQL
MySQL is a fast, easy-to-use RDBMS (Relational
Database Management System) being used for many
small and big businesses. MySQL is released under an
open-source license. So you have nothing to pay to use it.
MySQL is a very
powerful program. It handles a large subset of thefunctionality of
the most expensive and powerful
database packages. MySQL uses a standard form of the well-
knownSQL data language. MySQL works on many operating
systems and with many languages including PHP, PERL, C, C++,
JAVA, etc.
MySQL works very quickly and works well even with large data
sets.MySQL is very friendly to PHP, the most appreciated language
for web development.
OBJECTIVE

Student management:-Earlier we used to maintain many registers and


files for maintaining the students’ details and details
related to other school issues. It was very difficult to record each.
and every detail. Also, the information was very difficult to keep in
comprehensive and ordered manner. So, it
becomes very handy work to do. To overcome the situation, Student
Management is an Modern and Easy way to use. It is designed to
maintain all the data regarding school and the students. It helps the
teachers to keep all the student details in a very comprehensive manner.
It also makes all the data easily accessible at a single place and hence
there is no need to keep searching for things in the registers, as they can
easily be accessed by just few clicks.
System Requirements
(Software Requirements)

Project Name: Student Management System Project in Python

IDE Pycharm(Recommended),IDLE

Database SQLite3

Python version (Recommended): 3.8 or 3.9

Type/Category: Final Year Project using Python


(Hardware Requirements)
Minimum Requirements:
• Modern Operating System:

• x86 64-bit CPU (Intel / AMD architecture). ARM CPUs are not supported.

• 4 GB RAM.

• 5 GB free disk space.


Recommended Requirements:
• Intel i3 8th gen Operating System:

• x86 64-bit

• 4 GB RAM

• 5 GB free disk space


CODING
OUTPUTS
BIBLOGRAPHY

● www.pythontrend.com
● www.geeksforgeeks.org
● Computer Science – Python
● Class 12 textbook-Sumita Arora

You might also like