これは解説記事というより、自分自身のメモなので、説明は最低限で適当です。 ホームディレクトリ直下に作業用のディレクトリを作成する。 mkdir ~/python_source && cd ~/python_source Python公式サイトから指定バージョンのソースコードをwgetコマンドで ...
MacBookAir M1からM3に乗り換えました。 私はPythonを始めたと同時にM1 Macを買い、 Python本体やらパッケージやらを訳も分からず適当にインストールしていたので、M1 MacのPython環境はかなりゴチャゴチャしていました。 M3では、こうした反省を踏まえ、 pyenvを使っ ...
Contribute to gmatht/sh2perl development by creating an account on GitHub.
'''1. Basic String Functions Function Description len(s) Returns the length of the string s. str(x) Converts a value x to a string. Case Conversion Function Description s.lower() Converts all ...