-
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
Tag Archives: 100DaysOfLearning
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
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
100DaysOfCode: Day 26
Day 26 is talking about list comprehension and dictionary comprehension. I already am fairly familiar with list comprehension, but the part with if is a good refresher. The dictionary comprehension is easy once the dictionary concept is clear. The Nato … Continue reading
100DaysOfCode: Day 25
Day 25 is a lot of fun. I learned pandas module and basic DataFrames, Series ideas. This is new concept to me, and Angela explained it in a very beginner friendly way so I get to understand it. I didn’t … Continue reading