Python Commander is an Obsidian plugin that allow to create, manage, and run python "modules/commands" from the command palette. Run text/code selected from any obsidian note without having to add a ...
普段、私たちがプログラミングで数値を扱うときは、「10」や「100」といった「10進数」を使うことがほとんどです。 しかし、特定の分野では、10進数よりも便利な表記法があります。 ビット演算をするなら「2進数(0と1)」 Linuxのファイル権限を設定する ...
Pythonでは、数値リテラル、演算子、区切り記号(デリミタ)が決まったルールに従って使われます。これらを簡単に理解できるようにまとめました。 1. 数値リテラル(Numeric Literals) Pythonには 3種類 の数値リテラルがあります。 ① 整数リテラル(Integer ...