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 !
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.