Skip to content
View Mohammad-SS's full-sized avatar
✌️
Woman Life Freedom !
✌️
Woman Life Freedom !
Block or Report

Block or report Mohammad-SS

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

I'm Mohammad Azimi , a Backend Developer . You need me ?! Feel free to DM💬 me in Linkedin

Linkedin: Mohammad1996Azimi


from humans import status
from datetime import date
from past import memories
from routines import create_good_memories , wake_up , code , drink_coffe , sleep 


class Mazimi(ME):
    '''
    This class extends myself in a very very short code !
    '''
    # Personal information
    first_name = "Mohammad"
    middle_name = "Bagher"
    last_name = "Azimi"
    alias = "MAzimi"
    personality = "ESTJ" # Based on MBTI test 

    # Skills 
    main_skills = ["Python" , "Django" , "DRF" ]
    secondary_skills = ["HTML","CSS" , "JS" , "PHP" , "Docker" ]
    used_to_be = ["Freelancer" ,"Backend Developer at Esra" , "Senior Backend Developer at Apptec"]

    # Trivia ! 
    time_zone = "Asia/Tehran"
    goal = "Be Happy ! Any where , Any Time !"
    good_memories = [memory for memory in memories if memory.my_status == status.HAPPY ]

    def life_cycle(self):
        '''
        It shows how i spend my every F...ing Days !
        '''

        while self.status == status.ALIVE :

            weekday = date.today().weekday()
            if weekday in ["3" , "4"] : # 3:Thursday and 4:Friday
                self.good_memories.append(create_good_memories()) # Maybe a short trip :)
                continue

            wake_up()
            code() 
            drink_coffe(choices=["Latte" , "Americano"]) # Americano will be choosed if we have bugs !
            code()
            sleep()
        
        return self.good_memories # When i pass away , only my good memories will remain :)

    @classmethod
    def test_sleep_hour(cls , sleep_datetime , wakeup_datetime):
        '''
        what will happen if my sleep quality be bad !?
        Args : 
         - sleep_datetime : datetime object
         - wakeup_datetime : datetime object
        '''
        sleep_quality = (sleep_datetime - wakeup_datetime).hours
        assert sleep_quality > 7 , "Today I need to drink more coffe !"
        assert sleep_quality < 10 , "I lost this day ! AZ SHANBE ISHALA :D"
    

Popular repositories

  1. Mohammad-SS Mohammad-SS Public

    Config files for my GitHub profile.

    1

  2. lib lib Public

    JavaScript

  3. esralib esralib Public

    JavaScript

  4. streaming streaming Public

    Python

  5. esraTiming esraTiming Public

    JavaScript

  6. react-native-animated-background-color-view react-native-animated-background-color-view Public

    Forked from joeyschroeder/react-native-animated-background-color-view

    🌈 A modified React-Native "View" component that animates it's "backgroundColor" when "color" prop changes.

    JavaScript