Atomic Python (IP)
Atomic Python (IP)
A Project Report
On
Atomic Python
Place: DELHI
Date:
Acknowledgement
I undertook this project work ,as the part of my XII-Informatics
Practices course. I had tried to apply my best of knowledges and
experience, gained during the study and class work experience.
However ,developing software system is generally a quite
complex and time consuming process. It require a systematic
study, insight vision and professional approach during the design
and development. Moreover, the developer always feels the
need , the help and good wishes of the people near me, who
have considerable experience ans idea.
I would like to extend my sincere thanks and gratitude to my
teacher Ms. TALVINDER KAUR
I would like to take the opportunity to extend my sincere thanks
and gratitude to my father ……………………………….. and my mother
……………………………..
For being a source of inspiration and providing time and freedom
to develop this software project
We also feel indebted to my friends for the valuable suggestions
during the project work
1)Nimit Lakhanpal
2)Lalit Kumar
3)Kashif
……………………
( class XII )
INDEX
s.no CONTENT PAGE NO.
1 INTRODUCTION 5
2 PYTHON 6
3 WHAT IS PANDA? 7
4 PYTHON SLEEP 8
5 COMMANDS THAT ARE 9
USED!!
6 WHAT IS CHEMISTRY? 24
7 PERIODIC TABLE 26
8 WHAT IS ELECTRONS? 29
9 WHAT IS ATOMIC NO.? 32
10 WHAT IS ATOMIC 34
SYMBOLS?
11 WHAT IS ELECTRONIC 39
CONFIGURATION?
12 CODING 41
13 OUTPUT 51
14 SYSTEM DESIGN AND 56
DEVELOPMENT
15 SYSTEM 57
IMPLIMENTATION
INTRODUCTION
This software project is developed to automate the
functionalities of a periodic table. The purpose of the software
project is to develop the Management Information
System(MIS) to automate the periodic table with a view to
enhance the decision making of the functionaries.
A MIS mainly consist os database ,a collection of inter-related
tables for a particular subject or purpose ,cable to produce
different reports relevant to the user. An application program
is tried with the database for ease access and interface to the
database. Using application program or front end ,we can
store ,retrieve and manage all information in proper way.
The software, being simple in design and working ,does not
require much of training to user ,and can be used as a
powerful tool for automating a periodic table.
During coding and design of the software Project, Python a
powerful front-end tool is used for getting Graphic User
Interface (GUI) based integrated platform and coding simplify.
As a back-end a powerful , open source RDBMS , MYSQL is
used as per requirement of the CBSE curriculum of Informatics
Practices Course.
PYTHON
Python is an interpreted, high-level and general-purpose
programming language. Python's design philosophy
emphasizes code readability with its notable use of significant
whitespace. Its language constructs and object-
oriented approach aim to help programmers write clear, logical
code for small and large-scale projects.
Python is dynamically-typed and garbage-collected. It supports
multiple programming paradigms,
including structured (particularly, procedural), object-oriented an
d functional programming. Python is often described as a
"batteries included" language due to its comprehensive standard
library.
Python was created in the late 1980s, and first released in 1991,
by Guido van Rossum as a successor to the ABC programming
language. . A non-profit organization, the Python Software
Foundation, manages and directs resources for Python and
CPython development.
As of December 2020 Python ranked third in TIOBE’s index of
most popular programming languages, behind C and Java.
What is panda?
In computer programming, pandas is a software library written
for the Python programming language for data manipulation and
analysis. In particular, it offers data structures and operations for
manipulating numerical tables and time series. It is free
software released under the three-clause BSD license. The name
is derived from the term "panel data", an econometrics term for
data sets that include observations over multiple time periods
for the same individuals. Its name is a play on the phrase "Python
data analysis" itself. Wes McKinney started building what would
become pandas at AQR Capital while he was a researcher there
from 2007 to 2010.
Pandas is mainly used for data analysis. Pandas allows importing
data from various file formats such as comma-separated values,
JSON, SQL, Microsoft Excel. Pandas allows various data
manipulation operations such as merging, reshaping, selecting,
as well as data cleaning, and data wrangling features.
System Implementation