Tag Archives: 100DaysOfLearning

100DaysOfCode: Day 91

Day 91’s project is “color hunter”. Basically, the webpage should do this: you upload/select an image, and it does the “top 10 colors” showing in that image. My idea is to split the project to two parts: load (and display) … Continue reading

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

行百里者,半九十

這個100天的coding,我終於進行了九十天了。但是所謂,行百里者半九十,我也真的感受到了。 現在進行到第91天。Instruction已經越來越少,要求的東西也超出教過的越來越多。現在變成要把一個project分成好幾個小部分,每個小部分都要一直google。已經越來越難了。 我一方面有點懶散了,但是這真不是藉口。他要求某些東西我就不知道要怎麼做,還真的要好好的google一番了。 加油,千萬不要停在這裡啊!

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

100DaysOfCode: Day 90

Day 90’s project is “PDF to Audiobook”. The usage for this extensive, with this, a lot can be done. The instruction for this is to simply convert PDF to audiobook, there are multiple packages that can be used for this: … Continue reading

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

100DaysOfCode: Day 89

Day 89 is writing the “most dangerous writing” app, where you have to keep typing or the stuff will be gone. The demo was in web format, so I was thinking how I can achieve this, since there are actions, … Continue reading

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

100DaysOfCode: Day 88

Day 88, the project is a todolist website. I find today’s project easier than what we did from yesterday, since day 87 has more actions, but day 88 has way less options, the only thing we needed to do are … Continue reading

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

100DaysOfCode: Day 87

Day 87, this has been split into multiple days, one reason is I am really busy in the past X days, the other one is, as I previously said, I am not that into web development. But anyways, here it … Continue reading

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

100DaysOfCode: Day 86

Day 86, again, split that into 2 days. The project is not all that hard once you think it through. The break out game can be achieved by combining the ideas from day 22, the pong game and day 23, … Continue reading

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

100DaysOfCode: Day 85

Again, day 85 project is split into 2 days, (2/20 and 2/21). The same thing happened again, because I am not super familiar with tkinter, I have to review a few of the old projects (day 28 pomodoro and day … Continue reading

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

100DaysOfCode: Day 83

Day 83 is a Tic Tac Toe game. For this one, I have some ideas in mind right from the beginning, but as I progress, I improved some design a bit (like adding Player class to handle the player object). … Continue reading

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

100DaysOfCode: Day 82

Day 82 is a “personal profolio webpage” day. If I were to start all over again, I might take web development, but I like the scripting part for python, not much else, so I just did a very simple mock … Continue reading

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