Nikolay Radionov



About me


Currently I am studying Python, reading books, doing various tasks. To begin with, I want to create an application on the Django framework for accounting and changing the state of technical equipment to simplify current work and gain experience. To implement this task, the basics of web layout and basic knowledge of JavaScript are required. The main goal is to benefit people, to free up more of their time from routine so that they can learn something new and interesting.

Skills


Code example:


                
                    def uglify(value):
                        relust = ""
                        for i in range(len(value)):
                            if i%2:
                                relust += value[i].upper()
                            else:
                                relust += value[i].lower()
                        return relust
                    phrase = "Hwllo, World!"
                    print(uglify(phrase))
                
            

Education


Stavropol Higher Military Engineering School of Communications

Faculty of Radio Communication

specialty - engineer of radio communications, radio broadcasting and television

Experience


Despite the fact that programming attracted me from school, my work was far from this area. There were small projects to optimize accounting, printing template documents in office packages in VBA and Python.

My projects


Languages


Native: Russian

Foreign: English A2