Python basic
Ctrlk
  • Python 기초 수업
  • Python 설치
  • Python의 기본
  • 자료형
    • 정수형(Integer)
    • 실수형(Float)
    • 부울형(Bool)
    • 복소수형(Complex)
    • 문자열형(String)
  • 조건문
  • 자료구조
  • 반복문
  • 문제 타임
  • 함수(Function)
  • 모듈(Module)
  • 예외처리(Exception Handling)
  • 클래스(Class)
  • PyQt
  • OPEN API(공공데이터 포탈)
  • 크롤링 (Crawling)
  • SQLlite
  • Dic 참고
  • 함수 참고 코드
  • Widget 배치 시작 코드
  • 야구게임
Powered by GitBook
On this page

자료형

정수형(Integer)실수형(Float)부울형(Bool)복소수형(Complex)문자열형(String)
Previous문장(Statement)Next정수형(Integer)

Last updated 7 years ago