explaingit

1c7/crash-course-computer-science-chinese

10,811JavaScriptAudience · generalComplexity · 1/5Setup · easy

TLDR

A complete volunteer-made Chinese subtitle translation of the 40-episode Crash Course Computer Science YouTube series, covering everything from logic gates and CPUs to the internet, machine learning, and robotics.

Mindmap

mindmap
  root((CCCS Chinese))
    Content
      40 episodes
      Full subtitles
      Episode notes
    Topics covered
      Hardware basics
      Programming basics
      Networks and internet
      AI and robotics
    Formats
      Single combined file
      Per-episode files
    Where to watch
      Bilibili polished
      YouTube original
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Watch all 40 episodes of Crash Course Computer Science with polished Chinese subtitles on Bilibili.

USE CASE 2

Download per-episode subtitle files to add Chinese captions to a local video copy of the series.

USE CASE 3

Use the episode-by-episode notes and timestamps as a study guide to navigate specific computing topics.

Tech stack

JavaScript

Getting it running

Difficulty · easy Time to first run · 5min

In plain English

This repository is a Chinese subtitle and translation project for Crash Course Computer Science, a 40-episode YouTube series produced by Crash Course. Each episode is about 10 minutes long. A volunteer team completed the full Chinese translation in 2018, and the polished version was finalized in May of that year. The series had approximately 4.99 million views at the time the README was written. The repo provides two subtitle formats: all 40 episodes combined into one text file, and a separate file per episode. A polished, quality-checked version of the subtitles is hosted on the Chinese video platform Bilibili, and the original English episodes are on YouTube via the Crash Course channel. The series covers the full arc of how computers work, starting from early mechanical calculators through vacuum tubes and transistors, then into logic gates, binary, the ALU (the part of a processor that does arithmetic), registers, RAM, CPUs, instruction sets, and programming languages. Later episodes move into operating systems, file systems, compression, command line interfaces, graphics, networks, the internet, cybersecurity, cryptography, machine learning, computer vision, natural language processing, and robotics. The final episode discusses the future of computing. The README includes episode-by-episode notes summarizing what each one covers, with timestamps for key moments. It also links to community study notes and concept maps that other viewers created alongside the subtitles. The project was a volunteer effort by multiple translators. It is not an official Crash Course product. Anyone wanting to watch the series in Chinese is directed to the polished Bilibili version rather than the first-draft translation also in the repo.

Copy-paste prompts

Prompt 1
I am a Chinese speaker learning how computers work from scratch. Based on the Crash Course Computer Science episode list, give me a study plan covering hardware first and software second.
Prompt 2
Using the topics from Crash Course Computer Science such as logic gates, ALU, RAM, and operating systems, create a 10-question quiz in Chinese to test my understanding.
Prompt 3
I want to understand how the internet works. Which Crash Course Computer Science episodes should I watch first, and what key ideas should I take away from each one?
Open on GitHub → Explain another repo

← 1c7 on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.