- Python Web Scraping(Second Edition)
- Katharine Jarmul Richard Lawson
- 240字
- 2021-07-09 19:42:43
Python 3
Throughout this second edition of Web Scraping with Python, we will use Python 3. The Python Software Foundation has announced Python 2 will be phased out of development and support in 2020; for this reason, we and many other Pythonistas aim to move development to the support of Python 3, which at the time of this publication is at version 3.6. This book is complaint with Python 3.4+.
If you are familiar with using Python Virtual Environments or Anaconda, you likely already know how to set up Python 3 in a new environment. If you'd like to install Python 3 globally, we recommend searching for your operating system-specific documentation. For my part, I simply use Virtual Environment Wrapper (https://virtualenvwrapper.readthedocs.io/en/latest/) to easily maintain many different environments for different projects and versions of Python. Using either Conda environments or virtual environments is highly recommended, so that you can easily change dependencies based on your project needs without affecting other work you are doing. For beginners, I recommend using Conda as it requires less setup. The Conda introductory documentation (https://conda.io/docs/intro.html) is a good place to start!
- HTML5+CSS3王者歸來
- Mastering Zabbix(Second Edition)
- Learning Selenium Testing Tools with Python
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- 深入淺出Windows API程序設計:編程基礎篇
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Python神經網絡項目實戰
- 精通Scrapy網絡爬蟲
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- Learning ELK Stack
- 零基礎輕松學SQL Server 2016
- Getting Started with Hazelcast(Second Edition)
- Getting Started with LLVM Core Libraries
- Learning Concurrent Programming in Scala
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)