Skip to content

Instantly share code, notes, and snippets.

View ShivaGuntuku's full-sized avatar
🤖
Looking For Job | ML and DL

ShivaPrasad ShivaGuntuku

🤖
Looking For Job | ML and DL
View GitHub Profile
#
# Backtesting Algo Strategies based on
# Logistic Regression with scikit-learn
#
# Yves Hilpisch
# ODSC London 2016
# The Python Quants GmbH
#
import numpy as np
@wh1tney
wh1tney / deploy-static-site-heroku.md
Last active September 15, 2024 22:48
How to deploy a static website to Heroku

Gist

This is a quick tutorial explaining how to get a static website hosted on Heroku.

Why do this?

Heroku hosts apps on the internet, not static websites. To get it to run your static portfolio, personal blog, etc., you need to trick Heroku into thinking your website is a PHP app. This 6-step tutorial will teach you how.

Basic Assumptions