• Computer languges in Job market in Korea

    South Korea is a rapidly developing country with a thriving technology industry. The country has a strong IT infrastructure and a growing demand for software development talent. As a result, companies in Korea have a high demand for various computer languages. [Read More]
  • Study in Korea website

    The website http://www.studyinkorea.go.kr/ is an official website run by the Korean government’s Ministry of Education. The website serves as a comprehensive resource for international students who are interested in studying in Korea. The website provides information on the following: [Read More]
  • [Python]How can I calculate distances between 2 places in Python

    One popular geographical library in Python is geopy. It provides geocoding (converting addresses to latitude/longitude) and reverse geocoding (converting latitude/longitude to addresses) services, as well as distance and geodesic calculations. Here’s an example of how to use geopy to geocode an address and compute the distance between two points: [Read More]
  • [Python]What is Numpy library and its basic sample

    NumPy is a Python library for numerical computing. It provides tools for working with arrays of numerical data, which makes it particularly useful for scientific and mathematical applications. Here’s an example of how to use NumPy to create a simple array and perform some basic operations on it: [Read More]