Monthly Archives: February 2021

100DaysOfCode: Day 78

Day 78, the project is Nobel Price Country/Org/Age analysis. Today’s lesson contains a bunch of reviews, with different graphs. I found I really am NOT interested in Data Science. Even though it is a big topic nowadays, I am still … Continue reading

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

100DaysOfCode: Day 77

Day 77 project is movies analysis of budget and revenue, with seaborn and sklearn.linear_model. There are a few functions for pandas and matplotlib that’s new, and two new modules. I am not super interested in this, but since this is … Continue reading

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

100DaysOfCode: Day 76

Day 76 is not really a “project” per se, it’s more a tutorial of Numpy and PIL image packages. There are some useful things to learn, and the image manipulation actually matches Harvard’s CS50 in a very close matter. I … Continue reading

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

100DaysOfCode: Day 75

Day 75, the project is Google App store analysis. The idea is fun, but today is the most frustrated day so far. The new plot tool Plotly is not easy to understand, and a lot of the concept that’s requested … Continue reading

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

100DaysOfCode: Day 74

Today’s project is a lot of graphs that are analysis of Google search result, like TSLA stock price (against search index), Bitcoin price, and eventually, US Unemployment rate. The course is teaching analysis by holding hands, and I know I … Continue reading

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

100DaysOfCode: Day 73

Day 73 is a LEGO sets analysis project with Pandas and more matplotlib. This is not a lot of hard things, it’s just new that we have to try a bit. Nothing super challenging here. But my concern is, if … Continue reading

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

100DaysOfCode: Day 72

Day 72 is a continuation of yesterday, a bit more Pandas. But today we added Matplotlib, and made some graphics. The project is something I have checked before, but is a good exercise to work on it.

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

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