본문 바로가기
Programming

Frequently used(referred) Python code

by leanu 2013. 5. 24.

개인적으로 자주 쓰거나 참조하는 Python Code 를 정리해 보았다.

File

read lines with line separator

 

read lines without line separator

File path concatenation

Get Filename list

Create directory if it doesn’t exist

 

 

String operations

format

 Fast string concatenation

 

'Programming' 카테고리의 다른 글

Comparing bash script / windows cmd script  (0) 2013.11.08
Java jdom sample  (0) 2013.06.03
Java sample code of random string generator  (0) 2013.05.15
JSP Sample code of Http Post  (0) 2013.05.15
String vs StringBuffer vs StringBuilder in Java  (0) 2013.05.15

댓글