這個文字檔案問題用python怎麼解決

時間 2021-11-06 23:36:43

1樓:科先生

talk is cheap,show me the code!

with

open

('sample.txt'

,'r')as

fd_reader

:with

open

('result.txt'

,'w')as

fd_writer

:fd_writer

.write

(fd_reader

.read().

swapcase())

2樓:小波

def filechangeret = open('result.txt','wb')

with open('example.txt') as fout = f.readlines()

tmpstr = ''

for i in outi = i.encodefor z in iprint (z,type(zz = z.encodeif ord('a') <= ord(z) <= ord ('z'tmpstr += z.

upperelif ord('A') <= ord(z) <= ord ('Z'tmpstr += z.lowerelsetmpstr += ztmpstr = tmpstr.encoderet.

write(tmpstrtmpstr = ''

ret.closeif __name__ == '__main__'filechange()

這個是編譯過的,沒問題,SORRY,地鐵上考慮不全,為什麼要新建乙個result,因為不能對同乙個檔案進行讀和寫啊。

python 列表寫入文字檔案?

a 寫入檔案 with open a.txt mode w as f 讀取檔案 a restore with open a.txt mode r as f item f.readline item dictfor kv in item.split arr kv.split item dict arr...

使用python快速地在大文字檔案中修改某行?

Python奶茶 1.read 介面的問題 f open filename,rb f.read 我們來讀取 1 個 nginx 的日至檔案,規模為 3Gb 大小。read 方法執行的操作,是一次性全部讀入記憶體,顯然會造成 MemoryError 也即會發生記憶體溢位。2.解決方案 轉換介面3.真正...

如何更好的利用軟體發現文字檔案中的時間 人名 地名 機構名等資訊?

Gavin Lear 命名實體識別技術,可以試試Stanford Name Entity Recognition 工具,有中文的,需要事先分好詞。 閔可銳 這是個典型的的命名實體識別 NER 問題。國內目前不少對於命名實體識別有乙個誤區,就是把這個問題等價於分詞,將一些特定的人名,地名加入詞庫來達到...