> For the complete documentation index, see [llms.txt](https://clu.gitbook.io/python-web-crawler-note/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clu.gitbook.io/python-web-crawler-note/master.md).

# Introduction

這是我第一次學python, 也是第一次接觸網路爬蟲, 就在這邊整理一下我的學習心得.

Source code都放在[這裡](https://github.com/yotsuba1022/web-crawler-practice).

參考資料:

* [Pycone松果城市](http://pycone.com/) - Python網頁爬蟲入門實戰(這位老師講得非常好, 強烈建議買課程支持一下這樣的好老師, CP值超高.)
* [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - A Python library for pulling data out of HTML and XML files.
* [Python3 Official Document](https://docs.python.org/3/) - BJ4
