데이터 기반 애플리케이션을 구축할 때 데이터베이스는 필수적인 요소이다. Streamlit은 간단한 코드만으로 웹 애플리케이션을 개발할 수 있을 뿐 아니라, SQLite와 같은
Continue reading![](https://blog.deeplink.kr/wp-content/uploads/2024/12/image-850x550.png)
데이터 기반 애플리케이션을 구축할 때 데이터베이스는 필수적인 요소이다. Streamlit은 간단한 코드만으로 웹 애플리케이션을 개발할 수 있을 뿐 아니라, SQLite와 같은
Continue reading실시간 데이터 시각화는 데이터 분석 애플리케이션에서 매우 유용한 기능이다.Streamlit을 사용하면 Python 기반으로 손쉽게 실시간 대시보드를 구축할 수 있다.이번 글에서는 Streamlit으로
Continue readingStreamlit은 웹 애플리케이션을 쉽게 구축할 수 있는 도구이지만, 기본적으로 Stateless 구조이다.즉, 사용자가 값을 입력하거나 특정 동작(예: 버튼 클릭, 드롭다운 선택
Continue readingStreamlit은 Python을 사용하여 데이터 기반 웹 애플리케이션을 쉽고 빠르게 개발할 수 있는 오픈 소스 라이브러리이다. 데이터 사이언티스트와 머신러닝 엔지니어들이 데이터
Continue reading오늘은 OpenAI의 새로운 모델 ‘o1’이 출시되고 사용해 볼 수 있도록 업데이트 되어, ‘o1’ 모델 소개 및 사용기 포스트를 작성해보고자 한다.
Continue readingDepth-First Search (DFS) is a widely used search algorithm in graph and tree data structures. It starts from a node
Continue readingThe Least Common Multiple (LCM) is the smallest number that is a multiple of two or more numbers. LCM is
Continue readingThe Greatest Common Divisor(GCD) is the largest number that divides two or more numbers without leaving a remainder. GCD is
Continue reading최소 공배수(LCM, Least Common Multiple)는 두 개 이상의 숫자의 공통 배수 중 가장 작은 값을 의미한다. LCM은 수학에서 중요한 개념이며,
Continue readingFlutter는 크로스 플랫폼 모바일 애플리케이션 개발을 위한 프레임워크로, 한 번의 코드 작성으로 iOS와 Android 앱을 동시에 개발할 수 있다. 이
Continue reading