Add Japanese course and interactive tutorials (#6838)
* add: MOOC * add: `free-programming-interactive-tutorials-ja.md` * update: `free-courses-ja.md`pull/6842/head
parent
2c5d677940
commit
7af508c638
|
@ -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)
|
||||
|
||||
|
|
|
@ -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 アカウントが*必要* ※必須ではない)
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue