Tag Archives: 100DaysOfLearning

100DaysOfCode: Day 71

Day 71 is not really a project, but a pandas tutorial per se. It seems that it was covered before, but then it’s not bad to cover it again. And another thing is I didn’t know Google has a tool … Continue reading

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

100DaysOfCode: Day 70

Day 70, supposed to be an easy day, since the major topic (or at least the starting point) is push our blog to Git. I made a mistake of putting two remote git repositories in the same location. This gives … Continue reading

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

100DaysOfCode: Day 69

Day 69 is a huge project. This is the capstone project which combines the previous few days: a blog with post, edit, show, delete functions, with database information combined (user control, blog content control, comments), with login/log out, user rights … Continue reading

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

100DaysOfCode: Day 68

Day 68 project is a login control page. In today’s module we learned a few things about encryption, hash functions, we use some packages (Werkzeug) and Flask login control. Overall, with the guidance, it’s not super hard. Some parts are … Continue reading

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

100DaysOfCode: Day 67

Day 67, improve the blog from previous days. The project is not “hard”, it’s a lot of code that we have done in the past few days, with a bit of new stuff. Very fun project.

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

100DaysOfCode: Day 66

Day 66 project is Cafe report REST API. We created our own REST API end points which can do a whole bunch of stuff. The project is brief, but the lessons learned is valuable and now I can see the … Continue reading

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

100DaysOfCode: Day 65

Day 65, a website design day. Today there’s not much “logic” to do, but more a “graphical concepts”. Because of my day to day work, I find the font typography easy to understand, and the colors and concepts not that … Continue reading

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

100DaysOfCode: Day 64

Day 64, the project is movie ranking system/website. The project utilizes almost all the things we learned so far: Flask, Flask WTForm, SQLite, SQLAlchemy, requests etc. I had to go back to day 61 for WTFrom, day 63 for SQLAlchemy, … Continue reading

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

100DaysOfCode: Day 63

Day 63 is an interesting project, Personal Book Library with rating. Not only does this do the regular Flask website and actions + HTML, what’s more important is today we get to learn Database (SQLite + SQLAlchemy). This is an … Continue reading

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

100DaysOfCode: Day 62

Day 62 project is a “Cafe review site”. This utilizes what we learned yesterday. And because of this project, what I thought didn’t make sense yesterday, all of a sudden makes a lot of sense. I am surprised how well … Continue reading

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