One of my goals is to post my Python, Julia, and Matlab code as efficiently as possible. After some consideration, I realized that the best way to do it is using MarkDown. This blog is hosted at SilvBack which I believe is the bests place to post technical blogs. Some tests next:
Code blocks can use three back ticks (```). Syntax highlighting can be added to code blocks by specifying the code language in the first line of back ticks:
css
.ninja {
visibility: hidden;
}
Python
# modules
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
# Paths
StartDir = '/Volumes/Data-Julio'
ListDir = './data/survival_data.csv'
rows = 240
Quoted text
I am data scientist scientist, passionate about helping people using mathematics, programming and chemistry