diff --git a/2013-09-07.md b/2013-09-07.md
index e69de29..b545a16 100644
--- a/2013-09-07.md
+++ b/2013-09-07.md
@@ -0,0 +1,8 @@
+
Weekly Reflections for the week 9/22-9/28
+
+Python for Data Analysis
+
+I'm a new learner to Python, so the first thing I need to do is to find a appropriate book for myself to get start.
+There are many python books for new learners in the market, but most of them are for more general purpose. For example the "Learning Python" by Mark Lutz is a popular Python book. It mentioned about different implementations of Python, which is not that relevant to statistic data analysis for a new learner. Python for Data Analysis is a better choice for me. The appendix part reveals something I need to know about Python in only 70 pages, which makes the first step much easier.
+Object-oriented is one of important native feature of Python. This feature makes it much easier to do data mining than R.
+