0% found this document useful (0 votes)
18 views12 pages

Cs Project SCHL

Uploaded by

haneeshstudies
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views12 pages

Cs Project SCHL

Uploaded by

haneeshstudies
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

RAILWAY MANAGEMENT

BOOKING SYSTEM

By:
S.Nishal
Naveen Raj.B
Kristopher.S
Sree Chidambaranathan.E
Haeden Agnel Noronha
INDEX:

1. INTRODUCTION TO PYTHON

2. INTRODUCTION TO MYSQL

3. SPECIFICATIONS OF COMPUTER USED

4. SOURCE CODE

5. OUTPUT IN PYTHON

6. OUTPUT IN MYSQL

7. BIBLIOGRAPHY
INTRODUCTION TO PYTHON

Python is a high-level, interpreted programming language known for its


simplicity and readability, making it an ideal choice for beginners and
experienced developers alike. Created by Guido van Rossum and first
released in 1991, Python emphasizes code clarity and developer
productivity.

With a vast ecosystem of libraries and frameworks, Python supports


various programming paradigms, including procedural, object-oriented,
and functional programming. It’s widely used in web development, data
analysis, artificial intelligence, scientific computing, automation, and
more.

Whether you’re building simple scripts or complex applications,


Python’s versatility and community support make it a powerful tool for
anyone looking to delve into programming.
INTRODUCTION TO MYSQL

MySQL is a popular Relational Database Management System


(RDBMS) that is used to store, retrieve, and manage data efficiently. It
uses Structured Query Language (SQL) to interact with databases.
MySQL is open-source, highly reliable, and widely used for web
development and application management.
1. Database: A collection of related data. In MySQL, a database can
contain multiple tables.
2. Table: A structured format to store data in rows and columns. Each
table represents a specific entity (like customers, orders, etc.).
3. Row (Record): A single entry in a table. Each row consists of
multiple fields (columns).
4. Column (Field): A category of data in a table. For example, in a
student database, columns could be Name, Roll Number, and
Marks.
MySQL uses SQL to perform various operations on databases. Common
SQL operations include:
• Creating Databases and Tables
• Inserting, Updating, and Deleting Records
• Querying Data with SELECT Statements
SPECIFICATIONS OF THE COMPUTER USED IN
PROJECTS
• Hardware:
• Processor: Ryzen 7 4800h
• RAM: 16 GB DDR4
• Storage: 1 TB SSD
• Graphics: GeForce GTX 1650 ti
• Display: 1920x1080 , 120Hz refresh rate

• Software:
• Operating System: Windows 11 64-bit
• Programming Language: Python 3.13
• Database: MySQL 8.0
• Other Software: MySQL Connector
SOURCE CODE
OUTPUT
BIBLIOGRAPHY

1. Python Programming Documentation


o Python Software Foundation. Python 3.9 Documentation.
Available at: https://docs.python.org/3.9/
o This documentation was referenced for understanding the
syntax and usage of Python functions, datetime, and random
modules.
2. MySQL Documentation
o Oracle Corporation. MySQL 8.0 Reference Manual.
Available at: https://dev.mysql.com/doc/
o This manual was consulted for setting up the MySQL
database, creating tables, and writing SQL queries for
database operations.
3. MySQL Connector/Python Documentation
o Oracle Corporation. MySQL Connector/Python Developer
Guide. Available at: https://dev.mysql.com/doc/connector-
python/en/
o The MySQL connector documentation was referred to for
connecting Python with MySQL and executing SQL
commands within the Python script.
4. Python MySQL Connector Installation
o How to Install MySQL Connector for Python. Available at:
https://pypi.org/project/mysql-connector-python/
o This resource was used to guide the installation of the
MySQL Connector for Python via pip.
5. Open Ai’s ChatGpt (Assistant)
o Open AI. ChatGpt: Programming and Conceptual Assistance.
Conversations with ChatGpt provided guidance on Python-
MySQL integration, debugging, and program design.
Available through https://chat.openai.com/
o ChatGpt was used for resolving issues, refining code logic,
and providing feedback on project development.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy