데이터 기반 애플리케이션을 구축할 때 데이터베이스는 필수적인 요소이다. Streamlit은 간단한 코드만으로 웹 애플리케이션을 개발할 수 있을 뿐 아니라, SQLite와 같은
Continue reading
데이터 기반 애플리케이션을 구축할 때 데이터베이스는 필수적인 요소이다. Streamlit은 간단한 코드만으로 웹 애플리케이션을 개발할 수 있을 뿐 아니라, SQLite와 같은
Continue reading실시간 데이터 시각화는 데이터 분석 애플리케이션에서 매우 유용한 기능이다.Streamlit 실시간 데이터 시각화 방법을 사용하면 Python 기반으로 손쉽게 실시간 대시보드를 구축할
Continue readingStreamlit은 웹 애플리케이션을 쉽게 구축할 수 있는 도구이지만, 기본적으로 Stateless 구조이다.즉, 사용자가 값을 입력하거나 특정 동작(예: 버튼 클릭, 드롭다운 선택
Continue readingStreamlit은 Python을 사용하여 데이터 기반 웹 애플리케이션을 쉽고 빠르게 개발할 수 있는 오픈 소스 라이브러리이다. 데이터 사이언티스트와 머신러닝 엔지니어들이 데이터
Continue reading오늘은 새로운 모델 OpenAI ‘o1’이 출시되고 사용해 볼 수 있도록 업데이트 되어, ‘o1’ 모델 소개 및 사용기 포스트를 작성해보고자 한다.
Continue readingFlutter는 크로스 플랫폼 모바일 애플리케이션 개발을 위한 프레임워크로, 한 번의 코드 작성으로 iOS와 Android 앱을 동시에 개발할 수 있다. 이
Continue readingJupyter Notebook and Jupyter Lab are essential tools for data scientists and developers. Using shortcuts in these environments can significantly
Continue readingData serialization formats are essential for data interchange between different systems, applications, and services. Among the most popular formats are
Continue readingYAML Ain’t Markup Language 기존에 주로 사용 되던 포맷인 JSON의 불편함을 해소하기 위해 만들어진 Superset이다. JSON의 완전한 상위 호환이기 때문에
Continue reading