Coder Social home page Coder Social logo

Hey thereπŸ‘‹, Welcome to my Github Profile

Anurag's GitHub stats

Top Langs

Typing SVG

class Developer:
    def __init__(self,):
        self.name = 'Amir'
        self.family = 'Shahsafi'
        self.location = 'Iran'
        self.skills = [
            'Python',
            'Django',
            'Flask',
            'Javascript',
            'AWS',
            'Keep Learning :))',
        ]
    @property
    def get_fullname(self):
        return f"{self.name},{self.family}"
    @property
    def who_am_i(self):
        content = f"""
          Hey, I'm {self.get_fullname}.\n
          Currently I am in {self.location}.\n
          And I believe I am good at {self.skills}
          """
        print(content)
LinkedIn Instagram Spotify Twitter Follow

Amir Shahsafi's Projects

conditional-import-js icon conditional-import-js

for me, it's take some time to figure out how import some modules conditionally. But here it is.

djangox icon djangox

Django starter project with πŸ”‹

drf-for-test icon drf-for-test

a very simple API for Insert, Delete and Select in SQLs dataBases

highcharts icon highcharts

Highcharts JS, the JavaScript charting framework

letgobe icon letgobe

Try to create a good structure for Go projects

plotly.py icon plotly.py

The interactive graphing library for Python (includes Plotly Express) :sparkles:

pomodoro icon pomodoro

A very straight forward 'Pomodoro' timer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.