Skip to content
View anshumannandan's full-sized avatar
πŸ‘¨β€πŸ’»
πŸ‘¨β€πŸ’»

Highlights

  • Pro
Block or Report

Block or report anshumannandan

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
anshumannandan/README.md


Headline

Twitter Discord Gmail

# !/usr/bin/python
# -*- coding: utf-8 -*-

class Developer:

    def __init__(self):
    self.name = "Anshuman Nandan πŸ˜„"
    self.role = "Backend Developer πŸ’»"
    self.love = "Python 🐍"
    self.location = "Somewhere on Earth 🌍"

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

me = Developer()
me.say_hi()

image image image image

image image image image

image image image

image image image

GIF

Pinned

  1. cryptBEE cryptBEE Public

    Backend of a dummy cryptocurrency trading app. On this platform, you can buy, sell, and study data of cryptocurrencies.

    Python 4 1

  2. Edumate Edumate Public

    This is backend for a three-sided(Admin, Student & Teacher) college management system.

    Python 1 1