MP3 Music Library in Tornado
Web2.0的lab3,使用tornado实现,自己改了改UI
效果
选中播放列表后的效果
原来的图标长得太丑了,有空找些好看点的加进去……以后继续完成extra feature,当复习python了
代码,由于是在linux下实现的,不保证win下也能跑……
https://github.com/joyeec9h3/WebHWs/tree/master/Web2_0course/music
收获:
in-place sorting by attribute:用list.sort(key=lambda x:x.attribute)即可
git下删除不要的测试文件:用git rm --cached