Skip to content
View SepehrRasouli's full-sized avatar
📚
Learning ! :D
📚
Learning ! :D

Organizations

@collove @DjangoEx
Block or Report

Block or report SepehrRasouli

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
SepehrRasouli/README.md
class Identity:
    def __init__(self,name:str,age:int,location:str):
        self.name = name
        self.age = age
        self.location = location

class Programmer:
    def __init__(self,specialty:str,familiar_with:list,interested_in:list):
        self.specialty = specialty
        self.familiar_with = familiar_with
        self.interested_in = interested_in
    
class Contact:
    def __init__(self,telegram:str,github:str,blog:str):
        self.telegram = telegram
        self.github = github
        self.blog = blog

identity = Identity(
    "Sepehr", 
    15, 
    "Tehran",
)

programmer = Programmer(
    "Back-End, Python Developer",
    ["Git","Javascript","Docker","Django","Linux"],
    ["Open-Source Community","Linux","Security","Machine Learning"],
)

contact = Contact(
    "t.me/SepehrRS",
    "You're Here !",
    "sepehrrs.blog.ir",
)

Pinned

  1. onionj/pybotnet onionj/pybotnet Public

    PyBotNet: A High-Level Remote Control Framework for Python with Telegram Integration

    Python 242 71

  2. clean-code-python clean-code-python Public

    Forked from zedr/clean-code-python

    🛁 Clean Code concepts adapted for Python

    Python 157 11

  3. DjangoEx/awesome-python-resources-persian DjangoEx/awesome-python-resources-persian Public

    Python-related resources made in Persian language

    120 13

  4. CommitLikeAProTranslation CommitLikeAProTranslation Public

    Translation of Sadra's article about commiting like a pro !

    24 1

  5. TorhamDev/Tlc-player TorhamDev/Tlc-player Public

    Terminal based player with VLC core.

    Python 10 2

  6. BecomeAnOpenSourceContributorTranslation BecomeAnOpenSourceContributorTranslation Public

    Translation of Sadra's article about becoming an open source contributor !

    9