Marina Musaeva
Junior Frontend Developer

Contacts
- Phone: +33 699 373737
- E-mail: m.m.musaeva@gmail.com
- GitHub: https://github.com/followpython
Summary
After 9 years of experience in Payroll, i decided to dive into a new field for myself - programming. I am very interested in learning code in order to subsequently apply my skills in work. In any case, this is a new experience that will lead to an interesting start to a new career.
Skills
- Python
- HTML5 / CSS3
- JavaScript (Basics)
- Git, Github
- Visial Studio Code
Code
n = int(input('Natural number: '))
divisors = []
for i in range (2, n // 2 + 1):
if n % i == 0:
divisors.append(i)
print('Divisors proper:', ','.join(map(str,divisors)))
Courses
- https://book.up2skills.dev/basic-python
- https://learning.edx.org/course/course-v1:HarvardX+CS50+X
- https://rs.school/courses/javascript-ru
Projects
Education
Dagestan State Technical University
Economy & Finance Faculty
Years: 2000 - 2006
Specialization: Economist, Master's degree
Languages
-
Russian - Native
-
English - Intermediate
-
French - Intermediate