Examples with "own Python" and their translation in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Want to write your own Python plugin?
Want to write your own Python plugin?
Almost all modules do that: they define functions, new data types and classes that you can use in the interpreter or in your own Python modules, because nothing prevents you from importing other modules inside your module!
Casi todos los módulos hacen eso: definen funciones, nuevos tipos de datos y clases que se pueden usar en el intérprete o en sus propios módulos de Python, porque nada impide que importes módulos dentro de tu módulo!
They wrote their own Python plugin that let them quickly load and scale the blueprints in Cinema 4D.
Escribieron su propio plugin Python que les permitía cargar y escalar rápidamente los blueprints en Cinema 4D.
This is a framework that allows you to build your own Python applications and have them react to events and interact directly with Home Assistant.
Se trata de un entorno de trabajo que te permite desarrollar tus propias aplicaciones Python y hacer que éstas reaccionen a los eventos e interactúen directamente con Home Assistant.
For example, the Database Abstraction Layer (DAL) or the template language can be used independently of the web2py framework by importing gluon.dal or gluon.template into your own Python applications.
Por ejemplo, la Capa de Abstracción de la Base de Datos (DAL) o el lenguaje de plantillas se pueden usar en forma independiente de web2py, importando gluon.dal o gluon.template en tus propias aplicaciones.
Nginx uses uWSGI instead of WSGI, a similar but different protocol which requires its own python adapter.
Nginx usa uWSGI en lugar de WSGI, un protocolo similar aunque con ciertas diferencias que requiere su propio adaptador Python.
Once we are sure the library is loaded (the try/except sequence), we can now work with FreeCAD, the same way as we would inside FreeCAD's own python interpreter.
Una vez que estamos seguros de que la biblioteca se carga (la secuencia try/except), podemos trabajar con FreeCAD del mismo modo que lo haríamos en el propio intérprete de Python que tiene FreeCAD.
Actuators If you prefer to write games using Python, the game engine also has its own Python API, separate from the rest of Blender, which you can use to write scripts to control your game.
Si prefiere escribir juegos utilizando el lenguaje de programación Python, el motor de juegos tiene su propia API de Python, separada del resto de Blender, la cual puede utilizar para escribir scripts con los que controlar su juego.
Place it in Python Package Index (PyPI): It's the obvious choice if you want to share your program with other python developers not to let them modify your code but to use it as a library in their own python developments.
Ponerlo en el Python Package Index (PyPI): Es la opción obvia si queremos compartir nuestro programa con otros desarrolladores de Python no para que lo modifiquen sino para que lo usen como librería en sus propios desarrollos de Python.
Andere resultaten
On top of that, we're going to build our own interactive debugger in Python.
Además de eso, vamos a construir nuestro propio depurador interactivo en Python.
So, we will just go create some of our own spells using Python.
Sino, simplemente vamos a crear algunos de nuestros hechizos usando Python.
To better understand the entire process, try it on your own in this pure python open source implementation.
Para entender mejor el proceso completo, inténtalo por ti mismo en esta implementación de código abierto Python puro.