はしくれエンジニアもどきのメモ

情報系技術・哲学・デザインなどの勉強メモ・備忘録です。

Python

Dive Into Python3 4章メモ(文字列)

Dive Into Python3 4章メモ(文字列) Dive Into Python3 4章文字列(文字列、format、 バイト列、encode、decode)についてのメモ。 Dive Into Python3 4章メモ(文字列) 4章 文字列メモ 関連リンク Dive Into Python3 4章(文字列)メモ nbviewer

Dive Into Python3 3章メモ(内包表記)

Dive Into Python3 3章メモ(内包表記) Dive Into Python3 3章内包表記(osモジュール、globモジュールの使い方と listと集合(set)、辞書(dictonary)の内包表記)についてのメモ。 Dive Into Python3 3章メモ(内包表記) 3章 内包表記メモ 関連リンク Dive…

Dive Into Python3 2章メモ(ネイティブデータ型)

Dive Into Python3 2章メモ(ネイティブデータ型) Dive Into Python3の2章 ネイティブデータ型(int, float, bool, 分数(fractions), 配列(list), タプル(tupple), 集合(set), 辞書(dictonary), None) についてのメモ。 Dive Into Python3 2章メモ(ネイティ…

Dive Into Python3 1章メモ

Dive Into Python3 1章メモ Dive Into Python3 1章メモ。 関数、オプション引数・名前(キーワード)付き引数、docstring, import, 例外についてのメモ。 nbviewer:Dive Into Python3 1章メモ nbviewer

Jupyter nbconvert(ファイル変換)メモ

Jupyter nbconvert(ファイル変換)メモ Jupyter Notebook のファイルを別形式に変換してくれるnbconvertコマンドについてのメモ。 Jupyter nbconvert(ファイル変換)メモ 環境 「Download As」での変換 Python(.py) HTML(.html) Markdown(.md) reST(.rst) …

Jupyter Notebookの拡張機能を使ってみる

Jupyter Notebookの拡張機能を使ってみる Jupyter Notebook をさらに拡張してくれるIPython-notebook-extensions を使ってみたのでメモ。 Jupyter Notebookの拡張機能を使ってみる 環境 IPython-notebook-extensions のインストール 有効にしておきたい機能 …

Windows によさげなノート環境(Jupyter Notebook)をつくる

Windows によさげなノート環境(Jupyter Notebook)環境をつくる せっかくだから、Jupyter Notebookで書いてみた。

Windows でpython環境を作る

Windows でpython環境を作る 公式インストールよりも、 Anaconda(Miniconda)でインストールするのがhot らしいので、 Miniconda を入れてみた。 主に、以下のQiita記事を参考にした。 qiita.com Windows でpython環境を作る 環境 Anaconda(Miniconda)って何…