Skip to content

Instantly share code, notes, and snippets.

View linuxster's full-sized avatar

linuxster linuxster

View GitHub Profile

DIY Quant Investing

DIY Quantitative Stock Market Investing

Dr. Yves J. Hilpisch | The Python Quants & The AI Machine

Online, PyData Botswana, 15. September 2022

(short link to this Gist: http://bit.ly/pdb_diy)

@linuxster
linuxster / .bash_profile
Created May 12, 2019 07:52 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@linuxster
linuxster / convert.py
Last active May 5, 2019 15:25 — forked from paulgb/convert.py
[Convert JSON to CSV] Convert Yelp Academic Dataset to JSON to CSV
'''
Convert Yelp Academic Dataset from JSON to CSV
Requires Pandas (https://pypi.python.org/pypi/pandas)
By Paul Butler, No Rights Reserved
'''
import json
import pandas as pd