プログラミングのスキルレベルを適当に0~4で表現してみました。
Programming skill levels are appropriately expressed as 0-4.
スキルレベル0(Skill Level 0)
プログラミング未経験者。まだ授業を受けたことがない。
No programming experience. Have not yet taken a class.
スキルレベル1(Skill Level 1)
授業を受けた。単位は取れた。
変数、条件分岐(IF文)、ループ(For文)などの基本的な文法を学んだ。
Took classes. Earned credits.
Learned basic grammar such as variables, conditional branching (IF statements), and loops (For statements).
スキルレベル2(Skill Level 2)
授業で学んだことを使って、自分で調べながらプログラムを書くことができる。
Be able to use what I learned in class to write programs while doing my own research.
スキルレベル3(Skill Level 3)
データベースを使用しない単純なWebアプリケーションやモバイルアプリケーションの開発ができる。
ここからは、単一のプログラム言語ではなく、いくつかの技術を組み合わせることが必要になる。
Webアプリの場合だと、HTML、CSS、JavaScriptを使う。
更に、Flaskなどのフレームワークを使うことも考えられる。
Be able to develop simple web and mobile applications that do not use databases.
From this point on, it is necessary to combine several technologies rather than a single programming language.
In the case of a web application, HTML, CSS, and JavaScript are used.
Furthermore, a framework such as Flask could be used.
スキルレベル4(Skill Level 4)
データベースを使用したWebアプリケーションやモバイルアプリケーションの開発ができる。
レベル3にデータベースのスキルが必要になる。
The ability to develop web and mobile applications using databases.
Level 3 requires database skills.