python install using the IntelliJ IDEA plugin python

python install using the IntelliJ IDEA plugin python

intellij idea python plugin installation
File --> Settings... -->Plugins Click
to explore Python Browse

Under the call folder, facebook verification uses python to obtain the external network ip callstatus based on the internal network ip

Python simulates browser operation
http://bblove.me/2015/05/23/python-requests-login-csdn-blog/
http://blog.chinaunix.net/uid-26722078-id-3507409.html
http: //dragonball.blog.51cto.com/1459915/1436914
http://opslinux.com/2014/05/14/python%E4%BD%BF%E7%94%A8mechanize%E5%AE%9E%E7%8E %B0%E7%99%BB%E9%99%86/

sudo apt install -y python-pip
pip install mechanize


pip install requests
pip install beautifulsoup4


sudo yum -y install epel-release
sudo yum -y install python-pip
sudo yum clean all

Set proxy
http://panweizeng.com/python-urllib2-socks-proxy.html

Installation and simple use of python requests
http://blog.csdn.net/alpha5/article/details/24964009

Reference link:
http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000
http://www.runoob.com/python/python-tutorial.html
http://www.crifan.com/files/doc/docbook/python_beginner_tutorial /release/html/python_beginner_tutorial.html

Guess you like

Origin blog.csdn.net/yinjl123456/article/details/128042904