The most common way to execute a Java program is to run it through a sequence of two programs. The first is the Java compiler, or javac. The second is the Java interpreter, or java.
[Read More]
How I Self Study Computer Science And Data Science
The Lord of self-studying: The Fellowship of studying
Today, a friend asked me how to study computer science well - a popular question that many others wonder too. Thus, I decided to write an all-in-one note to explained detailed about learning computer science and data science as well. I’m not excellent in computer science at all, and this...
[Read More]
Using Spotify Api To Retrieve Data
Music is love, data is life
Recently, I am working on a personal project related to analysing music
taste of people and it requires retrieving data from some music sources like
Spotify. And fortunely, it provides some quite useful APIs that I would like
to share here.
[Read More]
How I Use Scrapy To Collect The Data I Need
The Good, The Bad and The Data
About 4 years ago, I encountered a huge struggle looking for a suitable room for rent.
Information about renting house/room is vast and it’s really hard to filter useful data.
[Read More]