달력

5

« 2024/5 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

'Houdini/Python'에 해당되는 글 1

  1. 2017.03.23 A Byte of Python
2017. 3. 23. 12:35

A Byte of Python Houdini/Python2017. 3. 23. 12:35

A Byte of Python

https://python.swaroopch.com/



Python2.7 메뉴얼 번역 다운로드


https://sourceforge.net/projects/byteofpython-korean/


http://byteofpython-korean.sourceforge.net/byte_of_python.html



한글 주석 사용

최상단에 입력

# -*- coding: utf-8 -*-



10.자료구조

- 리스트,튜플(tuple),사전,집합

대괄호 [ ] 사용

메소드 - 클래스 내에 정의된 고유의 내장함수 예) list클래스에 append라는 메소드 mylist.append(' an item')

필드 - 클래스 내에 정의된 변수들을 의미



editor util : Pycharm

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

:
Posted by fx0275