Skip to content
View Theycallmegoat's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Tehran

Block or report Theycallmegoat

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
Theycallmegoat/README.md

✨ Hi there, Goat is here:

        
class Human:
    def __init__(self, full_name: str, location: str, language: str) -> None:       
        self.full_name = full_name
        self.location = location
        self.language = language

    def say_hello(self):
        print("I'm Happy to be here for showing my projects to you, hope you enjoy it!!")        
        
goat = Human('Mohammad Yarmohammadi', 'Iran', 'Persian')   
goat.say_hello()    

🛠  Tech Stack

Python  Django  DRF  Flask  Mongo DB  PostgreSQL  Redis  Git  Docker  LINUX 

Pinned Loading

  1. Instagram-Simulation-DRF Instagram-Simulation-DRF Public

    Instagram simulation with DRF, Serializering and DeSerializering data adn etc...

    Python