Python: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
* [[Python Language]]
* [[Python Language]]
* [[Python Installation]]
* [[Python Installation]]
* [[Python Directory Layout]]
* [[Python and IntelliJ IDEA#Overview|Python and IntelliJ IDEA]]
* [[Python and IntelliJ IDEA#Overview|Python and IntelliJ IDEA]]
* [[Python Style Guide]]
* [[Python Style Guide]]
* [[Boto3 AWS SDK for Python]]
* [[Boto3 AWS SDK for Python]]
=Python Versions=
=Python Versions=
{{External|https://docs.python.org/3/whatsnew/}}
{{External|https://docs.python.org/3/whatsnew/}}

Revision as of 00:35, 23 December 2021

External

Internal

Subjects

Python Versions

https://docs.python.org/3/whatsnew/

Organizatorium

  • https://opensource.com/article/18/1/running-python-application-kubernetes
  • Each installation of Python may have different modules installed. Python determines the path to its modules by examining the location of the python3 executable.
  • Python environments on Mac:
    • ~/Library/ApplicationSupport/iTerm2/iterm2env/versions/*/bin/python3
    • ~/Library/ApplicationSupport/iTerm2/Scripts/YourScript/iterm2env/versions/*/bin/python3