# Taichung.py

## 介紹

台中 Python 程式語言的愛好者社群

## 活動投影片

### 2019

* 06/01 [就算不做機器學習，Chatbot 有 Articut 中文斷詞就沒問題了吧！](https://taichung-py.kktix.cc/events/meetup-20190601-articut)
  * Speaker: Peter Woof
  * [Slides](https://docs.google.com/presentation/d/e/2PACX-1vR2FMRhOJFCUsPU3ZEWXsbHYT2V1y2sTAa7-WhDIEPnlx-BnA4aJov-CsLwpyzq6VE9hnyYA4GuG35N/pub?start=false\&loop=false\&delayms=3000\&fbclid=IwAR39LazRrOpDMSsTWkw9amUZx_mB_oUEJYRpQ9jPJuNjV35sxKsm081YNmw\&slide=id.p)
* 05/18 [Pinkoi資料導向產品開發經驗分享](https://taichung-py.kktix.cc/events/meetup-201905-data-driven-product-devlopment)
  * Speaker: 廖尹禎 (DBoy)
  * [Slides](https://github.com/dboyliao/MyTalks)
* 04/13 [運用深度學習於胸腔X光影像腫瘤偵測的案例解析](https://taichung-py.kktix.cc/events/meetup-201904-lung-nodules-detection-for-chest-radiographs)
  * Speaker: 游人達, 涂嘉豪
  * [Slides](https://drive.google.com/file/d/1jXNtR6i4eo-r4ov0ydEP0SQPWOsyH9ua/view?fbclid=IwAR0TaXqn8_FsAlsiwobM4nh6-eROucxB_cAgtYNFRJ8bSHBb40e4lvlxAAg)
* 03/16 [MicroPython智慧自走車實作經驗分享](https://taichung-py.kktix.cc/events/meetup-201903-python-car)
  * Speaker: Malo Yang
  * [Slides](https://github.com/maloyang/KHPY20180908_Python-Car-Workshop)
* 01/12 [Julia’s Type System and Multiple Dispatch](https://taichung-py.kktix.cc/events/6e3cea3d)
  * Speaker: 杜岳華

### 2018

* 12/01 [Telegram Bot 開發手把手教學工作坊](https://taichung-py.kktix.cc/events/meetup-2018-12-telegram-bot)
  * Speaker: 江品陞（Vincent Chiang）
  * [Slides](https://slides.com/zaoldyeck/telegrambot-workshop#/)
  * [Code](https://github.com/zaoldyeck/telegram-innovation-chatbot)
* 11/17 [Taichung.py + PyTorch.Taichung聯合聚會](https://taichung-py.kktix.cc/events/meetup-2018-11-taichungpy-pytorchtaichung)
  * Speaker: Max Lai
* 10/31 [搞懂 Python 協同程序(Coroutine): 快樂學會非同步程式開發](https://taichung-py.kktix.cc/events/meetup-2018-10-coroutine)
  * Speaker: Jason
  * [Slides](https://slides.com/chairco/how_coroutine_work_in_python/?fbclid=IwAR1mZZxc0-fbfpA0WDLjQKke752wkih1tB8D2Rq9qpvkG4gCw6bUN2HVyKI#/)
* 09/22 [Python工業4.0 - 工廠監控系統](https://taichung-py.kktix.cc/events/meetup-2018-09-iot)
  * Speaker: Malo Yang
  * [Slides](https://github.com/maloyang/TCPY20180922_Python-industry-IoT)
* 08/07 [Java-Jersey 到 Python-Flask 重構經驗分享](https://taichung-py.kktix.cc/events/meetup-2018-08)
  * Speaker: Max Lai
* 07/07 [實驗組比控制組平均好，就是真的比較好嗎？](https://taichung-py.kktix.cc/events/meetup-201807)
  * Speaker: Mosky Liu／劉依語


---

# 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://tgmeetup.gitbook.io/twcommunities/communities/taichungpy.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.
