- Callback Hell - 先了解一下為什麼需要 promise
- JavaScript Promises
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import youtube_dl | |
meta_data = ... # from somewhere | |
count = meta_data[0] | |
info = meta_data[1] | |
url = 'http://youtu.be/{}'.format(info['YTID']) | |
output_audio_path = './audio/{}.wav'.format(str(count)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 網頁程式設計自學清單 | |
這邊所列出來的是我曾經用過,且覺得收穫豐富的自學資源。以下涵蓋兩種,Tutorial 和 Reference,前者會有順序性的教學,後者則在寫程式過程中提供許多有用的參考。 | |
對於要完成下學期的作業,其實只要把底下提到的 Codecademy 的部份課程上完即可,但對於想要更進一步創造出更棒效果或更堅固框架的同學,其他學習資源都會讓你收穫良多。 | |
## Tutorials | |
教學類型的資源,分主題,提供漸進式的教學影片或互動教學。 |
Todo List Application
- Deadline: 9/28 中午 12:00
- 把檔案寄至 [email protected],標題寫 [作業一/ 電機X XXX] (如果你已經會用 github 也可以寄 repo 連結過來)