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

Organizations

@collove @DjangoEx

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 Loading

  1. onionj/pybotnet Public

    PyBotNet: A Remote Control Framework for Python with Telegram Integration

    Python 253 69

  2. clean-code-python Public

    Forked from zedr/clean-code-python

    🛁 Clean Code concepts adapted for Python

    Python 165 12

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

    Python-related resources made in Persian language

    126 11

  4. CommitLikeAProTranslation Public

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

    28 1

  5. TorhamDev/Tlc-player Public

    Terminal based player with VLC core.

    Python 10 2

  6. BecomeAnOpenSourceContributorTranslation Public

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

    9

0 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

SepehrRasouli has no activity yet for this period.
Loading