https://github.com/rinatz/python-book
ゼロから学ぶ Python
https://github.com/rinatz/python-book
docs python
Last synced: 5 months ago
JSON representation
ゼロから学ぶ Python
- Host: GitHub
- URL: https://github.com/rinatz/python-book
- Owner: rinatz
- License: mit
- Created: 2019-01-02T11:09:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T09:34:31.000Z (over 1 year ago)
- Last Synced: 2025-04-15T15:42:12.210Z (about 1 year ago)
- Topics: docs, python
- Homepage: https://rinatz.github.io/python-book
- Size: 8.65 MB
- Stars: 166
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ゼロから学ぶ Python
このリポジトリはオンライン学習サイト[ゼロから学ぶ Python]のソースコードリポジトリです。
## 必要なもの
ソースコードから HTML ページを生成するには下記のものが必要です。
- Python3
## ビルド
HTML を生成するには下記のコマンドを実行してください。
```shell
$ pip install -r requirements.txt
$ mkdocs build
```
ビルド結果をブラウザ上で確認するには次のコマンドを実行します。
```shell
$ mkdocs serve
```
http://localhost:8000 にアクセスすると Web ページが表示されます。
[ゼロから学ぶ Python]: https://rinatz.github.io/python-book