Tag Archives: 100DaysOfLearning

100DaysOfCode: Day 42

Since I don’t like it, I might as well get it done with. I did this the same day as 41, and day 42 is : adding more HTML elements: tables and forms, and publish this to Github. Since I … Continue reading

Posted in 象哥的學習筆記 Study Notes | Tagged | Leave a comment

100DaysOfCode: Day 41

Day 41, it’s all about HTML today. This is the 3rd (small) project that I have been taught/have touched HTML/CSS, and I have not once feel excited. My CS50 stopped when I hit the “web” portion. HTML is not hard, … Continue reading

Posted in 象哥的學習筆記 Study Notes | Tagged | Leave a comment

100DaysOfCode: Day 40

Day 40 is a continuation of day 39. I used the code from yesterday as my base, added the user management (user class), and then added exception handling, more information to the sms, and add email part. Over all, not … Continue reading

Posted in 象哥的學習筆記 Study Notes | Tagged | Leave a comment

100DaysOfCode: Day 39

Day 39, a flight search tool utilizing APIs. Yet another day with some new ideas and some new API. In theory it should not be too hard, but my problem today was I got confused by myself. When I am … Continue reading

Posted in 象哥的學習筆記 Study Notes | Tagged | Leave a comment

100DaysOfCode: Day 38

Day 38 is an exercise tracker, where it utilizes Google Sheet. I like the idea, and this one is without video guidance, but the text guidance is very clear. Overall, fairly easy, but very useful project to do.

Posted in 象哥的學習筆記 Study Notes | Tagged | Leave a comment

100DaysOfCode: Day 37

Day 37, building a habit tracker. The project from the course is like reading my mind!!! It started with Pomodoro, then habit tracker, all the things I need. Anyways, today’s course covers more API calls with requests module, and the … Continue reading

Posted in 象哥的學習筆記 Study Notes | Tagged | Leave a comment

100DaysOfCode: Day 36

Day 36 is a stock tracker (TSLA as an example), and what we did today is utilizing what we have learned, checking APIs and send SMS. Nothing to difficult here, jus needs more practice.

Posted in 象哥的學習筆記 Study Notes | Tagged | Leave a comment

Tkinter practice: Pomodoro Practice

Practice creating the pomodoro timer again. This time, it’s not exactly the same as the course. I added: background change when in Work mode, or Rest mode a skip button, which can be used for skipping “rest time” (and add … Continue reading

Posted in 象哥的學習筆記 Study Notes | Tagged | Leave a comment

100DaysOfCode: Day 35

Day 35 is weather warning, with a lot of API digging, including OpenWeatherMap and Twilio. This can be expanded to have more interesting usages. I look forward to working with this concept more. BTW, happy new year.

Posted in 象哥的學習筆記 Study Notes | Tagged | Leave a comment

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

Posted in 象哥的學習筆記 Study Notes | Tagged | Leave a comment