Python Basic Course for Robotics Training

파이썬기초과정 로봇특화교육

2021년 방학 • 국립전북기계공업고등학교

Schedule 강의일정

Date Lecture Content Logistics
8/2 slide thumbnail
Week #1:
과정 소개
Chapter 01 책머리
Chapter 02 파이썬 소개
  • p. 6-23

8/2 slide thumbnail
Week #2:
Chapter 03 파이썬 설치
Chapter 04 파이썬의 첫 걸음
  • p. 25-43

8/2 slide thumbnail
Week #3:
Chapter 05 파이썬 기초
  • p. 55-79

8/2 slide thumbnail
Week #4:
Chapter 06 파이썬 연산자와 수식
  • p. 81-91

8/3 slide thumbnail
Week #5:
Chapter 07 흐름 제어
  • p. 93-109

8/3 slide thumbnail
Week #6:
Chapter 08 함수
  • p. 111-131

8/3 slide thumbnail
Week #7:
Chapter 09 모듈
  • p. 133-147

8/4 slide thumbnail
Week #8:
Chapter 10 자료 구조
  • p. 149-175

8/4 slide thumbnail
Week #9:
Chapter 11 실생활 문제 해결
  • p. 177-201

8/5 slide thumbnail
Week #10:
Chapter 12 객체 지향 프로그래밍
  • p. 203-225

8/6 slide thumbnail
Week #11:
Chapter 13 입력과 출력
  • p. 227-239

8/6 slide thumbnail
Week #12:
Chapter 14 예외 처리
  • p. 241-251

8/6 slide thumbnail
Week #13:
Chapter 15 표준 라이브러리
  • p. 253-259

8/6 slide thumbnail
Week #14:
Chapter 16 더 많은 것들
  • p. 261-273

8/6 slide thumbnail
Week #15:
Chapter 17 다음은? (부록)
  • p. 275-307

8/6 Final Project~

Top


Overview 개요

디자이너 노트: 이 책은 Python 3에 대해 자세히 설명하는 최신 영어 버전(2020년 11월 6일)과 Python 2.7에 대해 자세히 설명하는 최신 한국어 전체 버전(2015년 1월 7일)을 사용하여 구성되었습니다. 따라서 영어 버전과 한국어 버전 간에 약간의 차이가 있습니다. 그러나 Python에 대한 전체 그림을 보려면 두 가지를 나란히 볼 수 있는 것이 도움이 된다고 생각합니다. 공간과 선명도를 위해 약간의 편집도 수행했습니다.

이 책에서 “파이썬 2” 라고 부르는 것은, 파이썬 버전 2.7이상의 모든 버전을 의미합니다.

“A Byte of Python” 은 무료로 제공되는 파이썬 프로그래밍 교재입니다. 이 책은 파이썬을 처음 접하는 분들을 위한 튜토리얼 혹은 가이드의 역할을 하도록 쓰여졌습니다. 컴퓨터로 텍스트 문서를 작성하고 저장할 줄만 알면 충분합니다! 이 책은 바로 그런 분들을 위해 쓰여진 책입니다.

Designer’s Note: This book was put together using the most recent English version (Nov 6, 2020) detailing Python 3 and the most recent full Korean version (Jan 7, 2015) detailing Python 2.7. Therefore, there will be some minor differences between the English and Korean version. However, I think it is helpful to be able to see both, side-by-side, in order to get a fuller picture of Python. I also performed minor edits for space and clarity.

This book will teach you to use Python version 3. There will also be guidance for you to adapt to the older and more common Python version 2 in the book.

“A Byte of Python” is a free book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.

Textbook 교재

  1. Text: A Byte of Python
  2. Author: Swaroop C. H. 저, 박정빈 역
  3. Publisher: 2022년 11월

Top


Instructor 강사소개

Aaron Snowberger earned his Ph.D. in Information and Communications Engineering from Hanbat National University in South Korea in 2024. He also holds degrees in Computer Science and Media Design. He has taught technology courses for over 8 years, English for over 15 years, and has freelanced as a web developer and magazine designer for over 5 years. His current research interests include computer vision, natural language processing, image processing, signal processing, and machine learning.

Aaron Snowberger는 2024년 한국 한밭대학교에서 정보통신공학 박사 학위를 취득했습니다. 그는 또한 컴퓨터 과학 및 미디어 디자인 학위를 취득했습니다. 그는 8년 이상 기술 과정을 가르쳤고, 15년 이상 영어를 가르쳤으며, 5년 이상 웹 개발자 및 잡지 디자이너로 프리랜서로 일했습니다. 그의 현재 연구 관심사는 컴퓨터 비전, 자연어 처리, 이미지 처리, 신호 처리 및 머신 러닝입니다.

Top