iT邦幫忙

2024 iThome 鐵人賽

DAY 0
0
自我挑戰組

Python應用系列 第 24

python 應用 day23

  • 分享至 

  • xImage
  •  

Python 的內建模組與標準庫
Python 擁有非常豐富的內建模組和標準庫,涵蓋了從文本處理到數學運算、文件操作到網絡交互的方方面面。這裡列出幾個重要的內建模組:
1.itertools:一個功能強大的模組,提供了各種迭代工具,比如無限序列生成、排列組合等。
from itertools import permutations

data = [1, 2, 3]
print(list(permutations(data))) # 輸出: [(1, 2, 3), (1, 3, 2), (2, 1, 3), ...]
https://ithelp.ithome.com.tw/upload/images/20241012/20169340hsBSUvArFr.png


上一篇
python 應用 day22
下一篇
python 應用 day24
系列文
Python應用31
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言