摘要:
Python爬虫初探 selenium+beautifulsoup4+chromedriver 安装模块:* import pymssql* pip install bs4* pip install selenium * pip install pd* pip install pandas* pip 阅读全文
摘要:
notepad运行python代码的步骤:
1、用notepad++打开python文件。或者新建文件,保存为.py格式。
2、在菜单栏上面有一个运行,我们点击运行->运行,或者使用快捷键F5。
3、点击运行菜单后会弹出notepad++中的运行窗口,不是系统自带的cmd运行窗口。输入运行程序名的输入框填写内容为:
cmd /k C:\Python27\python.exe "$(FULL_CURRENT_PATH)" & PAUSE & EXIT 阅读全文