Skip to content
View namans895's full-sized avatar

Block or report namans895

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

Popular repositories Loading

  1. calculator- calculator- Public

    CLI Calculator is a Python-based command-line calculator project. It allows users to perform basic arithmetic operations directly from the terminal. The project supports addition, subtraction, mult…

    Python

  2. Python-OOP-Assignments Python-OOP-Assignments Public

    Python OOP assignments and basic theory notes covering Classes, Objects, Encapsulation, Inheritance, Polymorphism, and Abstraction.

    Python

  3. Employee-Performance-Analysis Employee-Performance-Analysis Public template

    Employee Performance Analysis using Python, Pandas and Data Visualization.

  4. Bank-Management-System Bank-Management-System Public

    To develop a simple banking application that allows users to create accounts, deposit money, withdraw money, and check account balances using Python OOP concepts.

    Python

  5. body-mass-index-calculator- body-mass-index-calculator- Public

    A beginner-friendly Python BMI Calculator that computes Body Mass Index (BMI) using height and weight, classifies users into standard health categories, and demonstrates functions, conditional stat…

    Python

  6. Recursive-Factorial-Program Recursive-Factorial-Program Public

    A Python project demonstrating recursion by calculating the factorial of a number with proper input validation, modular function design, and clear documentation.

    Python