목차
Python
구현체들
개발환경
코드 인코딩 지정(encoding, charset)
Books & Tutorials
참조
Python
Python
Zen of Python
PEP-008|Python 코딩 규칙
IPython interactive shell
The history of python
: 귀도 반 로섬의 블로그
Python by Luis Solis | ZEEF
https://pythonprogramming.net/
구현체들
IronPython
: .NET 구현체
Jython
개발환경
PyEnv
Python venv
Python VirtualEnv
Python Anaconda
pipenv
코드 인코딩 지정(encoding, charset)
PEP 0263 -- Defining Python Source Code Encodings
소스코드 맨 첫 줄에 파일의 인코딩을 지정한다.
# -*- coding:utf-8 -*-
# vim: set fileencoding=utf-8
Books & Tutorials
Python Books
Learn Python the hard way
Python Tutorial - Tutorials Point
Welcome to Problem Solving with Algorithms and Data Structures — Problem Solving with Algorithms and Data Structures
Automate the Boring Stuff with Python | Practical Programming for Total Beginners
점프 투 파이썬
참조
Modern Good Practices for Python Development · Field Notes
Best Practices Python Logging
Valuable Python resources
그리고 무조건 알아야할 기본
Sphinx
Python Documentation Generator
enum in Python
Functional Programming with Python
united-coders - Functional programming with Python
Python Execute Unix / Linux Command Examples
Hidden features of Python
Linux System Mining with Python
Python Worst Practices
Python 문서고
10 Resources to Learn Python Programming Language
Python module of the week
Awesome Python frameworks
dict 이해하기
29 common beginner Python errors on one page | Python for biologists
Open Sourcing a Python Project the Right Way
Pycon
Functional Programming in Python | Javalobby
10 time saving tips for pythonists
파이썬 내장함수
파이썬을 배우는 최고의 방법 - @n0lb00's Blog
Hakawati Security Lab :: MIT 6.00 컴퓨터 공학과 프로그래밍(Python) 오픈 코스
파이썬정리
A Smooth Refresher To Python
Python Design Patterns Guide
Python Guide
python 수학이해하기
Python: Programming Efficiently
중급 파이썬 - Intermediate Python
Dive into Python 3
9 Python if, if else, if elif Command Examples
The 10 Most Common Mistakes That Python Developers Make
Advanced Python Features
Why Python Is Not My Favorite Language
10 Neat Python Tricks Beginners Should Know | Codementor
Exceptional Python
Python Practices for Efficient Code: Performance, Memory, and Usability
The Hitchhiker’s Guide to Python! — The Hitchhiker's Guide to Python
norvig/pytudes: Python programs to practice or demonstrate skills.
Social Network for Programmers and Developers
내 코드를 우아하게 만드는 파이썬 꿀팁 😮
파이썬 라이브러리 - WikiDocs
파이썬 요약집(기초)
Python Design Patterns
파이썬 초보자가 저지르는 10가지 실수 | 요즘IT
Clean Code in Python | TestDriven.io