Skip to content
View NAMAN-2348's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report NAMAN-2348

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NAMAN-2348/README.md

Hi, I'm Naman Arora 👋

B.Tech Biotechnology @ NSUT Delhi  |  Coding since 2023  |  New Delhi, India


About Me

I build Python projects that sit at the intersection of science, systems, and design. Started coding in Class 11 and have been writing programs daily since — everything from chemistry simulators to GUI-based games to database-backed applications.

Currently in my first year of Biotechnology at NSUT, learning bioinformatics and exploring how computation can be applied to biological problems. Also pursuing a Bachelor of Music (Guitar) from Prayag Sangeet Samiti — concurrently.


Projects

🔬 Science & Domain Tools

ELEDEX  ·  Electronic Configuration Generator

Generates shell-wise, subshell-wise, and noble-gas-wise electronic configurations for all 118 elements. Implements Aufbau principle logic from scratch, including anomalous cases for Chromium (Z=24) and Copper (Z=29). No chemistry libraries used.

Technoculture Farm  ·  IoT Precision Agriculture Software

GUI application and terminal system for automated NPK fertiliser calculation based on soil type, crop type, yield, and Nutrient Use Efficiency. Built as the software component of a state-level competition project (Inter-Zonal 2nd Position, 2024). Integrates with MySQL for crop data storage.


🖥️ Systems & Applications

NAMCOM  ·  Simulated Mobile OS Interface

A fully navigable phone OS simulator built in tkinter — home screen, lock screen, app icons, working calculator, phone dialler, status bar, and navigation buttons. Each app is a functional sub-application within the larger system.

TrafficWise  ·  E-Challan & Road Safety System

Terminal-based traffic management application with MySQL integration, dual login (civilian/officer), CAPTCHA authentication, automated challan generation, and repeat-offence tracking. Formatted terminal UI with box-drawing characters.

Student Record Keeper  ·  CSV-Based CRUD Application

Full create/read/update/delete system for student records with CSV file I/O, automatic grade computation, and pass/fail determination.


♟️ Games

NamChess  ·  Chess with GUI

Two-player chess game built in tkinter with full move validation for all pieces — rook, knight, bishop, queen, king, pawn (including diagonal capture and double-advance from starting position). Turn enforcement and board highlighting. Developed across multiple iterations; repository preserves the full build history.

Teen Patti  ·  Card Game

Full 52-card deck implementation of Teen Patti with tkinter GUI.

Minesweeper  ·  Configurable Grid Game

Minesweeper with variable row, column, and bomb count entered at runtime.


📊 Data & Math

ANOVA Calculator  ·  Statistical Analysis Tool

One-way ANOVA from scratch — computes between-group and within-group variance, degrees of freedom, mean squares, and F-statistic. Built for analysing scored question data across difficulty levels.

Graph Plotter  ·  Matplotlib + tkinter Visualiser

GUI application for bar graphs and double bar graphs using Matplotlib, with frequency input handled through the interface.


🧬 Bioinformatics (coming soon)

Currently learning Biopython and working through sequence analysis fundamentals. A genuine project will appear here once I have something worth showing.


Skills

Languages   Python · SQL
Libraries   Pandas · NumPy · Matplotlib · Tkinter · MySQL Connector
Tools       MySQL · BLAST · NCBI databases · Git
Currently   Biopython · Bioinformatics pipelines · Flask
Learning

Academics

  • B.Tech Biotechnology — NSUT Delhi (CGPA: 8.0, Sem 1)
  • Class XII CBSE — 93.4% · School Topper
  • Bachelor of Music (Guitar) — Prayag Sangeet Samiti (concurrent)

Connect

📧 naman.arora.ug25@nsut.ac.in  |  📝 codedrinc.blogspot.com


"Anything that can happen, will happen."

Popular repositories Loading

  1. NAMAN-2348 NAMAN-2348 Public

  2. ELEDEX ELEDEX Public

    Electronic configuration generator — implements Aufbau principle, noble gas notation, and exception handling for Cr and Cu. Built from scratch in Python.

    Python