Your cart is currently empty!
Category: Programming
Trackr – Our winner submission at UNIHACK Melbourne 2018
How we built Data Science Web App “Route Planner X” on AWS infrastructure
In this blog post, I will tell you about what our team of 5 graduates used to built an end-to-end data science web application to handle 150 million rows of data.
[Guide] Web Scraping 101: What you need to know and how to scrape with Python & Selenium Webdriver
This article is for anyone who would like to learn how to scrape website quickly and easily using the tool in Python you already know (Pandas). I will cover a little bit on the basics of web scraping before talking about the libraries.
[Guide] Building Data Science Web Application with React, NodeJS, and MySQL
[Python] How to update Anaconda Navigator with command line
I had a problem updating Anaconda Navigator with its UI and managed to solve by updating using the command line. So I wrote this article so it benefits other people and I can also come back if I face this problem in the future. Note that this blog post will be very very short, but…
3 Methods how to update R on RStudio (for Windows & Mac)
When was the last time you update your R and RStudio? I installed RStudio and R a year ago, and never update it since then. Today I just noticed I cannot install new R packages because of my old R version. So I explore some ways to update R and would like to share with…
Data Visualisation for Melbourne AirBnb investors in D3.js[with Code]
Last month I attended the Quantify Datathon 2017 event. We are given AirBnb data from insideairbnb.com, then we have 5 days to explore and comes up with the model and/or visualization. Here is the final product from my team, Team Gravy.
React Modal – The easy way to show a modal without Redux
Creating a modal box (or popup) is not difficult, but also not easy. I spent 2-3 days finding a solution to build a modal in my React project. As my background is from jQuery and pure JavaScript, I was not aware of the possibility for ReactDOM to build a modal. In this post, I will go…
WordPress VS React – What I learned from my first day with React
Things you need to know to get started with React. For all React beginners.
[Google Analytics API] How to get data from Google Analytics with Python in Jupyter Notebook (with tutorial file)
Step by step guide with easy instruction and sample file to connect Python (Jupyter Notebook) with Google Analytics data