-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (192 loc) · 10.5 KB
/
index.html
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Mastering Python</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/color.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
</head>
<body>
<nav class="navbar">
<a href="index.html" class="navbar-brand">
<img src="assets/img/banner.png" alt="Logo">
</a>
</nav>
<div id="header">
<div id="header-text">
<img src="assets/img/header.png" alt="header">
<p id="header-content">Tutorial ในการเขียนภาษา Python<br>ที่เหมาะกับการเริ่มต้น</p>
</div>
<div id="header-logo">
<img src="assets/img/logo.png" alt="logo">
</div>
</div>
<div id="why-python">
<div id="why-python-content">
<h1>ทำไมต้อง Python?</h1>
</div>
<div id="why-python-container">
<div>
<p>
ภาษา Python ได้รับความนิยมในการใช้งานเนื่องจากเป็นภาษาที่เขียนที่ง่าย และเรียนรู้ได้เร็ว Python
จึงเป็นตัวเลือกแรก ๆ ของการเขียนโปรแกรมในทุกสายงาน ตั้งแต่ Data Scientist, Programmer, Back-end
Developer เป็นต้น
</p>
</div>
<div><img src="assets/img/something.svg" alt="Icon"></div>
</div>
<div id="why-python-bottom"><img src="assets/img/slash.png"></div>
</div>
<div id="before-start">
<div id="before-start-title">
<h1>ก่อนที่จะเริ่มเรียนกับ</h1>
<h2>MASTERING PYTHON</h2>
</div>
<div id="before-start-content">
<div id="before-start-content-box">
<h1 class="light-green">เวอร์ชัน</h1>
<div id="before-start-content-line"></div>
<p>Python ที่จะใช้ในการเรียนนี้จะเป็นเวอร์ชัน 3 โดยจะแตกต่างจาก 2 อยู่บ้าง
แต่ยังคงแนะนำให้ไปใช้งาน Python 3 เพื่อความเข้ากันได้ของการเรียนและความทันสมัย</p>
</div>
<div id="before-start-content-box">
<h1 class="dark-yellow">จุดเด่น</h1>
<div id="before-start-content-line"></div>
<p>Python มีจุดเด่นที่ว่า สามารถทำให้เรามองและลองเขียน Algorithm ได้ง่าย ดังนั้นการที่เราฝึกฝนบ่อย ๆ
และลองเขียนบ่อย ๆ จะยิ่งทำให้เราฝึกแก้ปัญหาต่าง ๆ ได้อย่างเชี่ยวชาญขึ้น</p>
</div>
<div id="before-start-content-box">
<h1 class="light-purple">การศึกษาเพิ่มเติม</h1>
<div id="before-start-content-line"></div>
<p>ในเลกเชอร์ทั้งหมดในนี้จะครอบครุมความรู้พื้นฐานในการเขียน Python ซึ่งถ้าผู้อ่านต้องการที่จะนำ Python
ไปใช้ทำงานต่อ การศึกษาเพิ่มเติ่มนั้นเป็นสิ่งที่ควรทำเป็นอย่างมาก</p>
</div>
</div>
</div>
<div id="lecture">
<div id="lecture-title">
<h2>
<div class="light-blue">MASTERING</div> PYTHON
</h2>
<h1>LECTURES</h1>
</div>
<div class="lecture-chapter-title">GETTING STARTED</div>
<div class="lecture-chapter-grid">
<a class="lecture-chapter-box lecture-chapter-box-1 hover-grow" href="content/#/start/installation">
<img src="assets/img/icon/install.png" alt="Install">
<p>Installation</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-1 hover-grow" href="content/#/start/introduction">
<img src="assets/img/icon/introduction.png" alt="Introduction">
<p>Introduction</p>
</a>
</div>
<div class="lecture-chapter-title">FUNDAMENTAL PYTHON</div>
<div class="lecture-chapter-grid">
<a class="lecture-chapter-box lecture-chapter-box-2 hover-grow" href="content/#/fundamental/variable">
<img src="assets/img/icon/var.png" alt="variable">
<p>Variable</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-2 hover-grow" href="content/#/fundamental/io">
<img src="assets/img/icon/io.png" alt="input output">
<p>Input / Output</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-2 hover-grow" href="content/#/fundamental/operators">
<img src="assets/img/icon/operator.png" alt="operator">
<p>Operators</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-2 hover-grow" href="content/#/fundamental/logical-operators">
<img src="assets/img/icon/logical-operator.png" alt="operator">
<p>Logical Operators</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-2 hover-grow" href="content/#/fundamental/string">
<img src="assets/img/icon/string.png" alt="string">
<p>String Basics</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-2 hover-grow" href="content/#/fundamental/string-format">
<img src="assets/img/icon/string-format.png" alt="string">
<p>String Format</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-2 hover-grow" href="content/#/fundamental/function">
<img src="assets/img/icon/function.png" alt="function">
<p>Function</p>
</a>
</div>
<div class="lecture-chapter-title">FLOW CONTROL</div>
<div class="lecture-chapter-grid">
<a class="lecture-chapter-box lecture-chapter-box-3 hover-grow" href="content/#/flow/conditions">
<img src="assets/img/icon/condition.png" alt="condition">
<p>Condition</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-3 hover-grow" href="content/#/flow/loop">
<img src="assets/img/icon/loop.png" alt="loop">
<p>Loop</p>
</a>
</div>
<div class="lecture-chapter-title">SEQUENCE</div>
<div class="lecture-chapter-grid">
<a class="lecture-chapter-box lecture-chapter-box-4 hover-grow" href="content/#/sequence/string-slicing">
<img src="assets/img/icon/string-slicing.png" alt="dictionary">
<p>String Slicing</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-4 hover-grow" href="content/#/sequence/string-methods">
<img src="assets/img/icon/string-methods.png" alt="dictionary">
<p>String Methods</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-4 hover-grow" href="content/#/sequence/list">
<img src="assets/img/icon/list.png" alt="list">
<p>List</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-4 hover-grow" href="content/#/sequence/dictionary">
<img src="assets/img/icon/dict.png" alt="dictionary">
<p>Dictionary</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-4 hover-grow" href="content/#/sequence/tuple">
<img src="assets/img/icon/tuple.png" alt="dictionary">
<p>Tuple</p>
</a>
</div>
<div class="lecture-chapter-title">MORE ON PYTHON</div>
<div class="lecture-chapter-grid">
<a class="lecture-chapter-box lecture-chapter-box-5 hover-grow" href="content/#/more/built-in-function">
<img src="assets/img/icon/builtinfn.png" alt="Build-in Function">
<p>Built-in Functions</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-5 hover-grow" href="content/#/more/math">
<img src="assets/img/icon/mathlib.png" alt="math">
<p>Math Library</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-5 hover-grow" href="content/#/more/pylint">
<img src="assets/img/icon/pep8.png" alt="Pylint">
<p>Pylint</p>
</a>
</div>
<div class="lecture-chapter-title">ADVANCED PYTHON</div>
<div class="lecture-chapter-grid">
<a class="lecture-chapter-box lecture-chapter-box-6 hover-grow" href="content/#/advance/try-except">
<img src="assets/img/icon/trycatch.png" alt="condition">
<p>Try and Except</p>
</a>
<a class="lecture-chapter-box lecture-chapter-box-6 hover-grow" href="content/#/advance/file">
<img src="assets/img/icon/file.png" alt="loop">
<p>Files</p>
</a>
</div>
</div>
<div id="footer">
<div class="child">
© <div class="light-blue">MASTERING</div> PYTHON
</div>
<div class="child">
<a href="https://github.com/itforge-eros/Mastering-Python" target="_blank">
<i class="fab fa-github icon"></i>
</a>
</div>
<div class="child"></div>
</div>
</body>
</html>