• Stars
    star
    154
  • Rank 237,017 (Top 5 %)
  • Language
  • License
    MIT License
  • Created over 5 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ゼロから学ぶ Python

ゼロから学ぶ Python

このリポジトリはオンライン学習サイトゼロから学ぶ Pythonのソースコードリポジトリです。

必要なもの

ソースコードから HTML ページを生成するには下記のものが必要です。

  • Python3

ビルド

HTML を生成するには下記のコマンドを実行してください。

$ pip install -r requirements.txt
$ mkdocs build

ビルド結果をブラウザ上で確認するには次のコマンドを実行します。

$ mkdocs serve

http://localhost:8000 にアクセスすると Web ページが表示されます。

More Repositories

1

cpp-book

ゼロから学ぶ C++
459
star
2

pendulum-cpp

Pendulum C++ is a simple wrapper around cctz inspired by Pendulum that is beautiful Python library.
C++
14
star
3

cpp-boilerplate

Sophisticated template for managing C++ project.
CMake
10
star
4

ctypes_json

converts Structure or Union in ctypes to JSON.
Python
3
star
5

ubuntu-desktop-ja

Ubuntu の日本語デスクトップ環境を作るための Vagrantfile
3
star
6

conv

Utility functions to convert integers, character strings and other objects for C++.
C++
2
star
7

web-design-nuxt

『1 冊ですべて身につく HTML & CSS と Web デザイン入門講座』の内容に従って Nuxt で実装した Web ページのサンプルです。
Vue
1
star
8

ninety-nine-rust-problems

Rust adaption of Ninety-Nine Problems
Rust
1
star
9

kyotocabinet-sys

libkyotocabinet bindings for Rust.
Rust
1
star
10

graph

Graph library written by D programing language (srcap library for my study)
D
1
star
11

casket

Kyoto Cabinet bindings for Rust.
HTML
1
star
12

machine-learning-playground

Jupyter Notebook
1
star
13

ansible-playbooks-dev

Rinatz's Ansible playbooks
1
star
14

hello-rs

This is the Rust program that prints "Hello, world!".
Rust
1
star
15

dotfiles

Rinatz's dotfiles
Shell
1
star
16

business-book

ゼロから学ぶビジネススキル
1
star
17

dockerfiles

Dockerfile collections
Dockerfile
1
star
18

zundoco

Twitter の素晴らしいネタを実装する https://twitter.com/kumiromilk/status/707437861881180160
C++
1
star
19

linux-desktop-ja

Linux の日本語デスクトップ環境を作るための Packer テンプレート
Shell
1
star