首先, 即要事实,还要有说服力。
- Feature :
- Advantage :
- Benefit : 其次, 点到为止, 要提供数据等论据。
import matplotlib.pyplot as plt | |
from pandasql import * | |
import pandas as pd | |
pysqldf = lambda q: sqldf(q, globals()) | |
q = """ | |
SELECT | |
m.date | |
, m.beef |
git config --global https.proxy http://127.0.0.1:1080 | |
git config --global https.proxy https://127.0.0.1:1080 | |
git config --global --unset http.proxy | |
git config --global --unset https.proxy | |
npm config delete proxy |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
Author: Josef Jezek
sudo apt-get install python-setuptools
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."
bumpversion patch