備忘録的な

プログラミングや機械学習に関する備忘録

2014-08-01から1ヶ月間の記事一覧

GitHubに関する参考サイト

Git

サルでもわかるGit入門 〜バージョン管理を使いこなそう〜 | どこでもプロジェクト管理バックログ git status git add . git commit -m "comment" git push -u <name> master チケット駆動開発 github上でissueを作成する トピックブランチを作成する git checkout</name>…

Pythonのパッケージ化に関する参考サイト

モジュールのインポート方法いろいろ — Python School 2.0.0 documentationGithubにPythonのライブラリをあげてpipでインストールする | junion blogtkamishima (Toshihiro Kamishima) · GitHub[Python] setuptools - SumiTomohikoの日記https://pypi.python…