활동:파이썬 스터디

"만들지 못하는 것은 이해하지 못하는 것이다." -리처드 파인만

How To Think Like a Computer Scientist: Interactive Edition을 교재로 사용합니다. 권장 진도는 다음과 같습니다.

  • Week 1
    • General Introduction
    • Simple Python Data
    • Debugging Interlude
  • Week 2
    • Python Turtle Graphics
    • Python Modules
    • Functions
  • Week 3
    • Selection
    • More About Iteration
  • Week 4
    • Strings
    • Lists
  • Week 5
    • Files
    • Dictionaries
    • Recursion
  • Week 6
    • Classes and Objects 1
    • Classes and Objects 2