Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include ChatGPT in Part.3.G.the-golden-age-and-google.ipynb #1167

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

IvanFang98
Copy link

站在2024年,ChatGPT和各种AI工具逐步成熟的档口,我认为自学者变得更加幸福。比如,一个之前需要1小时的Google综合调研才能解答的问题,现在只需要30秒,ChatGPT就能生成答案。

站在2024年,ChatGPT和各种AI工具逐步成熟的档口,我认为自学者变得更加幸福。比如,一个之前需要1小时的Google综合调研才能解答的问题,现在只需要30秒,ChatGPT就能生成答案。
@wuduande
Copy link

wuduande commented May 21, 2024 via email

@wenjunmo
Copy link

wenjunmo commented May 21, 2024 via email

\w 任意本义字符;等价于 [a-zA-z0-9_]  -->  A-z 应该是 A-Z

\W 任意非本义字符;等价于 [^a-zA-z0-9_]  -->  A-z 应该是 A-Z

对应的官方文档:https://docs.python.org/3/howto/regex.html#regular-expression-howto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants