Category: Data Science
-
How to install and switch Python version 2.7 <-> 3.5 in Anaconda
I recently had to switch to Python 2.7 since it is required for Algorithms and Data Structure unit. My current installation of Anaconda on my laptop is Python 3.5. This is the step by step solution to switch between two versions.
-
[Code Conference: Big Data 2016] Elastic Search + LogStash + Kibana
This is great talk about ELK stack (Elastic Search + Logstash + Kibana) by K.Supaket, software engineer at Agoda. He is working on big data log analysis which proved to be a challenging task.
-
How to import data from MySQL database into Pandas Data Frame
It is easy to load CSV data into Python’s Pandas Data Frame. I always think this is also the case for loading MySQL into Data Frame. However, it turns out to be quite troublesome.
-
Basic Python OOP
This note is taken from InteractivePython.org website.
-
Basic Python for Data Structure
This note is about basic Python. Data type and syntaxes. From interactivepython.org