Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Python では定数は使えないようです。慣習的に定数は大文字

### 練習問題 1

[式と演算子の項](/docs/python/03expressions/#問題)の摂氏温度から華氏温度を求める練習問題を変数を使って解いてみましょう。
[式と演算子の項](/docs/01python/03expressions/#問題)の摂氏温度から華氏温度を求める練習問題を変数を使って解いてみましょう。

<Answer>
<ViewSource path="_samples/fahrenheit.ipynb" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ macOS は、Linux という OS と源流を同じくするので、プログラ

ここでは、VSCode で WSL 上のファイルに簡単にアクセスできる Remote WSL 拡張機能のインストール方法を紹介します。

[VSCode をインストールの項](/docs/extras/1vscode/)を参考に Visual Studio Code をインストールしておいてください。
[VSCode をインストールの項](/docs/03extras/1vscode/)を参考に Visual Studio Code をインストールしておいてください。

下記の動画を参考に VSCode に Remote WSL 拡張機能をインストールしてください。

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import installPython from "./install_python.mp4";

## 自分のパソコンへの Python のインストール方法

[VSCode をインストールの項](/docs/extras/1vscode/)を参考に VSCode をインストールしておいてください。
[VSCode をインストールの項](/docs/03extras/1vscode/)を参考に VSCode をインストールしておいてください。

Windows を使っている場合は、[WSL をインストールの項](/docs/extras/2wsl/)を参考に WSL もインストールしておいてください。
Windows を使っている場合は、[WSL をインストールの項](/docs/03extras/2wsl/)を参考に WSL もインストールしておいてください。

VSCode で `samples` プロジェクトフォルダを開いている状態にしておいてください。

Expand Down
4 changes: 2 additions & 2 deletions docs/extras/5tex/index.mdx → docs/03extras/5tex/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import typesetTex from "./typeset_tex.mp4";

## TeXLive のインストール

[VSCode をインストールの項](/docs/extras/1vscode/)を参考に VSCode をインストールしておいてください。
[VSCode をインストールの項](/docs/03extras/1vscode/)を参考に VSCode をインストールしておいてください。

Windows を使っている場合は、[WSL をインストールの項](/docs/extras/2wsl/)を参考に WSL もインストールしておいてください。
Windows を使っている場合は、[WSL をインストールの項](/docs/03extras/2wsl/)を参考に WSL もインストールしておいてください。

<Tabs groupId="os">
<TabItem value="win-and-ubuntu" label="Windows 及び Ubuntu">
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Python やアルゴリズムについて簡単にまとめていこうかなと

## 更新履歴

11/6 第四週の分を執筆 [ここから](/docs/python/09multi-array/)
11/6 第四週の分を執筆 [ここから](/docs/01python/09multi-array/)

11/6 range 関数についてを補足 [この下](/docs/python/08array/#%E5%95%8F%E9%A1%8C-1)
11/6 range 関数についてを補足 [この下](/docs/01python/08array/#%E5%95%8F%E9%A1%8C-1)

10/30 第三週の分を執筆 [ここから](/docs/python/07for/)
10/30 第三週の分を執筆 [ここから](/docs/01python/07for/)

10/23 第二週の分を執筆 [ここから](/docs/python/05function/)
10/23 第二週の分を執筆 [ここから](/docs/01python/05function/)

10/16 練習問題をさらに追加

10/10 練習問題を追加

10/10 第一周の分を執筆 [ここから](/docs/python/01google-colaboratory/)
10/10 第一周の分を執筆 [ここから](/docs/01python/01google-colaboratory/)