Development/Python: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Introduction = |
= Introduction = |
||
Motivation |
|||
= Installation and Usage = |
= Installation and Usage = |
||
== Available versions == |
== Available versions == |
||
System Python |
|||
Lmod modules |
|||
== Installation == |
|||
== Usage == |
|||
Interactively, prompt |
|||
Scripting |
|||
Via Jupyter |
|||
= Package Manager= |
|||
pip |
|||
= Virtual Environments = |
= Virtual Environments = |
||
Short description |
|||
Benefit |
|||
== Creation == |
== Creation == |
||
== Usage == |
== Usage == |
||
= Best Practice= |
= Best Practice = |
||
Always use virtual environments |
|||
Do's and don'ts |
|||
== Example == |
Revision as of 10:16, 5 November 2024
Introduction
Motivation
Installation and Usage
Available versions
System Python
Lmod modules
Installation
Usage
Interactively, prompt
Scripting
Via Jupyter
Package Manager
pip
Virtual Environments
Short description
Benefit
Creation
Usage
Best Practice
Always use virtual environments
Do's and don'ts