#author("2023-10-09T22:37:53+09:00","default:irrp","irrp")
→Python関連

#contents


*一般 [#ffaf63ff]
-[[How to fix importerror: dll load failed while importing aggregations: the specified module could not be found in Python? - StackTuts>https://stacktuts.com/how-to-fix-importerror-dll-load-failed-while-importing-aggregations-the-specified-module-could-not-be-found-in-python]] 2023.3

-[[python - Explain why numpy should not be imported from source directory - Stack Overflow>https://stackoverflow.com/questions/14570011/explain-why-numpy-should-not-be-imported-from-source-directory]] 2013

-[[Python Tips: Docker で Python を使うときに有用な環境変数まとめ - Life with Python>https://www.lifewithpython.com/2021/05/python-docker-env-vars.html]] 2023.9

-[[Pythonツール・ライブラリ2選 ~私、気になります!~ - 虎の穴開発室ブログ>https://toranoana-lab.hatenablog.com/entry/2023/07/04/100000]] 2023.7
--Rye


-[[Windows で Python 実行時に Microsoft Store が起動する問題の対処方法 | Lonely Mobiler>https://loumo.jp/archives/26344]] 2023.4

-[[俺流!PEP668とうまくやっていく方法 | スクエニ ITエンジニア ブログ>https://blog.jp.square-enix.com/iteng-blog/posts/00043-play-with-the-pep668/]] 2023.4

-[[機械学習エンジニアの悩み毎:pythonのバージョン問題 - Qiita>https://qiita.com/k1morikawa@github/items/c57e79b4017fa8209efb]] 2022.12

-[[2022年度版Python環境構築徹底解説 - Qiita>https://qiita.com/kjm_nuco/items/733d67ff39acb41839f2]] 2022.12

-[[研究のためのPython開発環境>https://zenn.dev/zenizeni/books/a64578f98450c2]] 2022.11

-[[【Windows】Python 3.11のインストール | ジコログ>https://self-development.info/%e3%80%90windows%e3%80%91python-3-11%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/]] 2022.10

-[[pyenv, virtualenv, pipenv, poetry の概要 - サーバーワークスエンジニアブログ>https://blog.serverworks.co.jp/pyenv-virtualenv-pipenv-poetry]] 2022.10


*pip/パッケージ管理と配布 [#i8bcbe06]
-[[【Pythonのパッケージ管理に悩む方へ】パッケージ管理ツールRyeを使ってみた | DevelopersIO>https://dev.classmethod.jp/articles/get-start-rye-python/]] 2023.10

-[[Python でパッケージを開発して配布する標準的な方法 2023 年編 - Qiita>https://qiita.com/propella/items/5cd89caee6379920d889]] 2023.10

-[[Pythonのパッケージングと配布の全体像>https://zenn.dev/zerebom/articles/60d5ad4b18c901]] 2023.6

-[[[Python] pip installが依存関係を解決する挙動について調べてみた | DevelopersIO>https://dev.classmethod.jp/articles/pip-requirements-resolve-dependency/]] 2023.6

-[[【pip】 Python3をアップデートしたら詰まった話 - Qiita>https://qiita.com/kagami_t/items/ccc89a9a403c196b69d6]] 2023.4

-[[Pythonのパッケージ管理ベストプラクティス - Qiita>https://qiita.com/c60evaporator/items/b6a7394231d1e768ce64]] 2023.3

-[[Python パッケージングの標準を知ろう - Tech Blog - Recruit Engineer>https://blog.recruit.co.jp/rls/2019-12-25-python-packaging-specs/]] 2019

-[[PEP 427 – The Wheel Binary Package Format 1.0 | peps.python.org>https://peps.python.org/pep-0427/]] 2012
--dist-info/RECORDファイルにそのパッケージでインストールしたファイルのパスの一覧が入っている。

-[[Python Packaging Authority — PyPA documentation>https://www.pypa.io/en/latest/]] 
--[[An Overview of Packaging for Python — Python Packaging User Guide>https://packaging.python.org/en/latest/overview/]] 

*venv [#d443eddc]
-[[Pythonの開発環境の3つの観点をおさえよう>https://zenn.dev/os1ma/articles/935f6e653f1052]] 2023.9
--Python のバージョン指定
--仮想環境
--パッケージ管理

-[[Pythonの「仮想環境」を完全に理解しよう - Speaker Deck>https://speakerdeck.com/os1ma/pythonno-jia-xiang-huan-jing-wowan-quan-nili-jie-siyou]] 2023.9

-[[venv --- 仮想環境の作成>https://docs.python.org/ja/3/library/venv.html]] 2021.8
--venv モジュールは、軽量な "仮想環境" の作成のサポートを提供します。仮想環境には、仮想環境ごとの site ディレクトリがあり、これはシステムの site ディレクトリから分離させることができます。それぞれの仮想環境には、それ自身に (この仮想環境を作成するのに使ったバイナリのバージョンに合った) Python バイナリがあり、仮想環境ごとの site ディレクトリに独立した Python パッケージ群をインストールできます。


*Poetry [#u454044b]
-[[【Windows】Poetry + pyenvでPython環境構築 - Qiita>https://qiita.com/asahina820/items/6bd7761d50d3aacaff12]] 2023.10

-[[Poetryをサクッと使い始めてみる - Qiita>https://qiita.com/ksato9700/items/b893cf1db83605898d8a]] 2021
-[[ゼロから始めるPoetry - Mirai Translate TECH BLOG>https://miraitranslate-tech.hatenablog.jp/entry/starting-from-scratch-poetry]] 2022.12
-[[【R&D DevOps通信】Poetry1.2でプライベートパッケージを扱う(GitHub, AWS CodeArtifact, GCP Artifact Registry) - Sansan Tech Blog>https://buildersbox.corp-sansan.com/entry/2022/11/14/110000]] 2022.11
-[[pyenvとpoetryでディレクトリ毎にPython環境を切り替える手順+ノウハウまとめ | DevelopersIO>https://dev.classmethod.jp/articles/pyenv-and-poetry/]] 2022.10


*Anaconda [#b9a9e0e7]
-[[M.S.Windows にAnaconda3(python3)を 2019年版 - Qiita>https://qiita.com/kaizen_nagoya/items/c05c0d690fcfd3402534]] 2020.12

-[[なぜdockerでpython/Rを使って機械学習するか 書籍・ソース一覧作成中 (目標100) docker(18) - Qiita>https://qiita.com/kaizen_nagoya/items/ddd12477544bf5ba85e2]] 2021.11

-[[M.S.WindowsにPython3 (Anaconda3) を導入する(7つの罠) - Qiita>https://qiita.com/kaizen_nagoya/items/7bfd7ecdc4e8edcbd679]] 2021.5

-[[Anaconda Distribution Download>https://www.continuum.io/downloads]] 2017.7

-[[Anaconda で Python 環境をインストールする>http://qiita.com/t2y/items/2a3eb58103e85d8064b6]]

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS