Python: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* http://www.python.org
=Internal=
=Internal=
* [[Conda]]
* [[pip]]
* [[Julia]]
* [[Jep]]


* [[Conda]]
=Subjects=
* [[Python and IntelliJ IDEA#Overview|Python and IntelliJ IDEA]]
* [[Python Installation]]
* [[Python Language]]
* [[Python Style Guide]]


=Organizatorium=
=Organizatorium=


* https://opensource.com/article/18/1/running-python-application-kubernetes
* 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 <code>python3</code> executable.
=Installation=
* Python environments on Mac:
 
** ~/Library/ApplicationSupport/iTerm2/iterm2env/versions/*/bin/python3
==Mac==
** ~/Library/ApplicationSupport/iTerm2/Scripts/YourScript/iterm2env/versions/*/bin/python3
 
  brew install python3

Revision as of 05:57, 26 May 2021

External

Internal

Subjects

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