Skip to content

snow-oc/python-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

python-learning

Python学習用のメモとコード記録

Python学習メモ

環境構築(Macの場合)

  1. Homebrewのインストール(インストールされてない場合) Homebrew

    brew --version
  2. pythonのインストール

    brew install python3
  3. バージョン確認

    python3 --version
  4. シンボリックリンク作成

    sudo ln -s /opt/homebrew/bin/python3 /usr/local/bin/python

About

Python学習用のメモとコード記録

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages