Skip to content

dogskip/python_basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_basic

파이썬 문법을 작은 실행 예제로 연습하는 저장소입니다. 모든 예제는 외부 패키지 없이 Python 표준 라이브러리만 사용합니다.

예제 구성

  • print/: 기본 출력, 자료형, f-string
  • ifesle/: 조건문과 재사용 가능한 검증 함수
  • iterate/: 반복문
  • list/: 리스트와 딕셔너리
  • random/: 난수와 몬테카를로 예제

각 파일은 다음처럼 직접 실행할 수 있습니다.

python3 ifesle/ifelse2.py

테스트

대화형 입력이 없는 재사용 함수는 표준 unittest로 검증합니다.

python3 -m unittest discover -v

About

Dependency-free Python learning examples with regression tests

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages