@@ -5,18 +5,18 @@ layout: default
5
5
6
6
# Virtual environments
7
7
8
- | Name | Short description | 🚦 |
9
- | -------------------------------------------------------- | ----------------------------------------------------------------------------------- | :-: |
10
- | [ Conda] ( https://docs.conda.io/projects/conda/en/stable/ ) | Conda quickly installs , runs, and updates packages and their dependencies. | 🟢 |
11
- | [ pipenv] ( https://pipenv.pypa.io/en/latest/ ) | A tool that automatically creates and manages a virtualenv for your projects. | 🟠 |
12
- | [ pyenv] ( https://github.com/pyenv/pyenv ) | A tool that lets you easily switch between multiple versions of Python. | 🟠 |
13
- | [ virtualenv] ( https://virtualenv.pypa.io/en/latest/ ) | A tool to create isolated Python environments which offers more features than venv. | 🟠 |
14
- | [ venv] ( https://docs.python.org/3/library/venv.html ) | A tool to create isolated Python environments. | 🔴 |
8
+ | Name | Short description | 🚦 |
9
+ | -------------------------------------------------------- | ------------------------------------------------------------------------- | :-: |
10
+ | [ Conda] ( https://docs.conda.io/projects/conda/en/stable/ ) | Installs , runs, and updates packages and their dependencies. | 🟢 |
11
+ | [ pipenv] ( https://pipenv.pypa.io/en/latest/ ) | Automatically creates and manages a virtualenv for your projects. | 🟠 |
12
+ | [ pyenv] ( https://github.com/pyenv/pyenv ) | Lets you easily switch between multiple versions of Python. | 🟠 |
13
+ | [ virtualenv] ( https://virtualenv.pypa.io/en/latest/ ) | Creates isolated Python environments, and offers more features than venv. | 🟠 |
14
+ | [ venv] ( https://docs.python.org/3/library/venv.html ) | Creates isolated Python environments. | 🔴 |
15
15
16
16
# Other
17
17
18
- | Name | Short description | 🚦 |
19
- | ----------------------------------------------------------- | -------------------------------------------- | :-: |
20
- | [ jedi] ( https://jedi.readthedocs.io/en/latest/ ) | Refactoring and autocompletion used in IDEs. | 🟢 |
21
- | [ rope] ( https://rope.readthedocs.io/en/latest/overview.html ) | Refactoring library. | |
22
- | [ tqdm] ( https://pypi.org/project/tqdm/2.2.3/ ) | Progress bar for loops. | 🟢 |
18
+ | Name | Short description | 🚦 |
19
+ | ----------------------------------------------------------- | -------------------------------------------------------------------------------------- | :-: |
20
+ | [ jedi] ( https://jedi.readthedocs.io/en/latest/ ) | Refactoring and autocompletion used in for integrated development environments ( IDEs) . | 🟢 |
21
+ | [ rope] ( https://rope.readthedocs.io/en/latest/overview.html ) | Refactoring library. | |
22
+ | [ tqdm] ( https://pypi.org/project/tqdm/2.2.3/ ) | Progress bar for loops. | 🟢 |
0 commit comments