Skip to content
View r-dehghani's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report r-dehghani

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

πŸ‘‹ Hi, I’m Dariush Dehghani via @r-dehghani on GitHub

Gmail Website Badge YouTube GitHub followers

  • πŸ‘€ I’m interested in Python programming and machine learning πŸ‘¨β€πŸ’»
  • 🌱 I’m currently learning machine learning 🧠
  • 🍳 nowadays I'm reading SQL cookbook by by Anthony Molinaro and Robert de Graaf
class Programmer:
    def __init__(self, name: str, family: str, is_alive: bool, coding: bool = False):
        self.name = name
        self.family = family
        self.is_alive = is_alive
        self.coding = coding
    
    def __str__(self) -> str:
        print(f"Be a good version of yourself {self.name} {self.family}.")

me = Programmer(name="Dariush", Family="Dehghani", is_alive=True, coding=None)

while me.is_alive == True:
    me.coding = True

My Current Streak:

GitHub Streak

Top Frequency Languages and Stats:

Top Langs Anurag's GitHub stats

Popular repositories Loading

  1. r-dehghani r-dehghani Public

    Config files for my GitHub profile.

  2. Conditional_Order Conditional_Order Public

    This is a Distributed System for Conditional Order.

    Python

  3. coding-interview-university coding-interview-university Public

    Forked from sogand145/coding-interview-university

    A complete computer science study plan to become a software engineer.

  4. learn-by-solving learn-by-solving Public

    Forked from mafshin/learn-by-solving

    Learn programming by solving real-world problems

    Python

  5. my_learning_on_django my_learning_on_django Public

    Django Framework is a powerful tool to create and moderate website!

    Python

  6. problem-solving problem-solving Public

    Forked from mafshin/problem-solving

    A comprehensive set of original problems to strengthen your coding skills

    Python