Dmitry Trifonov

Dmitry Trifonov

Digital Marketer & Frontend Developer

Summary

My career began as a manager, then I chose the direction of marketing analyst and worked for several years in manufacturing and research companies in the marketing department.

For the last few years, I have been working in the field of digital and performance marketing in an IT company.

In 2024, I completed courses in Python programming and Python data analytics.

Web development has interested me for quite some time. I have several projects on the popular CMS: WordPress and Tilda. Frontend developer courses from Rolling Scope provide fairly good training in this area.

Education

Peter the Great St.Petersburg Polytechnic University (SPbPU)

Faculty Economics

Years: 2009 - 2014

Specialization: Master of Organization Management

University Polytechnic College "Radiopolytechnicum"

Years: 2005 - 2009

Specialization: “Computers, complexes, systems and networks”

Courses

Code Example

// Python code - Program that determines the shortest and longest city name:
                city1 = input()
                city2 = input()
                city3 = input()
                
                ans_max = city1  # положили первый город
                ans_min = city1
                
                if len(city2) < len(ans_min):
                    ans_min = city2
                
                if len(city2) > len(ans_max):
                    ans_max = city2
                
                if len(city3) < len(ans_min):
                    ans_min = city3
                
                if len(city3) > len(ans_max):
                    ans_max = city3
                
                print(ans_min)
                print(ans_max)
            

Skills

Languages

Russian Native

English Pre-intermediate

Contacts

dima9023@outlook.com