A high performance Python package for predictive modeling.
Django itself is also just a Python package.
Later on we use the term packaging to describe the process of making a Python package easy for others to install.
Posteriormente, usamos el término empaquetamiento para describir el proceso de hacer que un paquete Python sea fácil de instalar para los demás.
project A Python package - i.e. a directory of code - that contains all the settings for an instance of Django.
proyecto Un paquete Python - e.g: una carpeta de código - que contiene todos los ajustes para una instancia de Django.
Setup.py depends on setuptools python package, so you have to be sure to have it installed.
Setup.py depende del paquete de python setuptools, así que hay que asegurarse de tenerlo instalado.
Just install it on the device and pip install the python package and then the workflow was really just a single function call.
Solo tuve que instalarlo en el dispositivo y después instalar los paquetes de Python con pip. Luego, el flujo de trabajo consistió realmente en una sola llamada de función.
Using pip you can download and install any python package from PyPI repositories, along any needed dependency.
Con pip se puede descargar e instalar cualquier paquete python desde los repositorios PyPI, junto con cualquier dependencia necesaria.
CoreML Tools is a python package that can be used to convert models from machine learning toolboxes into the CoreML format.
Core ML Tools es un paquete de python que se puede utilizar para convertir modelos de toolbox de aprendizaje automático en formato Core ML.
Include the python package in Build-Depends.
Añade el paquete python en el campo Build-Depends.
PyPI is the official python package repository and it's maintained by Python Software Foundation.
PyPI es el repositorio oficial de paquetes de Python y está mantenido por la Python Software Foundation.
This Python package provides one of the fastest implementations of dynamic neural networks to achieve speed and flexibility.
Este paquete de Python ofrece una de las implementaciones más rápidas de las redes neuronales dinámicas para lograr velocidad y flexibilidad.
Before we install that though, we'll need to install pip, a Python package manager.
Antes de instalarlo, sin embargo, tendremos que instalar pip, un gestor de paquetes de Python.
Its name is the Python package name you'll need to use to import anything inside it (e.g. mysite.urls).
Su nombre es el nombre del paquete de Python que usted tendrá que utilizar para importar todo dentro de este (por ejemplo, mysite.urls).