<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">bionote.net: Python-Looping-Techniques에 달린 최근 댓글/트랙백 목록</title>
  <id>http://bionote.net/tt/blna999/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://bionote.net/tt/blna999/" />
  <subtitle type="html">Bioinformatics Revolution</subtitle>
  <updated>2010-01-03T19:14:42+09:00</updated>
  <generator>Textcube 1.7.8 : Con moto</generator>
  <entry>
    <title type="html">[Python] file로 읽은 것 한줄씩 루프처리하기</title>
    <link rel="alternate" type="text/html" href="http://bionote.net/tt/blna999/entry/Python-Looping-Techniques#trackback1" />
    <author>
      <name>(찬석의블로그)</name>
    </author>
    <id>http://bionote.net/tt/blna999/entry/Python-Looping-Techniques#trackback1</id>
    <published>2005-05-06T15:57:22+09:00</published>
    <summary type="html">file handle로 받지 않고 sequence로 바로 저장해서 사용한다.
[CODE]db = open(&amp;quot;file.txt&amp;quot;,&#039;r&#039;).readlines()
for line in db:
   print line[/CODE]</summary>
  </entry>
</feed>
