Re: [Python-es] Deformar sprites con PyGame

2015-06-12 Thread Mario R. Osorio
Te recomiendo que revises Blender Dtb/Gby === Mario R. Osorio “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford 2015-06-11 11:58 GMT-04:00 Juan Pedro Lara : > Hola lista, > > Tengo un proyecto para el cual necesito animar un sprite d

Re: [Python-es] RPMs para matplotlib y numpy

2015-06-21 Thread Mario R. Osorio
no es ni necesario, ni recomendado utilizar rpm para hacerlo (siexistiesen, lo que no es muy comun para el manejo de librerias python). Lo pitónicamente correcto es utilizar virtualenv y pip (o easy_install o conda) Dtb/Gby === Mario R. Osorio “If I had asked people what they wanted, they

Re: [Python-es] RPMs para matplotlib y numpy

2015-06-22 Thread Mario R. Osorio
tro. Por esta razon, el instalar paquetes con uno Y con el otro NO ES MEZCLAR DOS SISTEMAS DIFERENTES DE INSTALACION, es complementarse mutuamente ya que tanto RPM como PIP tienen sus limitaciones. Dtb/Gby === Mario R. Osorio “If I had asked people what they wanted, they would have said fas

Re: [Python-es] RPMs para matplotlib y numpy

2015-06-23 Thread Mario R. Osorio
virtualenvwrapper <http://soulchainer.github.io/posts/2013/12/30/python-paquetes-entornos-virtuales/> Espero haber sido de ayuda. Dtb/Gby === Mario R. Osorio “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford 2015-06-23 1:23 GMT-04:00 Gon

Re: [Python-es] Generar eventos de teclado desde Python

2015-08-10 Thread Mario R. Osorio
Puedes usar tkinter <https://mail.google.com/mail/u/0/#inbox/14f18fd8999f40e5>para eso, pero creo que el metodo preferido es pygame <http://www.pygame.org/docs/ref/key.html> Dtb/Gby ======= Mario R. Osorio “If I had asked people what they wanted, they would have said faster horse

Re: [Python-es] Entorno de ejecución

2015-10-31 Thread Mario R. Osorio
cuenta, pero creo que debes ser tu quien vaya descubriendo tus necesidades. Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford 2015-10-31 16:16 GMT-04:00 Jesús Quintero Suárez

Re: [Python-es] Parsear Fortran en Python

2015-11-08 Thread Mario R. Osorio
Hola Juan Luis. Aunque mi projecto no era tan complicado como FORTRAN, yo utilize pyparser con mucho exito... Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford 2015-11-08 12:52

Re: [Python-es] Parsear Fortran en Python

2015-11-10 Thread Mario R. Osorio
s dolores de cabeza... Dtb/Gby ======= Mario R. Osorio A.S. of Computer Programming and Analysis “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford 2015-11-10 16:06 GMT-05:00 Juan Luis Cano : > Gracias a todos por las respuestas, si consigo alg

Re: [Python-es] Parsear Fortran en Python

2015-11-15 Thread Mario R. Osorio
No sabia nada sobre grako. Parece un buen producto... Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford 2015-11-15 13:06 GMT-05:00 Juan Luis Cano : > On 2015-11-11 13:48, L

Re: [Python-es] 'Heredar' un venv dentro de otro

2015-11-29 Thread Mario R. Osorio
Yo creo que lo mas conveniente y seguro es crear un archivo de requerimientos con tus requerimientos basicos... Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford 2015-11-29 14

Re: [Python-es] Manejar diccionarios dentro de listas

2015-12-19 Thread Mario R. Osorio
Tu no tienes 5 diccionario tu tienes UN diccionario, el cual agregaste 5 veces a una lista, es decir que los 5 elemntos de la lista estan apuntando hacia el mismo objecto (el diccionario).. Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis “If I had asked people what

Re: [Python-es] Orientación para el desarrollo de aplicaciones de escritorio

2016-01-12 Thread Mario R. Osorio
ién lo puedes usar en tu aplicación, NO NECESITAS PHP. Dtb/Gby =======s Mario R. Osorio A.S. of Computer Programming and Analysis “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford ___ Python-es mailing l

Re: [Python-es] Desarrollo web o no

2016-01-13 Thread Mario R. Osorio
a muy buenos reditos! Por ultimo, ofrezco disculpas por los errores ortograficos, ando muy apurado, asi que no me dio tiempo de revisar lo que he escrito Un abrazo!! Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis “If I had asked people what they wanted, they would ha

Re: [Python-es] Orientación para el desarrollo de aplicaciones GUI.

2016-01-13 Thread Mario R. Osorio
solo, y sin brujula... Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford 2016-01-13 18:55 GMT-05:00 Jesús Quintero Suárez : > Hola, atendiendo sus respuestas definitivamente me

Re: [Python-es] Orientación para el desarrollo de aplicaciones GUI.

2016-01-14 Thread Mario R. Osorio
Pro bajo SCO UNIX. Tambien hice muchos trabajos con dBase/Clipper y era magnifico. No he conseguido en ningun otro lenguaje de programacion nada ni remotamente parecido a los macros de CA Clippper... Dtb/Gby ======= Mario R. Osorio A.S. of Computer Programming and Analysis “If I had asked peop

Re: [Python-es] Orientación para el desarrollo de aplicaciones GUI.

2016-01-14 Thread Mario R. Osorio
Aplausos @Francisco Palm!!! Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis “If I had asked people what they wanted, they would have said faster horses.” ― Henry Ford 2016-01-14 20:09 GMT-05:00 Francisco Palm : > > Obviamente cada quien termina resolvien

Re: [Python-es] mi primer proyecto - alternativa a airtable

2016-02-10 Thread Mario R. Osorio
AGTUGO, Yo tampoco me podria considerar un experto, pero me encantaria poder participar en un proyecto asi, si te parece bien quiero decir... Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http

Re: [Python-es] mi primer proyecto - alternativa a airtable

2016-02-10 Thread Mario R. Osorio
M encanta la idea, y ojala se nos unan otros. Kristian, por el telefono me doy cuenta que estas en Venezuela. Yo estoy en el sur de la Florida, pero soy venezolano, maracuho 'pa'mas seña'. Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis

Re: [Python-es] mi primer proyecto - alternativa a airtable

2016-02-10 Thread Mario R. Osorio
si claro, pero con nimbiot...@gmail.com Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions* *Just Choose Python!* <http://www.gentoogeek.

Re: [Python-es] [OFF TOPIC] herramientas para hacer diagramas UML

2016-03-23 Thread Mario R. Osorio
recuerdo su nombre en estos momentos. google es tu amigo! Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions* *Just Choose Python!* <http://www.gento

Re: [Python-es] [OFF TOPIC] herramientas para hacer diagramas UML

2016-03-23 Thread Mario R. Osorio
Umbrello! ese es el que me gusto mas de todos. No conocia pyut, mañana lo miro en mas profundidad Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions*

Re: [Python-es] [OFF TOPIC] herramientas para hacer diagramas UML

2016-03-23 Thread Mario R. Osorio
Intere$ante... Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions* *Just Choose Python!* <http://www.gentoogeek.org/files/choose_python.pdf> “If

Re: [Python-es] Una inquietud de un novaro

2016-09-18 Thread Mario R. Osorio
Python NO genera archivos ejecutables ya que es un lenguaje interpretado. Sin embargo, existen programas de terceros que generan archivos ejecutables, INCLUSO para varios de los sistemas operativos más comúnmente utilizados. On Sep 18, 2016 8:31 PM, "heber sarmiento via Python-es" < python-es@pyt

Re: [Python-es] Una inquietud de un novaro

2016-09-18 Thread Mario R. Osorio
A fin de evitarte MUCHOS dolores de cabeza, te recomiendo investigues y ESTUDIES A PROFUNDIDAD los entornos virtuales. Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email:

Re: [Python-es] Plugins

2016-09-22 Thread Mario R. Osorio
=== Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions* *Just Choose Python!* <http://www.gentoogeek.org/files/choose_python.pdf> “If I had asked people what they wanted

Re: [Python-es] Validar login con Python 3

2016-10-18 Thread Mario R. Osorio
https://pypi.python.org/pypi/oauthlib Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions* *Just Choose Python!* <http://www.gentoogeek.

Re: [Python-es] [ADMIN] Sobre el uso de esta lista

2016-10-23 Thread Mario R. Osorio
Hola Chema, Yo no soy experto en estas lides, pero si cuento con algo de tiempo que bien podría dedicar a la lista, si así tu lo consideras. Con esto, quedo a tu disposición, ofreciéndome para incorporarme al equipo y poner mi granito de arena. Dtb/Gby === Mario R. Osorio A.S. of Computer

Re: [Python-es] [ADMIN] Sobre el uso de esta lista

2016-10-25 Thread Mario R. Osorio
Saludos Andres! Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions* *Just Choose Python!* <http://www.gentoogeek.org/files/choose_python.pdf> “If

Re: [Python-es] Liberado PyFME 0.1

2016-11-06 Thread Mario R. Osorio
Pues, felicitaciones! Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions* *Just Choose Python!* <http://www.gentoogeek.org/files/choose_python.pdf>

Re: [Python-es] Todos los datos de una ejecucion

2017-02-22 Thread Mario R. Osorio
=== Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions * *Just Choose Python!* <http://www.gentoogeek.org/files/choose_python.pdf> SQL programmers don'

Re: [Python-es] Control de tiempo entre conmutaciones de 0 y 1

2017-03-20 Thread Mario R. Osorio
Yo creo que acá nadie hace la tarea de otro... On Mar 21, 2017 12:06 AM, "Rolando Paz" wrote: > Hola a todos de nuevo... > > Ahora regreso con un pequeño código: > > import time > > start_time = time.time() > #tiempo total en segundos, como ejemplo 10. > tiempo_total = 10 > #numero de conmutacio

Re: [Python-es] Si tuvieran que enviar un becario con 4 libros a DJANGO

2017-03-29 Thread Mario R. Osorio
(http://djangobook.com/) 5. Effective Django ( http://www.effectivedjango.com/?utm_source=devfreebooks&utm_medium=medium&utm_campaign=DevFreeBooks ) Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <htt

Re: [Python-es] Si tuvieran que enviar un becario con 4 libros a DJANGO

2017-03-29 Thread Mario R. Osorio
Y se me olvidaba: Test-Driven Web Development with Python ( http://www.obeythetestinggoat.com/pages/book.html#toc) Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email:

Re: [Python-es] Iniciándome en django

2017-04-03 Thread Mario R. Osorio
en https://tutorial.djangogirls.org/es/ Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://osorio.solutions/>* Email: *mario@osorio.solutions * *Just Choose Python!* <http://www.gentoogeek.org/files/choose_python.

Re: [Python-es] Python para niños

2017-04-06 Thread Mario R. Osorio
Aunque no estoy en España, me gustaria unirme a la iniciativa. Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://osorio.solutions/>* Email: *mario@osorio.solutions * *Just Choose Python!* <http://www.gentoogeek.

Re: [Python-es] Python para niños

2017-04-06 Thread Mario R. Osorio
excelente, y estoy seguro que falta quien se una Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://osorio.solutions/>* Email: *mario@osorio.solutions * *Just Choose Python!* <http://www.gentoogeek.

Re: [Python-es] Como Implementar Python y JasperReport.

2017-11-29 Thread Mario R. Osorio
import os os.startfile(filename) - os.system(filename) - Tambien podrias hacer uso de varias librerias para manipulacion de archivos PDF Dtb/Gby ======= Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.oso

Re: [Python-es] Como Implementar Python y JasperReport.

2017-11-29 Thread Mario R. Osorio
miendo que pruebes las varias formas de abrir el(los) arcchivo(s) ya que algunas podrian tener (d)efectos indeseados. *Tengo entendido* que la forma mas *correcta* es utilizando popen(), Pero yo pienso que lo *correcto*, a veces, esta en contraposicion a lo *desado*. Dtb/Gby === Mario R. Osor

Re: [Python-es] Como Implementar Python y JasperReport.

2017-12-04 Thread Mario R. Osorio
ADMINISTRADOR DE TU BASE DE DATOS, por lo que te recomiendo altamente que la cambies inmediatamente.* Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions*

Re: [Python-es] ¿conocen alguna librería que tenga comunicación uci o algun tipo de ia de ajedrez que me puedan sugerir?

2017-12-04 Thread Mario R. Osorio
-chess/latest/python-chess.pdf - http://chessforeva.blogspot.com/2011/02/lua-chess-engine.html - http://en.wikipedia.org/wiki/Universal_Chess_Interface - http://www.chessbin.com/ - https://en.wikipedia.org/wiki/Chess_engine#Interface_protocol Dtb/Gby === Mario R. Osorio A.S. of

Re: [Python-es] Consultar Datos en Python.

2017-12-12 Thread Mario R. Osorio
utilizando para el GUI. Tambien podria ser util saber si estas utilizando algun ORM y cual. Es posible que se necesiten algunos otros detalles, pero esa informacion es un punto solido para iniciar. Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http

Re: [Python-es] Consultar Datos en Python.

2017-12-13 Thread Mario R. Osorio
e permite utilizar otras bases de datos. En lo personal, PostgreSQL es mi caballito de batalla preferido. La posibilidad de convertir cualquier aplicación de escritorio en una aplicación web es una bendición ya que muchas veces me he encontrado con esa necesidad. Dtb/Gby === Mario R. Osori

Re: [Python-es] Consultar Datos en Python.

2017-12-13 Thread Mario R. Osorio
Es para mi un gusto poder serle util. Por cierto, la descripcion del sistema que Usted hace describe a Tryton; creo que le cae como anillo al dedo. Dtb/Gby === Mario R. Osorio A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http

Re: [Python-es] Generar Codigo Fuente

2018-02-25 Thread Mario R. Osorio
Te recomiendo revisar esta pagina: https://tomassetti.me/parsing-in-python/?nab=1 En lo personal, he trabajado con pyparsing y me ha ido muy bien, pero desconozco tus necesidades exactas. Dtb/Gby === Mario R. Osorio B.A.S. of Information Technology A.S. of Computer Programming and Analysis

Re: [Python-es] proteccion de codigo

2018-04-04 Thread Mario R. Osorio
Otro que cree en pajaritos preñados y huevitos de avionetas... Dtb/Gby === Mario R. Osorio B.A.S. of Information Technology A.S. of Computer Programming and Analysis Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions*

Re: [Python-es] pyreverse similar para funciones

2019-02-14 Thread Mario R. Osorio
Hola agtugo, Quizas esta discusion te sirva: How can you get the call tree with Python profilers? <https://stackoverflow.com/questions/4544784/how-can-you-get-the-call-tree-with-python-profilers> El enlace GraphViz esta roto, el que coloco es revisado Dtb/Gby === Mario R. Osorio B.A

Re: [Python-es] Operadores de comparacion como input de funcion para evitar comparaciones hardcoded

2019-04-10 Thread Mario R. Osorio
/Gby === Mario R. Osorio B.A.S. of Information Technology Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions* *Just Choose Python!* <http://www.gentoogeek.org/files/choose_python.pdf> *SQL programmers don't die, t

Re: [Python-es] Es coconut solamente azucar sintactico?

2019-04-26 Thread Mario R. Osorio
¿Me pueden informar cuál es el blog de Chema? Dtb/Gby === Mario R. Osorio B.A.S. of Information Technology Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions* *Just Choose Python!* <http://www.gentoogeek.

Re: [Python-es] Programa para diseñar la base de datos

2019-05-21 Thread Mario R. Osorio
gt; según tu conveniencia y necesidades. Dtb/Gby ======= Mario R. Osorio B.A.S. of Information Technology Web page: *http;//mario.osorio.solutions <http://http%3B//mario.osorio.solutions>* Email: *mario@osorio.solutions* *Just Choose Python!* <http://www.gentoogeek.org/files/choose_python.p

Re: [Python-es] ¿Cómo generar una distribución aleatoria?

2019-07-03 Thread Mario R. Osorio
Muy interesante la solución de Javi (Que demuestra tener una distribución plana), sin embargo me permito presentar la mía para su consideración: """ Solucion para: generar una distribución plana de enteros aleatorios, del 1 al 7, usando únicamente random.randint(1,5) como funcion generado

Re: [Python-es] ¿Cómo generar una distribución aleatoria?

2019-07-03 Thread Mario R. Osorio
Muchas gracias por la explicación. ___ Python-es mailing list Python-es@python.org https://mail.python.org/mailman/listinfo/python-es

Re: [Python-es] ¿Alguien tiene experiencia con librerías para ¨RT tickets¨?

2020-01-16 Thread Mario R. Osorio
En alguna ocasión probé varios y el que mejor se adaptaba a *mis* necesidades fue django-helpdesk [ https://github.com/django-helpdesk/django-helpdesk] . La documentación es muy buena, aunque no completa. Dtb/Gby === Mario R. Osorio *Just Choose Python!* <http://www.gentoogeek.org/fi

Re: [Python-es] ¿Alguien tiene experiencia con librerías para ¨RT tickets¨?

2020-01-16 Thread Mario R. Osorio
Disculpa, no lei tu mensaje correctamente ___ Python-es mailing list Python-es@python.org https://mail.python.org/mailman/listinfo/python-es