PAVEL LITVINKO

Contacts

About Me

Programming is a hobby for me. I have a main job - scientific researcher. I do research in the field of engineering incl. systems and devices for radio navigation, radar and television. I want to study in a new field.

Skills

  • Delphi, Pascal
  • JavaScript Basics
  • Git, GitHub
  • VS Code
  • Python basics, Pandas
  • Machine Learning (ML)

Code Example

                    
                        def GeoDist_km(lat1, lon1, lat2, lon2, **kwarg):
                            R = 6371.0088
                            lat1,lon1,lat2,lon2 = map(np.radians, [lat1,lon1,lat2,lon2])
                            dlon = lon2 - lon1
                            dlat = lat2 - lat1
                            a = np.sin(dlat / 2)**2 + np.cos(lat1) * np.cos(lat2) * np.sin(dlon / 2)**2
                            c = 2 * np.arctan2(np.sqrt(a), np.sqrt(1 - a))
                        return R * c 
                    
                

Education

  • Belarussian State University Informatics and Radioelectronics(BSUIR) - radio engineer
  • Postgraduate study at BSUIR - Radio engineering incl. systems and devices for radio navigation, radar and television

Courses

  • Introduction to Machine Learning - RS School

Languages

  • English - Intermediate
  • Russian - Native
  • Belarussian - Native