-
Recent Posts
Recent Comments
Archives
- September 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- June 2020
- February 2019
- April 2018
- October 2017
- June 2017
- May 2017
- March 2015
- October 2012
- January 2011
- December 2010
- October 2010
- August 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- October 2005
- August 2005
- July 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
Categories
Meta
Monthly Archives: December 2020
100DaysOfCode: Day 35
OK, I did day 35 material the same day as day 34 (since I have time…). The project is trivia quiz game (like day 17), but in GUI mode. The question is also not fixed data, but an API call … Continue reading
100 Days Coding/Learning Challenge – 1/3 完成感想
首先,我想要鼓勵我自己,能完成1/3真的不容易,很感謝我找到了一個可以follow的課程,給我一個每天都有往前進的方向,真的很感謝。
100DaysOfCode: Day 33
Day 33, ISS space workstation tracking app. This one is teaching requests and utilizing the “email” I learned yesterday, overall, easy enough. The point is to learn to query the API, instead of really tracking the ISS. The tutorial today … Continue reading
100DaysOfCode: Day 32
Day 32, Birthday email automation. I think it’s a fairly neat idea, and this actually matches the concept of “Automate Boring Stuff with Python”. I think the concept is easy, the smtplib is easy (enough) to use, but after practicing … Continue reading
100DaysOfCode: Day 31
Day 31 is capstone project, an anki program. The project is very useful, and it tests a bunch of subjects that were covered before. The final result is very satisfying. To be improved subjects: pandas (DataFrame, Series, and to_csv method) … Continue reading
Markdown language
又是一篇廢文。 誰不知道markdown language重要?Github也用,坊間很多note工具也都用,但是我就是沒有花時間好好學一下。今天反正放假,網路上隨便搜尋一下,結果WesBos根本就有一個playlist在youtube上面。看了下,也不過就是11個影片,每個都短短五分鐘以內,沒道理不花點時間去學一下。所以短短花了一小時,把markdown練習一下。僅此紀念。
Posted in 象哥的學習筆記 Study Notes
Leave a comment
100DaysOfCode: Day 30
Concept for today is “Exception handling”, since I already know this concept, this is an easy topic for me. The final project is an improved version of the password manager we did yesterday.
100DaysOfCode: Day 29
Day 29 is GUI version of “password manager”. This incorporates the ideas from previous few days (Tkinter), saving to password files (file management) and generating random password (random, from day 5). The last bit is pyperclip, which is interesting, but … Continue reading
100DaysOfCode: Day 28
Day 28 is an even more interesting day. The project today is “Pomodoro Timer” in GUI (which I have been wanted to do anyways). Today’s lesson involves more Tkinter (canvas), but with a lot of logics thinking as well. I … Continue reading
100DaysOfCode: Day 27
Day 27, first touch of GUI (one of the things I really wanted to learn). The final project is a very easy “miles to kilo converter”, not super useful, but it’s good enough for a intro for tkinter. The tutorial … Continue reading