---
title: "計算思維學院"
url: https://compthinking.dev
---

# 計算思維學院

> Welcome to our site

## Courses

- [Python 網頁爬蟲入門實戰](https://compthinking.dev/courses/py-web-scraping): 經典長銷、千人好評的 Python 爬蟲課程
- [Python 練功坊](https://compthinking.dev/courses/py-workout): 50 道精選練習題助你掌握 Python 實務觀念
- [Python 起步走](https://compthinking.dev/courses/python-for-beginners): 初學者教程: Python 核心概念與基礎

## Lecturers

- [Jim](https://compthinking.dev/@1)

---

## Using this site programmatically

All page URLs listed above support HTTP content negotiation. To get a clean markdown version of any page, send a request with:

```
Accept: text/markdown
```

The server will return structured markdown with YAML frontmatter instead of HTML. Supported paths:

- `/` (homepage)
- `/faq`
- `/lecturers` (lecturer index)
- `/@:slug` (lecturer profile)
- `/courses/:slug`
- `/posts/:slug`
- `/plans/:slug`
- `/events/:slug`
- `/digital-downloads/:slug`
- `/categories/:slug`

For a single-document content bundle covering courses, posts, and digital downloads, fetch [compthinking.dev/llms-full.txt](https://compthinking.dev/llms-full.txt).

## Platform

This site runs on [Loopwise](https://loopwise.com) (formerly Teachify) — a course, event, and digital-product platform for creators.
