> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Python

<Card title="Does the W&B client support Python 2?" href="/support/models/articles/does-the-wb-client-support-python-2" arrow="true" horizontal>
  The W\&B client library supported both Python 2.7 and Python 3 through version 0.10. Support for Python 2.7 discontinued  ...
</Card>

<Card title="Does the W&B client support Python 3.5?" href="/support/models/articles/does-the-wb-client-support-python-35" arrow="true" horizontal>
  The W\&B client library supported Python 3.5 until version 0.11. Support for Python 3.5 ended with version 0.12, which al ...
</Card>

<Card title="Does this only work for Python?" href="/support/models/articles/does-this-only-work-for-python" arrow="true" horizontal>
  The library supports Python 2.7 and later, as well as Python 3.6 and later. The architecture facilitates integration wit ...
</Card>

<Card title="How can I resume a sweep using Python code?" href="/support/models/articles/how-can-i-resume-a-sweep-using-python-co" arrow="true" horizontal>
  To resume a sweep, pass the sweep\_id to the wandb.agent() function.
</Card>

<Card title="How do I install the wandb Python library in environments without gcc?" href="/support/models/articles/how-do-i-install-the-wandb-python-librar" arrow="true" horizontal>
  If an error occurs when installing wandb that states: Install psutil directly from a pre-built wheel. Determine your Pyt ...
</Card>

<Card title="Is there an anaconda package for Weights and Biases?" href="/support/models/articles/is-there-an-anaconda-package-for-weights" arrow="true" horizontal>
  There is an anaconda package that is installable using either pip or conda. For conda, obtain the package from the conda ...
</Card>
