Skip to content

Commit d1672af

Browse files
2019 Online
0 parents  commit d1672af

9 files changed

+253
-0
lines changed

config.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useSideMenu": false
3+
}

css/colorbox.css

+72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

homework.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 課程作業
2+
3+
* 線上評測系統:http://neoj.sprout.tw/
4+
5+
## 每週勾選作業
6+
7+
8+
| 週次 | 小專案 | 上課練習 | 勾選 OJ 作業 |
9+
| :----: | :------- | :--------- | :--------- |
10+
| 0303 | | | |
11+

index.html

+111
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<!--
4+
This is MDwiki v0.6.2
5+
(C) 2013 by Timo Dörr and contributors. This software is licensed
6+
under the terms of the GNU GPLv3 with additional terms applied.
7+
See https://github.com/Dynalon/mdwiki/blob/master/LICENSE.txt for more detail.
8+
See http://github.com/Dynalon/mdwiki for a copy of the source code.
9+
-->
10+
<head>
11+
<title>2019年資訊之芽Python班課程網站</title>
12+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13+
<meta name="fragment" content="!">
14+
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
15+
<meta charset="UTF-8">
16+
<style type="text/css">
17+
/* hide the main content while we assemble everything */
18+
.md-hidden-load { display: none; }
19+
20+
.anchor-highlight {
21+
font-size: 0.7em;
22+
margin-left: 0.25em;
23+
}
24+
/* for pageContentMenu */
25+
#md-page-menu {
26+
position: static;
27+
}
28+
#md-page-menu a.active {
29+
/* background-color: rgba(0, 0, 0, 0.01); */
30+
font-weight: bold;
31+
padding-left: 6px;
32+
33+
}
34+
@media (min-width: 992px) {
35+
#md-page-menu.affix {
36+
position: fixed;
37+
}
38+
}
39+
@media (min-width: 768px) {
40+
.md-float-left .col-sm-8, .md-float-right .col-sm-8 {
41+
max-width: 66.67%;
42+
}
43+
.md-float-left .col-sm-4, .md-float-right .col-sm-4 {
44+
max-width: 33.33%;
45+
}
46+
.md-float-left .col-sm-2, .md-float-right .col-sm-2 {
47+
max-width: 16.67%;
48+
}
49+
50+
}
51+
@media (max-width: 992px) {
52+
a.forkmeongithub {
53+
display: none;
54+
}
55+
}
56+
@media (max-width: 768px) {
57+
/* don't use floating for smaller screens */
58+
.md-float-left .col-sm-8, .md-float-left .col-sm-4, .md-float-left .col-sm-2 {
59+
width: 100%;
60+
max-width: !important;
61+
min-width: 100%;
62+
}
63+
.md-float-right .col-sm-8, .md-float-right .col-sm-4, .md-float-right .col-sm-2 {
64+
width: 100%;
65+
max-width: !important;
66+
min-width: 100%;
67+
}
68+
}
69+
70+
.md-floatenv .md-text {
71+
/* md-text is not of md-col-* but needs the spacing */
72+
margin-left: 15px;
73+
margin-right: 15px;
74+
}
75+
76+
/* float images */
77+
.md-float-left .col-sm-8, .md-float-left .col-sm-4, .md-float-left .col-sm-2 {
78+
width: auto;
79+
}
80+
.md-float-right .col-sm-8, .md-float-right .col-sm-4, .md-float-right .col-sm-2 {
81+
float: right !important;
82+
width: auto;
83+
}
84+
#md-all .md-copyright-footer {
85+
background-color: !important;
86+
font-size: smaller;
87+
padding: 1em;
88+
}
89+
</style>
90+
91+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css" type="text/css"></link>
92+
<link rel="stylesheet" href="https://yandex.st/highlightjs/7.3/styles/github.min.css" type="text/css"></link>
93+
<link rel="stylesheet" href="./css/colorbox.css" />
94+
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
95+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script>
96+
<script type="text/javascript" src="https://yandex.st/highlightjs/7.3/highlight.min.js"></script>
97+
<script type="text/javascript" src="./js/jquery.colorbox.min.js"></script>
98+
<script type="text/javascript" src="./js/MDwiki.min.js"></script>
99+
100+
</head>
101+
<body>
102+
<noscript>
103+
This website requires Javascript to be enabled. Please turn on Javascript
104+
and reload the page.
105+
</noscript>
106+
107+
<div id="md-all">
108+
</div>
109+
</body>
110+
</html>
111+

index.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
## 課程資訊與規定
2+
3+
### 分數評量
4+
5+
第一階段成績計算方式為考試成績 20%、出席成績 20%、大作業 15%、每週勾選的練習題 45%。
6+
7+
請假一次扣出席分數 1 分。每階段各有三次請假額度,**若請假超過三次或無故缺席則不論成績如何皆無法獲得任何證書**;若出席達標準但成績未達結業標準,則可得到參加證書。
8+
若欲請假,請直接填請假表單即可 (https://goo.gl/forms/X0jAHOfwwzTRUqs93)
9+
10+
需要注意的是計算出來的原始分數並不對應到最終成績,最終成績將依照課程整體同學的表現狀況決定。
11+
12+
第一階段成績分為結業與未結業兩種基準,若第一階段達到結業標準,則可以繼續進入第二階段修習課程。
13+
進入第二階段的學員,會將第一階段與第二階段的成績合併計算,最終成績分為優秀結業、結業與未結業三種基準。優秀結業者可得到兩階段優秀結業證書,結業者可得到兩階段結業證書,未結業者只能得到第一階段結業證書。
14+
15+
16+
## 課程大綱
17+
18+
### 第一階段
19+
20+
| 週次 | 作業 | 主題 |
21+
| ------- |:---------:|:-------------------------------------- |
22+
| 0303 01 | | 課程介紹、開發環境介紹、變數、type、運算、IO、註解 |
23+
| 0310 02 | | 邏輯判斷、if、while |
24+
| 0317 03 | | for、range、list |
25+
| 0324 04 | | string、dict |
26+
| 0331 05 | 大作業1 | function |
27+
| 0407 06 | | import、大作業相關練習 |
28+
| 0414 X | | 放假 |
29+
| 0421 07 | | File I/O、複習 |
30+
| 0428 08 | | 考試 |
31+
32+
###第二階段
33+
34+
####TBA
35+
36+
| 週次 | 作業 | 主題 |
37+
| ------- |:---------:|:-------------------------------------- |
38+
| 0512 09 | | |
39+
| 0519 10 | | |
40+
| 0526 11 | | |
41+
| 0602 12 | | |
42+
| 0609 13 | | |
43+
| 0616 14 | | |
44+
| 0623 15 | | |

js/MDwiki.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.colorbox.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

navigation.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[首頁](index.md)
2+
[課程講義](slides.md)
3+
[作業與練習](homework.md)
4+
[Facebook 討論區](https://www.facebook.com/groups/twsprout19python/)
5+
[Online Judge](https://neoj.sprout.tw/)

slides.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 第一階段
2+
3+
## 第一週投影片 03/03
4+

0 commit comments

Comments
 (0)