浏览代码

Add Japanese course and interactive tutorials (#6838)

* add: MOOC

* add: `free-programming-interactive-tutorials-ja.md`

* update: `free-courses-ja.md`
Suzuki Katsuma 3 年之前
父节点
当前提交
7af508c638
共有 3 个文件被更改,包括 35 次插入0 次删除
  1. 1 0
      README.md
  2. 6 0
      courses/free-courses-ja.md
  3. 28 0
      more/free-programming-interactive-tutorials-ja.md

+ 1 - 0
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)
 

+ 6 - 0
courses/free-courses-ja.md

@@ -1,8 +1,14 @@
 ### Index
 
+* [0 - 大規模公開オンライン講座(MOOC)](#0---mooc)
 * [Scratch](#scratch)
 
 
+### <a id="0---mooc"></a>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 アカウントが*必要* ※必須ではない)

+ 28 - 0
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