diff --git a/README.md b/README.md index 0349465d6..92a4165a1 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ This project lists books and other resources grouped by genres: + [Chinese / 中文](more/free-programming-interactive-tutorials-zh.md) + [English](more/free-programming-interactive-tutorials-en.md) ++ [Japanese / 日本語](more/free-programming-interactive-tutorials-ja.md) + [Portuguese (Brazil)](more/free-programming-interactive-tutorials-pt_BR.md) + [Russian / Русский язык](more/free-programming-interactive-tutorials-ru.md) diff --git a/courses/free-courses-ja.md b/courses/free-courses-ja.md index 19ccfdd6b..479e66cb1 100644 --- a/courses/free-courses-ja.md +++ b/courses/free-courses-ja.md @@ -1,8 +1,14 @@ ### Index +* [0 - 大規模公開オンライン講座(MOOC)](#0---mooc) * [Scratch](#scratch) +### 0 - 大規模公開オンライン講座(MOOC) + +* [freeCodeCamp](https://www.freecodecamp.org/japanese) + + ### Scratch * [Scratch for CS First でプログラミングをはじめよう](https://csfirst.withgoogle.com/c/cs-first/ja/welcome-to-cs-first/overview.html) - Grow with Google プログラム (Google/Scratch アカウントが*必要* ※必須ではない) diff --git a/more/free-programming-interactive-tutorials-ja.md b/more/free-programming-interactive-tutorials-ja.md new file mode 100644 index 000000000..e026b8955 --- /dev/null +++ b/more/free-programming-interactive-tutorials-ja.md @@ -0,0 +1,28 @@ +### Index + +* [HTML / CSS](#html--css) +* [JavaScript](#javascript) + * [React](#react) +* [Python](#python) + + +### HTML / CSS + +* [レスポンシブウェブデザイン](https://www.freecodecamp.org/japanese/learn/responsive-web-design) - freeCodeCamp + + +### JavaScript + +* [JavaScript のアルゴリズムとデータ構造](https://www.freecodecamp.org/japanese/learn/javascript-algorithms-and-data-structures) - freeCodeCamp + + +#### React + +* [フロントエンド開発ライブラリ](https://www.freecodecamp.org/japanese/learn/front-end-development-libraries) - freeCodeCamp + + +### Python + +* [Python を用いたデータ分析](https://www.freecodecamp.org/japanese/learn/data-analysis-with-python) - freeCodeCamp +* [Python を用いた科学的コンピューティング](https://www.freecodecamp.org/japanese/learn/scientific-computing-with-python) - freeCodeCamp +* [Python を用いた機械学習](https://freecodecamp.org//japanese/learn/machine-learning-with-python) - freeCodeCamp