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",
)
📚
Learning ! :D
Pinned Loading
-
onionj/pybotnet
onionj/pybotnet PublicPyBotNet: A Remote Control Framework for Python with Telegram Integration
-
clean-code-python
clean-code-python PublicForked from zedr/clean-code-python
🛁 Clean Code concepts adapted for Python
-
DjangoEx/awesome-python-resources-persian
DjangoEx/awesome-python-resources-persian PublicPython-related resources made in Persian language
-
CommitLikeAProTranslation
CommitLikeAProTranslation PublicTranslation of Sadra's article about commiting like a pro !
-
-
BecomeAnOpenSourceContributorTranslation
BecomeAnOpenSourceContributorTranslation PublicTranslation of Sadra's article about becoming an open source contributor !
0 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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.