docs: add per-chapter README files with Google Colab links - #11
Merged
Conversation
Closed
- Add README.md to 01.Intro-Python with table of all ipynb files and Open in Colab badges - Add README.md to 02.Gradio with Colab link and quick start instructions - Add README.md to 03.Request with Colab links and learning highlights - Add README.md to 04.Playwright with Colab link and setup instructions - Add README.md to 04.Selenium with Colab links and WebDriver setup guide - Add README.md to 07.Pytest-DEMO with Colab link and pytest command examples - Add README.md to 09.Apps with Colab links for QRCode and OpenAI demos - Add README.md to 10.sql with Colab link and CRUD learning highlights - Add README.md to 11.AI with Colab links and Gemini API setup guide - Update root README.md with a chapter navigation table linking to all READMEs Closes #10
Copilot
AI
changed the title
[WIP] Add Readme sections for better document understanding
docs: add per-chapter README files with Google Colab links
Jul 12, 2026
willismax
marked this pull request as ready for review
July 13, 2026 00:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Readers had no per-chapter orientation — only raw
.ipynbfiles with no context or quick path to run them.Changes
New
README.mdin every chapter directory (9 chapters previously had none):01.Intro-Python·02.Gradio·03.Request·04.Playwright·04.Selenium·07.Pytest-DEMO·09.Apps·10.sql·11.AIEach README follows a consistent structure:
.ipynbfiles with ![Open In Colab] badge links so readers can run any notebook in one clickRoot
README.md— added a 章節導覽 navigation table linking every chapter to its new README, replacing the flat prose summary.