프로그래밍 이야기

파이썬(Python), 가지고 놀기 첫걸음

원생계 2019. 4. 24. 02:25

 

 

파이썬(Python)을 만져보고 있습니다. 게임 개발만 한다고 쓰던 프로그래밍 언어만 쓰다보니, 여태 파이썬을 만져보질 않았네요. 그래서 조금씩 취미삼아, 공부삼아 만져보고 있습니다. 로고가 귀여운 뱀 두마리라 맘에 듭니다.

1. Python 설치

2. Python IDE 설치

3. Python 가지고 놀기

위 순서대로 진행해면 됩니다.

먼저 파이썬 설치. 공식 홈페이지에서 다운로드 받아 설치하면 됩니다. 관련 링크들을 아래쪽에 몰아놨습니다.

 

금방 끝. 설치가 모두 끝나면 마지막에 Online Tutorial 과 Documentaion 링크도 알려주는데, 영어의 압박이 있으므로 한글자료를 찾아서 보는 걸 추천드립니다. 좋은 분들이 한글자료를 엄청 많이 공유해놨어요.

그냥 메모장같은 에디터로 Python script file 을 만들어서 돌려도 되지만, 저는 이미 Visual Studio 에 조교당해서 편리함에 젖은 몸. 친한 프로그래머분에게 IDE 를 하나 추천받았습니다. JetBrain 사의 PyCharm. 설치합니다.

윈도우즈의 노예 프로그래머는 IDE 에서 코딩해야 제맛. 이제 재미나게 Python 코딩하면 됩니다. 파이썬 관련 프로그래밍에 대한 이야기는 다음 포스트에서.

JetBrains 에서 만든 Python IDE PyCharm

https://www.jetbrains.com/pycharm/download/#section=windows

 

Download PyCharm: Python IDE for Professional Developers by JetBrains

Intelligent Python IDE with refactorings, debugger, code completion, on-the-fly code analysis and coding productivity orientation

www.jetbrains.com

파이썬 공식 홈페이지

https://www.python.org/

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

파이썬 온라인 튜토리얼

https://docs.python.org/3.7/tutorial/index.html

 

The Python Tutorial — Python 3.7.3 documentation

The Python Tutorial Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its int

docs.python.org

파이썬 레퍼런스 문서

https://docs.python.org/3.7/index.html

 

3.7.3 Documentation

Python 3.7.3 documentation Welcome! This is the documentation for Python 3.7.3. Parts of the documentation: What's new in Python 3.7? 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://opentutorials.org/course/1750

 

Python & Ruby - 생활코딩

수업의 특징 본 수업은 Python(파이썬)과 Ruby(루비), Ruby와 Python을 동시에 배우는 수업입니다. 저는 이것을 병렬학습이라고 부릅니다. 이를 통해서 프로그래밍 언어들을 관통하는 보편적인 원리를 파악하고, 각 언어가 가지고 있는 특성을 드러내고 싶습니다. 두 개의 언어를 각각 배우는 것보다 빠르게 익힐 수 있다는 것은 덤으로 따라오는 효과입니다.   수업의 대상 본 수업은 프로그래밍 언어의 문법과 기능을 익히는 수업입니다. 수준은 초심자도

opentutorials.org

 

 

728x90
반응형