随笔分类 - Python.环境配置安装
摘要:查看python版本: C:\hy\py>python Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright",
阅读全文
摘要:Python版本:Python 3.7.4 pip3版本:pip 21.2.4 安装requests: C:\hy\py>pip3 install requests Collecting requests Downloading requests-2.26.0-py2.py3-none-any.wh
阅读全文
摘要:下文转载自:https://baijiahao.baidu.com/s?id=1630601858000127124&wfr=spider&for=pc 习惯于使用Linux的人,时常需要在终端命令行工作,默认的黑白界面看的苍白而单调。实际上我们可以美化它的显示,之前虫虫有很多文章中曾介绍过很多这样
阅读全文
摘要:C:\Users\ufo>pip install beautifulsoup4 Collecting beautifulsoup4 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=Non
阅读全文
摘要:VersionOperating SystemDescriptionMD5 SumFile SizeGPG Gzipped source tarball Source release f215fa2f55a78de739c1787ec56b2bcd 23978360 SIG XZ compresse
阅读全文
摘要:C:\Users\ufo>pip install requests Collecting requests WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after co
阅读全文
摘要:C:\Users\horn1\Desktop\python\49-geo>pip install geopy Collecting geopy Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))
阅读全文
摘要:C:\Users\horn1\Desktop\python\49-geo>pip install geocoder Collecting geocoder Downloading https://files.pythonhosted.org/packages/4f/6b/13166c909ad2f2
阅读全文
摘要:C:\Users\horn1>pip install bcodingCollecting bcoding Downloading https://files.pythonhosted.org/packages/9d/2f/6ee83fc7ec45bff8b1cf54f45acb61b00dd6ffa
阅读全文
摘要:C:\Users\horn1\Desktop\python\35-pytorrent>pip install bencodeCollecting bencode Downloading https://files.pythonhosted.org/packages/ee/e8/a525446e386
阅读全文
摘要:文本没有对齐,建议打开文本编辑器的Tab显示(我用的Editplus是视图->空白->制表符),看缩进是否合理,调整一致就好了。
阅读全文
摘要:完成此页代码需要安装BeautifulSoup4包,请在控制台输入pip install beautifulsoup4 进行下载安装: D:\workspace\python\5.analyseMyBlog>pip install beautifulsoup4 Collecting beautifu
阅读全文
摘要:在cmd窗口输入pip install requests 即可,如下 C:\Users\horn1\Desktop\python\4>pip install requestsCollecting requests Downloading requests-2.18.4-py2.py3-none-an
阅读全文
摘要:在cmd窗口输入 pip install beautifulsoup4,如下: C:\Users\horn1\Desktop\python\3>pip install beautifulsoup4Collecting beautifulsoup4 Downloading beautifulsoup4
阅读全文