# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://clu.gitbook.io/python-web-crawler-note/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
