From a3b53b6b48b32903b8ce83887c6b8d4f3389d144 Mon Sep 17 00:00:00 2001 From: chvmvd Date: Fri, 3 Feb 2023 11:55:13 +0900 Subject: [PATCH 01/31] Update Colab article --- docs/01python/01google-colaboratory/index.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/01python/01google-colaboratory/index.mdx b/docs/01python/01google-colaboratory/index.mdx index b8e53132f..687c5faad 100644 --- a/docs/01python/01google-colaboratory/index.mdx +++ b/docs/01python/01google-colaboratory/index.mdx @@ -6,9 +6,11 @@ import helloWorldOnColab from "./hello-world-on-colab.mp4"; # 環境構築(Google Colaboratory) -昔はプログラミングの開発環境を整えることはとても大変な作業でしたが、今は Google の開発した Google Colaboratory を使うとブラウザ上で簡単に Python を実行することができます。 +まずは、プログラミングをするための環境構築をしましょう。 -次の動画のようにすることでプログラムを簡単に実行できるので、一度やってみてください。 +環境構築と言っても、昔はプログラミングの開発環境を整えることはとても大変な作業でしたが、今は Google の開発した Google Colaboratory を使うとブラウザ上で簡単に Python を実行することができます。 + +次の動画のようにすることでプログラムを簡単に実行できるので、やってみてください。