-
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
100DaysOfCode: Day 81
Day 81 project is Text to Morse Code in command line. The ask of the project is very simple, the harder part is actually convert morse code to the dictionary. But after I submitted the code, I see people are … Continue reading
100DaysOfCode: Day 80
Day 80 is a data analysis / machine learning capstone. The project is about Boston 1970 Real Estate analysis. I honestly don’t understand a bunch of what it is taught, and because I am not super interested, I just literally … Continue reading
100DaysOfCode: Day 79
Day 79’s project is a history lesson, with 19th century birth and death rate analysis. The point is, before finding bacteria, doctors does not wash hand, and help give birth, and women died from the infections. This one teaches the … Continue reading
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
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
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
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
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
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
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.