Memoru

System Engineering and Programming and IT

Entries from 2019-05-03 to 1 day

1905-create-github-repos-of-notebook-on-first-operation

**** 1905-create-github-repos-of-notebook-on-first-operation *** overview When creating github repository, operate first on terminal. *** FIXME [ ] To publish github.io/blog *** logs echo "# zzzzz" >> README.md gibo dump python vim > .giti…

1905-sequence

**** 1905-sequence *** overview Sequence Types Sequences represent ordered sets of objects indeed by non-negative integers and include strings, lists, and tuples. *** logs import logging.config logging.config.fileConfig('./logging_debug.co…

1905-conda-operation

**** 1905-conda-operation [ ] FIXME Add articles for configuring requirements.txt *** overview logged operations of conda. *** reference Condaの使い方メモ https://qiita.com/showsuzu/items/e2fddf22f725f4d2ab8c *** logs ** execute Anaconda P…