Python 공부

Python Excel 읽기

Publish:

Python pandas pandas module pandas 를 통해 엑셀을 읽어와보자.

Python tkinter 로 카운터 만들기

Publish:

Python tkinter Counter Button 버튼에 기능을 추가해보자. 1 2 3 from tkinter import * window = Tk() button = Button(window, command={함수이름}) 을 통해 버튼을 생성하고 해당 버튼에 함수의 기능을 ...

Python tkinter in mac

Publish:

Python tkinter in mac tkinter 설치 mac 에 python3 가 설치되어 있더라도 tkinter 가 설치되어 있지 않다.

Python Game

Publish:

Python (rock, scissors, paper) Game