Python: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(32 intermediate revisions by the same user not shown)
Line 5: Line 5:
* [[Julia]]
* [[Julia]]
* [[Jep]]
* [[Jep]]
* [[virtualenv]]
* [[Go]]


=Subjects=
=Subjects=
* [[Python Language]]
* [[Python Language]]
* [[Python Installation]]
** [[Python_Language_String#Overview|String]]
* [[Python Directory Layout]]
** [[Python_Language_List#Overview|List]], [[Python_Language_Dictionary#Overview|Dictionary]], [[Python_Language_Set#Overview|Set]]
* [[Python and IntelliJ IDEA#Overview|Python and IntelliJ IDEA]]
** [[Python Language Functions#Overview|Functions]]
* [[Python Style Guide]]
** [[Python_Language_Exceptions#Overview|Exceptions]]
* [[Boto3 AWS SDK for Python]]
** [[Python_Language_Modularization#Overview|Modularization]]
** [[Python_Language_OOP#Overview|Object Oriented Programming]]
* [[Python Engineering]]
* [[PyCharm]]
* [[Python on Kubernetes]]
* Simple Projects:
** [[PyCharm_Operations#Create_a_Simple.2C_Standalone_Project|With PyCharm]]
*[[Python_Project_Layout#Setting_a_Manual_Project|Manual]]
 
=Code Examples=
{{Internal|Python Code Examples|Python Code Examples}}


=Python Versions=
=Python Versions=
{{External|https://docs.python.org/3/whatsnew/}}
{{External|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 <code>python3</code> executable.
* Python environments on Mac:
** ~/Library/ApplicationSupport/iTerm2/iterm2env/versions/*/bin/python3
** ~/Library/ApplicationSupport/iTerm2/Scripts/YourScript/iterm2env/versions/*/bin/python3

Latest revision as of 21:12, 14 August 2023