Python全栈教程教案

1.基础语法
成员运算符 in
身份运算符 is
链式赋值
import
if…elif…else
raw_input()
print
2.注释
#
…#
···
···
3.类数组
集合
元祖
字典
列表
4.多线程
_thread
threading
5.网站框架
django
flask
tornado
twisted
6.函数
map
filter
reduce
7.环境
pyenv
virtualenv
8.json处理
dumps()
load()
9.生成exe
pyinstaller
py2exe
10.爬虫
urllib
beautifulsoup
metplotlib
11.自动化
selenium
pyautogui
pywinauto
appium
12.连接数据库
sqlalchemy
pymysql
mysqldb
13.监控
dstat
glances
14.文档处理
openpyxl
pypdf2
win32com
15.python hack
dvwa
reaver
aircrack -ng
cain
python-nmap
16.常用库
jieba
sklearn
scrapypandas
snownlp
ftplib
smptlib
poplib
scipy
numpy
pillow
winsound
zipfile
wkhtmltopdf
unittest
tesseract ocr
17.gui库
tkinter
pyqt
18.特征
匿名函数 lambda
关键词 yield
私有变量 __
19.编辑器
conemu
jupyter notebook
pycharm
20.运维
fabric
ansible
setuptools

Add a Comment