댓글 검색 목록

[Python] Python에서 SQLite 데이터베이스를 사용하는 방법 알아보기

페이지 정보

작성자 운영자 작성일 20-05-15 16:10 조회 1,049 댓글 0

SQLite는 Python에 포함 된 매우 사용하기 쉬운 데이터베이스 엔진입니다. 

SQLite는 오픈 소스이며 소규모 프로젝트, 취미 프로젝트 또는 테스트 및 개발을 위한 훌륭한 데이터베이스입니다.


SQLite3를 Python과 함께 사용하는 기본 사항을 배우는 데 도움이 되는 전체 비디오 과정을 발표했습니다. 

데이터베이스 및 테이블 작성, 데이터 추가, 데이터 정렬, 보고서 작성, 특정 데이터 가져 오기 등을 배우게 됩니다. 

이 과정은 Codemy.com의 John Elder가 가르칩니다.


https://www.freecodecamp.org/news/using-sqlite-databases-with-python/ 


이 과정에서는 이미 Python 프로그래밍에 대한 기본 지식이 있어야 하지만 데이터베이스나 SQLite에 대해 전혀 알 필요는 없습니다.


이 과정에서는 다음을 배우게 됩니다.


  • what is a database
  • how to install Python
  • how to install git bash terminal
  • how to use sqlite in a Python program
  • how to connect to database in Python
  • how to create a database
  • how to create a table
  • how to insert one record into table
  • how to insert many records into table
  • understanding data types
  • how to select data from table
  • how to format your results
  • how to use the where clause
  • how to use the like clause and wildcards
  • how to use AND and OR
  • how to update records
  • how to limit and order results
  • how to delete records
  • how to delete (drop) a table and backups
  • and more!

과정이 끝나면 과정의 모든 것을 강화하는 데 도움이 되는 매우 기본적인 응용 프로그램을 작성하는 방법을 배우게 됩니다.


아래 또는 무료 codeCamp.org YouTube 채널 (1.5 시간 시청)에서 비디오 과정을 볼 수 있습니다.




댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.