class PythonDeveloper:
- def __init__(self):
- self.firstName = 'Tretyakov'
- self.name = 'Alexey'
- self.age = '33'
- self.contact = {
- 'phone': '0965380490',
- 'email': 'atret1988@gmail.com',
- 'github': 'https://github.com/ATreTCM'
- }
- self.hardSkills = [
- 'Python 3', 'Django', 'Django REST framework',
- 'MySQL', 'PostgreSQL', 'BeautifulSoup',
- 'Requests', 'Celery/Redis'
- ]
- self.softSkills = [
- 'communicable', 'stress-resistant', 'self-organized',
- 'punctuality', 'purposefulness', 'easily motivated'
- ]
- self.english = 'pre-intermediate'
- self.workExperience = {
- '2008-2010': 'Forwarder',
- '2010-2018': 'Sales Representative',
- '2018-2019': 'Battery former',
- '2019-2020': 'Flex printer',
- '2020-2021': 'Sales Representative',
- '2021-...': 'Plastics solder'
- }