Skip to content

Commit

Permalink
Add Japanese course and interactive tutorials (EbookFoundation#6838)
Browse files Browse the repository at this point in the history
* add: MOOC

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

* update: `free-courses-ja.md`
  • Loading branch information
SuzukiKatsuma authored May 3, 2022
1 parent 2c5d677 commit 7af508c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 6 additions & 0 deletions courses/free-courses-ja.md
Original file line number Diff line number Diff line change
@@ -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 changes: 28 additions & 0 deletions more/free-programming-interactive-tutorials-ja.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7af508c

Please sign in to comment.