-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse_python_basic.html
More file actions
175 lines (146 loc) · 4.7 KB
/
Copy pathcourse_python_basic.html
File metadata and controls
175 lines (146 loc) · 4.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Course</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="K.Code">
<meta name="keywords" content="K.Code,プログラミング,プログラミングスクール,学生,学生から始めるプログラミング,学生から始められるプログラミングスクール,学生用プログラミングスクール,学生向けのプログラミングスクール,中学,高校,大学">
<link rel="stylesheet" href="css/style_course_python_basic.css">
<link rel="stylesheet" href="css/slide.css">
<script src="js/openclose.js"></script>
<script src="js/fixmenu.js"></script>
<script src="js/scroll.js"></script>
<script src="js/fixmenu_pagetop.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>
$(window).scroll(function() {
var windowH = $(window).height(),
scrollY = $(window).scrollTop();
$('#python-other h2, #python-other h3, #python-other h4').each(function() {
var elPosition = $(this).offset().top;
if (scrollY > elPosition - windowH) {
$(this).addClass("fadein");
}else{
$(this).removeClass("fadein");
}
});
});
</script>
<!--フェードイン-->
</head>
<body>
<header>
<div class="fix-background White">
<nav id="menubar">
<ul>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#course">Course</a></li>
<li><a href="index.html#schedule">Schedule</a></li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="contents">
<div class="fix-background basic-home">
<div id="python">
<h2>Python Basic</h2>
<h3>
</br>
Level ★☆☆☆☆
</h3>
<h4>
</br>
人工知能(AI)の作成に使用する言語であるPythonの基礎を扱っていくコースです。</br>
Pythonの環境設定や変数、構文、関数、クラスの作成方法など基本的な部分を勉強していきます。</br>
この授業はPythonの学習を進めていくにあたり、スライド授業とJupyter Notebook(JN)例題テキスト、JN演習テキストの3部構成となっております。</br>
</h4>
</div>
</div>
<div id="python-other">
<div class="fix-background basic-class">
<h2>スライド授業</h2>
<h3>
</br>
・ Zoomによるオンライン授業</br>
・ わかりやすいスライド構成</br>
</br>
</h3>
<h4>
オンライン授業になりますので、お好きな時間、場所から受講することが可能です。</br>
講師も独学でPythonの技術を身につけましたので、初学者の視点に沿ったスライド構成を心がけております。</br>
</h4>
</div>
<div class="fix-background basic-text">
<h2>JupyterNotebook例題</h2>
<h3>
</br>
・ 理論的思考能力の学習</br>
・ アルゴリズムの学習</br>
</br>
</h3>
<h4>
Jupyter Notebookを利用することで、実際にPythonプログラムを実行することができます。</br>
これによって、実戦で重要なプログラムがどのように動いているのかという理論的思考能力が身につきます。</br>
</h4>
</div>
<div class="fix-background basic-practice">
<h2>JupyterNotebook演習</h2>
<h3>
</br>
・ 難易度の設定</br>
・ 豊富な演習問題</br>
・ 実力の定着</br>
</br>
</h3>
<h4>
問題ごとに難易度を設定してありますので、復習や問題に取り組む際に活用することができます。</br>
テキストに沿って演習問題を考えております。また、応用問題も含めています。</br>
</h4>
</div>
<div class="fix-background basic-home">
<h2>コースについて</h2>
<h3>
</br>
・ 全18回</br>
・ Zoomによるオンライン授業</br>
</br>
</h3>
<h4>
Pythonの環境設定にAnacondaを扱いますので、MacまたはWindows、LinuxのOSがインストールされているPCが必要です。</br>
</h4>
</div>
</div>
<!--/#about-->
<div class="bg2">
<h6>Contact</h6>
</div>
<div id="contact">
<div class="fix-background KCode_Contact">
<p class="c"><a href="index.html"><img src="images/K_Code_label(white_transparency).png" alt="" width="150px"></a></p>
<nav id="menubar_last">
<ul>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#course">Course</a></li>
<li><a href="index.html#schedule">Schedule</a></li>
</ul>
</nav>
<p>
Mail: kaito_narimoto@icloud.com<br>
AM9:00〜PM10:00</p>
</div>
</div>
</div>
<!--/#contents-->
</div>
<!--/#container-->
<footer>
<small>Copyright© K.Code All Rights Reserved.</small>
<span class="pr">Web Design: Kaito Narimoto</span>
</footer>
<!--ページの上部に戻る「↑」ボタン-->
<!--<p class="nav-fix-pos-pagetop"><a href="#">↑</a></p>-->
</body>
</html>