* 웹상에서 좋은 내용을 찾을 때 마다 업데이트 중입니다.

파이썬 추천 자습사이트

1. 점프투파이썬

- 베스트셀러 점프투파이썬의 온라인 무료공개판이다. 오프라인 책도 활발히 판매중이다. 두개 다 활용하는 것도 좋다. 글쓴이도 이 책을 소장하고 있다.

 

작가 박응용님은 파이썬이 그렇게 보급되지 않았던 2000년대 초반부터 책을 집필하셨다. 책은 최근까지 편집하여(2018년) 이지스퍼블리싱에서 발행하고 있다. 초보자,입문자,비전공자에게 추천할 만한 책이다. 이지스퍼블리싱 스테디셀러로 교보문고에 가면 항상 매대 앞에 나와있다. 요새 이지스책이 좀 많이 나와있긴 하다.

 

처음에는 쉽고 뒤로 갈수록 어려워진다. 특히 정규식 같은 것은 입문자에게 많이 어렵다. 처음에 다 이해하기 힘들겠지만 책을 읽었을 때 '아 파이썬 너무 쉽네' 하는 것 보다는, 도전적인 마음에 동기부여가 될 수 있다고 본다.

 

 

위키독스

온라인 책을 제작 공유하는 플랫폼 서비스

wikidocs.net

2. 바이트 오브 파이썬

바이트 오브 파이썬은 최고의 입문자용 튜토리얼 중의 하나이다. 글쓴이도 이 교재로 처음 파이썬을 접했다. 밤을 새가며 파이썬의 따끔한 맛(?)을 봤다. PDF 파일도 무료로 다운로드 받을 수 있다. 주의할 점은 한글 번역판은 파이썬 2가 기준이라서 print '헬로월드' 처럼 ( ) 괄호가 없다. 처음에 그걸 몰라서 헤맨 기억이 있다. 영문판은 파이썬3 기준으로 업데이트 되어 있다.

*파이썬 3에서는 문법이 바뀌었다. print('헬로월드') 로 괄호가 감싼다.

 

짧은 시간에 파이썬이 뭔지 알고 싶은 사람에게 추천하는 교재다. 한쪽에 교재와 다른 한쪽에 파이썬셸을 켜놓고 읽으면서 따라하면 된다. 커피 한잔 옆에 놓고 반나절 정도면 충분할 것이다.

 

바이트 오브 파이썬 (한글 온라인 교재)

 

원문 링크 >> https://python.swaroopch.com/ 

3. 박연오님의 파이썬 프로그래밍 입문서

- 파이썬 자료를 찾다가 발견한 웹사이트다. 저자 박연오님이 파이썬 입문서 내용을 온라인에 공개하고 오랫동안 집필중이라 하셨는데 책이 완성되었는지 확인은 안된다. Yes24에 검색해보니 아직 없는 것 같다. 아직 집필중인 것 같지만 초보자의 눈높이에서 세심하게 설명되있다.

 

- 챕터가 12장까지 집필중인 것 같은데 거기까지라도 충분히 읽어보면 도움이 된다. 게다가 온라인판이라 무료 공개가 되있다는 점이 좋다.

 

 

목차 | 파이썬 프로그래밍 입문서 (가제)

박연오가 도서출판 인사이트와 함께 준비하고 있는 파이썬 프로그래밍 입문서입니다. 질문과 의견은 페이지 하단의 댓글란에 남겨주세요.

python.bakyeono.net

*링크: 박연오님의 블로그

 

4. REAL PYTHON

최근에 발견한 외국 사이트이다. 사이트가 그림과 함께 참 깔끔하다. 다른 파이썬 사이트들과 다르게 뭔가 좀 학원에 대해 아시는 분인듯... 동영상 강의가 전부 유료인줄 알았는데 주제마다 어느 정도는 무료로 제공되고 텍스트 자료도 풍부하다. 파이썬에 특화된 느낌이라 전문성이 있어 보인다.

 

https://realpython.com/

 

Python Tutorials – Real Python

Learn Python online: Python tutorials for developers of all skill levels, Python books and courses, Python news, code examples, articles, and more.

realpython.com

 

Python Tutorial

Python Tutorial Learning by Examples Our "Show Python" tool makes it easy to learn Python, it shows both the code and the result. Click on the "Run example" button to see how it works. Python File Handling In our File Handling section you will learn how to

www.w3schools.com

 

https://www.programiz.com/python-programming

 

Learn Python (Programming Tutorial for Beginners)

Often, a program called "Hello, World!" is used to introduce a new programming language to beginners. A "Hello, World!" is a simple program that outputs "Hello, World!". However, Python is one of the easiest language to learn, and creating "Hello, World!"

www.programiz.com

https://www.w3resource.com/python/python-tutorial.php

 

Python Tutorial - w3resource

Python Tutorial, This tutorial introduces the basic concepts and features of the Python language and system. Python tutorial version 3.2 and above.

www.w3resource.com

https://www.geeksforgeeks.org/python-programming-language/

 

Python Programming Language - GeeksforGeeks

This page contains all topics of Python with clear explanations & examples. It also contains job interview questions,MCQ quizzes and output based questions.

www.geeksforgeeks.org

https://docs.python.org/3/

 

3.8.1 Documentation

Python 3.8.1 documentation Welcome! This is the documentation for Python 3.8.1. Parts of the documentation: What's new in Python 3.8? or all "What's new" documents since 2.0 Tutorial start here Library Reference keep this under your pillow Language Referen

docs.python.org

https://www.edureka.co/blog/python-turtle-module/

 

Build The Famous Snake Game With Python's Turtle Module | Edureka

This article will help you build the famous Snake Game using python's turtle module. It explains every single section of the code to understand the logic.

www.edureka.co

 

공유하기

facebook twitter kakaoTalk kakaostory naver band