Svetlana
Ponomarenko


Junior Front-end developer

Summary

During my academic studies, I did data processing: manipulating data, generalising it, representing it in graphs using Python.
Currently I want to switch to commercial work, and be closer to the user: making their lives more convenient with user-friendly websites.

Education

  • 1. Skolkovo Institute of Science and Technology, Russian Federation
    MSc, 09.04.02 Information Systems and Technologies, 2020 - 2022
  • 2. Bauman Moscow State Technical University, Russian Federation
    Specialist degree, 15.05.01 Designing of technological machines and complexes, 2014 - 2020

Courses

RSS School Stage 0, JavaScript/Front-end

Code

Task: Given n, take the sum of the digits of n. If that value has more than one digit, continue reducing in this way until a single-digit number is produced. The input will be a non-negative integer.

                            
                                    def digital_root(n): 

                                    numbers_row = str(n) 

                                    if len(numbers_row)<=1: 
                                        print(numbers_row) 
                                        return(int(numbers_row)) 

                                    else: 
                                        if len(numbers_row)>1:
                                            numbers_sum = 0 
                                            for i in range(0, len(numbers_row)):
                                                summa += int(numbers_row[i]) 
                                    numbers_row = summa 
                                    
                                    return(digital_root(numbers_row))

Projects

Curriculum vitae

Languages

  • Russian - Native
  • English - B1
  • "I speak and write English quite fluently as my university studies are in English. I also have spent three months in Germany on an academic mobility programme where communication was exclusively in English."
  • Deutsch - A1