class PythonDeveloper:
- def __init__(self):
- self.firstName = 'Tretyakov'
- self.name = 'Alexey'
- self.age = '34'
- self.contact = {
- 'phone': '0965380490',
- 'email': 'atret1988@gmail.com',
- 'github': 'https://github.com/ATreTCM'
- }
- self.hardSkills = [
- 'Django', 'Django REST framework', 'Instaloader'
- 'MySQL', 'PostgreSQL', 'BeautifulSoup',
- 'Requests', 'Celery/Redis', 'Aiohttp',
- 'Flask', 'SqlAlchemy', 'GraphQL',
- ]
- self.softSkills = [
- 'communicable', 'stress-resistant', 'self-organized',
- 'punctuality', 'purposefulness', 'easily motivated'
- ]
- self.english = 'pre-intermediate'
- self.workExperience = {
- '2019-2022':'Freelance',
- '2022-today': 'Python Developer in T.Team'
- }
