2018-7-7-Python練習
7個基本掌握
join
split
find
strip
upper
lower
replace
進階掌握
索引
切片
len
range
test = "abcdeabcfg" v = test[4] print(v) w = test[0:3] print(w) x = len(test) print(x)
for循環
#while冗長,for的精簡 test = "我是一個臥底" # index = 0 # while index < len(test): # v = test[index] # print(v) # index += 1 for i in test:print(i)
2018-7-7-Python練習
相關推薦
2018-7-7-Python練習
cfg str 掌握 abcd per col test clas repl 7個基本掌握 join split find strip upper lower replace 進階掌握 索引 切片 len range test = "abcdeabcfg" v =
Python-練習7
python 練習1.顯示文件的所有行,但忽略以#開頭的行;hello.txt文件第一行有一個#號執行程序:2. 逐頁顯示文本文件的程序,用戶輸入一個文件名,每次默認顯示行數為10行,給用戶一個選項,"是否繼續?(Y|N)"方法1:方法2:Python-練習7
2018.7.2(python日記)
主頻 執行 推薦 == 條件判斷 pytho 防止 字母 字符串類 1. 計算機是什麽 基本組成: 主板+cpu+內存 cpu: 主頻, 核數(16) 內存:大小(8G, 16G, 32G) 型號: DDR3, DDR4, DDR5, 主頻(海盜船,玩家國
2018.7.3 python
有一個 int while循環 else 轉義 not lse 占位符 存在 一,while 循環 1. 循環. while循環 while 條件: 代碼塊(循環體) 執行流程: 1. 判斷條件是否為真. 如果真. 執行代碼塊
2018/7/21 Python 爬蟲學習
write 5.0 http ati lib res txt文本 urllib agent 2018/7/21,這幾天整理出來的一些Python 爬蟲學習代碼。 import urllib2 response = urllib2.urlopen("http://baidu.
2018-7-30 python基本數據類型
back 個數 lower xxx color 表示 布爾 col 大量數據 python基本數據類型 int 整數 str 字符串. 一般不存放大量的數據 bool 布爾值. 用來判斷. True, False
Python練習【7】【文件對比並輸出可讀性較強的html文件】
spl error images 拷貝 tex https 打開 try odi 題目: 利用python寫出一個可在shell中執行的命令mydiff,用於比對兩個文件之間的區別,輸出可讀性較強的html頁面源碼,可保存到html文件中進行查看。 格式: mydiff
Python練習7:turtle六邊形繪製
程式碼實現: import turtle turtle.setup(800, 800, 200, 200) turtle.pencolor("black") turtle.pensize(4) turtle.penup() turtle.fd(-150) turtle.pe
正則表示式與Python(二更 2018 3.7 18:07)
正則表示式 自己去網上查,這裡不教。 re模組:核心函式和方法 使用compile()函式編譯正則表示式 使用任何可選的標記來編譯正則表示式的模式,然後返回一個正則表示式物件。 推薦預編譯,但並不是必須的。 如果需要編譯,就是用編譯後的方法;
Python全棧-magedu-2018-筆記7
https 支持 for tro 序列 全棧 sequence str 內置 第三章 - Python 內置數據結構 線性結構 線性結構 可叠代 for ... in len()可以獲取長度 通過下標可以訪問 可以切片 學過的線性結構 列表、元組、字符串、bytes
CentOS6.7部署Python Web環境
web python flask 安裝基礎編譯環境yum install wget gcc make -y 在Python官網下載源碼包wget https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz 解包,解壓縮xz -d P
Python2.7+PyQt4+eric4練習1
今天 tar widget 路徑 port window ref src 技術分享 今天根據網路上的教程剛剛安裝了 PyQt4和eric4,現在就練習一些基礎的程序,來大致理解一下我們的PyQt4中包含的主要類庫的基礎功能, 安裝成功後,我們試試看用PyQt4xianshi
python 基礎 7.7 json--上
script 1.7 方法 mil 使用 lin hit 就是 div 一. 文件json 的
Centos 7 安裝python 版本
檢查 oot -- 源碼包 uid 輸入 .py inpu mod #!/root/.pyenv/shims/python #python 3.0 # -*- coding:UTF-8 -*- import os import sys if os.getuid(
7、python數據類型之集合set
mem 重復 hostname 兩個 報錯 覆蓋 類型 move sdi 數據類型之集合setset 不允許重復的無序集合,不能通過下標取值,因為無序1、創建 創建空集合 s ={} 默認類型為字典,所以不是空集合,空集合如下 s = set() s = {
CentOS 7 將 python版本升級為3.x後產生的各種問題
eba traceback roo python版本 腳本 3.x fire pos rec CentOS 7內置的 Python版本為2.x,很多程序依賴於2.x版本,修改後會導致部分python腳本失效。 例如:yum、firewall-cmd、firewall-co
小甲魚 第7天 python 28集 因為懂你 所以永恒
如果 add ron blog 重復 進制 str 集合 style set 集合#無映射情況下,有映射為字典。創建集合 1.set1=set([1,2,3,3])#重復直接剔除2.{} #set是無序的不可變集合: frozen冰凍的,凍結的 frozense
2018-3-7 11周2次課 限定某個目錄禁止解析php、限制user_agent、php相關配置
user_agent 禁止解析php php相關配置 11.28 限定某個目錄禁止解析php禁止php解析:防止被上傳有害php文件,而被執行,php中可能有危險的函數,如果開放了上傳權限,肯定會被上傳惡意木馬文件,會被拿到服務器權限,root權限,非常危險。更可以在加上FilesMatch訪問限
2018.4.7 英語六級記錄
main blog format lec IT account ase higher mark relative 相對的 debatable . 有爭議的 complications 並發癥 celebrities` 名人 國民網上閱讀率 Recent National R
2018-5-7
監控網絡狀態10.6 監控io性能10.7 free命令10.8 ps命令10.9 查看網絡狀態10.10 linux下抓包10.6 監控io性能iostat -x (關註 %util)%util 等待io時間比。這個數值很大,就證明磁盤io很差,很忙。iotop (動態顯示 排序進程占io百分比)10.7