From jcaballero.hep en gmail.com Sat Mar 17 10:44:35 2018 From: jcaballero.hep en gmail.com (Jose Caballero) Date: Sat, 17 Mar 2018 10:44:35 -0400 Subject: [Python-es] pregunta rapida sobre RotatingFileHandler Message-ID: Hola, pregunta: ?alguien sabe que pasa si se intenta escribir un mensaje de "log" a la vez que el RotatingFileHandler esta rotando el fichero? Tenemos una aplicacion que usa el logrotate.d standard de linux. Pero para evitar problemas, primero se mata el proceso, se hace la rotacion, y luego se reinicia el proceso. Me gustaria saber si el handler RotatingFileHandler me puede evitar esos problemas. Entiendo que internamente hace tambien un cambio en el "file descriptor". Pero no tengo claro que pasa si se intenta escribir justo cuando se esta haciendo la rotacion. Cualquier comentario, o mejor aun link a documentacion, es mas que bienvenido. Saludos, Jose P.D. perdon por la falta de tildes. Teclado gringo. From pych3m4 en gmail.com Sun Mar 18 21:46:24 2018 From: pych3m4 en gmail.com (Chema Cortes) Date: Mon, 19 Mar 2018 02:46:24 +0100 Subject: [Python-es] pregunta rapida sobre RotatingFileHandler In-Reply-To: References: Message-ID: El 17 de marzo de 2018, 15:44, Jose Caballero escribió: > Hola, > > pregunta: ?alguien sabe que pasa si se intenta escribir un mensaje de > "log" a la vez que el RotatingFileHandler esta rotando el fichero? > > Tenemos una aplicacion que usa el logrotate.d standard de linux. Pero > para evitar problemas, primero se mata el proceso, se hace la > rotacion, y luego se reinicia el proceso. > > Me gustaria saber si el handler RotatingFileHandler me puede evitar > esos problemas. > Entiendo que internamente hace tambien un cambio en el "file descriptor". > Pero no tengo claro que pasa si se intenta escribir justo cuando se > esta haciendo la rotacion. > > Cualquier comentario, o mejor aun link a documentacion, es mas que > bienvenido. > La pregunta correcta sería si logging es "thread-safe". El sistema de logging usa bloqueos para que no haya dos procesos escribiendo a la vez, por lo que se puede asegurar que no habrá un hilo escribiendo mientras otro esté rotando los handlers. https://docs.python.org/3.6/library/logging.html#thread-safety > > Saludos, > Jose > > P.D. perdon por la falta de tildes. Teclado gringo. > _______________________________________________ > Python-es mailing list > Python-es en python.org > https://mail.python.org/mailman/listinfo/python-es > -- Hyperreals *R "Quarks, bits y otras criaturas infinitesimales": http://ch3m4.org/blog Buscador Python Hispano: http://ch3m4.org/python-es ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: From jcaballero.hep en gmail.com Sun Mar 18 22:33:24 2018 From: jcaballero.hep en gmail.com (Jose Caballero) Date: Sun, 18 Mar 2018 22:33:24 -0400 Subject: [Python-es] pregunta rapida sobre RotatingFileHandler In-Reply-To: References: Message-ID: > > > La pregunta correcta sería si logging es "thread-safe". El sistema de > logging usa bloqueos para que no haya dos procesos escribiendo a la vez, por > lo que se puede asegurar que no habrá un hilo escribiendo mientras otro esté > rotando los handlers. > > https://docs.python.org/3.6/library/logging.html#thread-safety > > Muchas gracias !! From faltet en gmail.com Fri Mar 23 04:37:54 2018 From: faltet en gmail.com (Francesc Alted) Date: Fri, 23 Mar 2018 09:37:54 +0100 Subject: [Python-es] =?utf-8?b?W0FOTl0gMTHhtZfKsCBBZHZhbmNlZCBTY2llbnRp?= =?utf-8?q?fic_Programming_in_Python_in_Camerino=2C_Italy=2C_3?= =?utf-8?q?=E2=80=948_September=2C_2018?= Message-ID: Hola, Esta es la nueva convocatoria del curso gratuito de programación científica avanzada en Python que este año tendrá lugar en Camerino, Italia. A ver si os animáis y por favor, darle difusión al tema. Suerte! Francesc 11?? Advanced Scientific Programming in Python ============================================== a Summer School by the G-Node and the University of Camerino https://python.g-node.org Scientists spend more and more time writing, maintaining, and debugging software. While techniques for doing this efficiently have evolved, only few scientists have been trained to use them. As a result, instead of doing their research, they spend far too much time writing deficient code and reinventing the wheel. In this course we will present a selection of advanced programming techniques and best practices which are standard in the industry, but especially tailored to the needs of a programming scientist. Lectures are devised to be interactive and to give the students enough time to acquire direct hands-on experience with the materials. Students will work in pairs throughout the school and will team up to practice the newly learned skills in a real programming project ? an entertaining computer game. We use the Python programming language for the entire course. Python works as a simple programming language for beginners, but more importantly, it also works great in scientific simulations and data analysis. We show how clean language design, ease of extensibility, and the great wealth of open source libraries for scientific computing and data visualization are driving Python to become a standard tool for the programming scientist. This school is targeted at Master or PhD students and Post-docs from all areas of science. Competence in Python or in another language such as Java, C/C++, MATLAB, or Mathematica is absolutely required. Basic knowledge of Python and of a version control system such as git, subversion, mercurial, or bazaar is assumed. Participants without any prior experience with Python and/or git should work through the proposed introductory material before the course. We are striving hard to get a pool of students which is international and gender-balanced: see how far we got in previous years < https://python.g-node.org/wiki/archives#stats>! Date & Location =============== 3?8 September, 2018. Camerino, Italy. Application =========== You can apply online: https://python.g-node.org/wiki/applications Application deadline: 23:59 UTC, 31 May, 2018. There will be no deadline extension, so be sure to apply on time. Be sure to read the FAQ before applying: https://python.g-node.org/wiki/faq Participation is for free, i.e. no fee is charged! Participants however should take care of travel, living, and accommodation expenses by themselves. Program ======= ? Version control with git and how to contribute to open source projects with GitHub ? Best practices in data visualization ? Organizing, documenting, and distributing scientific code ? Testing scientific code ? Profiling scientific code ? Advanced NumPy ? Advanced scientific Python: decorators, context managers, generators, and elements of object oriented programming ? Writing parallel applications in Python ? Speeding up scientific code with Cython and numba ? Memory-bound computations and the memory hierarchy ? Programming in teams Also see the detailed day-by-day schedule: https://python.g-node.org/ wiki/schedule Faculty ======= ? Ashwin Trikuta Srinath, Cyberinfrastructure Technology Integration, Clemson University, SC USA ? Jenni Rinker, Department of Wind Energy, Technical University of Denmark, Roskilde Denmark ? Juan Nunez-Iglesias, Melbourne Bioinformatics, University of Melbourne Australia ? Nicolas P. Rougier, Inria Bordeaux Sud-Ouest, Institute of Neurodegenerative Disease, University of Bordeaux France ? Pietro Berkes, NAGRA Kudelski, Lausanne Switzerland ? Rike-Benjamin Schuppner, Institute for Theoretical Biology, Humboldt-Universität zu Berlin Germany ? Tiziano Zito, freelance consultant, Berlin Germany ? Zbigniew J?drzejewski-Szmek, Red Hat Inc., Warsaw Poland Organizers ========== For the German Neuroinformatics Node of the INCF (G-Node) Germany: ? Tiziano Zito, freelance consultant, Berlin Germany ? Caterina Buizza, Personal Robotics Lab, Imperial College London UK ? Zbigniew J?drzejewski-Szmek, Red Hat Inc., Warsaw Poland ? Jakob Jordan, Department of Physiology, University of Bern, Switzerland Switzerland For the University of Camerino Italy: ? Flavio Corradini, Computer Science Division, School of Science and Technology, University of Camerino Italy ? Barbara Re, Computer Science Division, School of Science and Technology, University of Camerino Italy Website: https://python.g-node.org Contact: python-info en g-node.org -- Francesc Alted ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: From msagom en gmail.com Fri Mar 23 13:02:14 2018 From: msagom en gmail.com (Mario Alfonso Saucedo Gomez) Date: Fri, 23 Mar 2018 12:02:14 -0500 Subject: [Python-es] =?utf-8?b?W0FOTl0gMTHhtZfKsCBBZHZhbmNlZCBTY2llbnRp?= =?utf-8?q?fic_Programming_in_Python_in_Camerino=2C_Italy=2C_3?= =?utf-8?q?=E2=80=948_September=2C_2018?= Message-ID: Buenos días estimados, Los links enviados no funcionan, una consulta este curso es de manera presencial o virtual, se puede consultar los documentos de manera virtual. Agradezco su tiempo e interés y quedo atento a sus comentarios. Un saludo cordial. Gracias. Cordialmente, *Mario Saucedo Gómez.* 2018-03-23 3:37 GMT-05:00 Francesc Alted : > Hola, > > Esta es la nueva convocatoria del curso gratuito de programación > científica avanzada en Python que este año tendrá lugar en Camerino, > Italia. A ver si os animáis y por favor, darle difusión al tema. > > Suerte! > Francesc > > 11?? Advanced Scientific Programming in Python > ============================================== > a Summer School by the G-Node and the University of Camerino > > https://python.g-node.org > > Scientists spend more and more time writing, maintaining, and debugging > software. While techniques for doing this efficiently have evolved, only > few scientists have been trained to use them. As a result, instead of doing > their research, they spend far too much time writing deficient code and > reinventing the wheel. In this course we will present a selection of > advanced programming techniques and best practices which are standard in > the industry, but especially tailored to the needs of a programming > scientist. Lectures are devised to be interactive and to give the students > enough time to acquire direct hands-on experience with the materials. > Students will work in pairs throughout the school and will team up to > practice the newly learned skills in a real programming project ? an > entertaining computer game. > > We use the Python programming language for the entire course. Python works > as a simple programming language for beginners, but more importantly, it > also works great in scientific simulations and data analysis. We show how > clean language design, ease of extensibility, and the great wealth of open > source libraries for scientific computing and data visualization are > driving Python to become a standard tool for the programming scientist. > > This school is targeted at Master or PhD students and Post-docs from all > areas of science. Competence in Python or in another language such as Java, > C/C++, MATLAB, or Mathematica is absolutely required. Basic knowledge of > Python and of a version control system such as git, subversion, mercurial, > or bazaar is assumed. Participants without any prior experience with Python > and/or git should work through the proposed introductory material before > the course. > > We are striving hard to get a pool of students which is international and > gender-balanced: see how far we got in previous years < > https://python.g-node.org/wiki/archives#stats>! > > Date & Location > =============== > 3?8 September, 2018. Camerino, Italy. > > Application > =========== > You can apply online: https://python.g-node.org/wiki/applications > Application deadline: 23:59 UTC, 31 May, 2018. There will be no deadline > extension, so be sure to apply on time. > Be sure to read the FAQ before applying: https://python.g- > node.org/wiki/faq > > Participation is for free, i.e. no fee is charged! Participants however > should take care of travel, living, and accommodation expenses by > themselves. > > Program > ======= > ? Version control with git and how to contribute to open source projects > with GitHub > ? Best practices in data visualization > ? Organizing, documenting, and distributing scientific code > ? Testing scientific code > ? Profiling scientific code > ? Advanced NumPy > ? Advanced scientific Python: decorators, context managers, generators, > and elements of object oriented programming > ? Writing parallel applications in Python > ? Speeding up scientific code with Cython and numba > ? Memory-bound computations and the memory hierarchy > ? Programming in teams > > Also see the detailed day-by-day schedule: https://python.g- > node.org/wiki/schedule > > Faculty > ======= > ? Ashwin Trikuta Srinath, Cyberinfrastructure Technology Integration, > Clemson University, SC USA > ? Jenni Rinker, Department of Wind Energy, Technical University of > Denmark, Roskilde Denmark > ? Juan Nunez-Iglesias, Melbourne Bioinformatics, University of Melbourne > Australia > ? Nicolas P. Rougier, Inria Bordeaux Sud-Ouest, Institute of > Neurodegenerative Disease, University of Bordeaux France > ? Pietro Berkes, NAGRA Kudelski, Lausanne Switzerland > ? Rike-Benjamin Schuppner, Institute for Theoretical Biology, > Humboldt-Universität zu Berlin Germany > ? Tiziano Zito, freelance consultant, Berlin Germany > ? Zbigniew J?drzejewski-Szmek, Red Hat Inc., Warsaw Poland > > Organizers > ========== > For the German Neuroinformatics Node of the INCF (G-Node) Germany: > > ? Tiziano Zito, freelance consultant, Berlin Germany > ? Caterina Buizza, Personal Robotics Lab, Imperial College London UK > ? Zbigniew J?drzejewski-Szmek, Red Hat Inc., Warsaw Poland > ? Jakob Jordan, Department of Physiology, University of Bern, Switzerland > Switzerland > > For the University of Camerino Italy: > > ? Flavio Corradini, Computer Science Division, School of Science and > Technology, University of Camerino Italy > ? Barbara Re, Computer Science Division, School of Science and Technology, > University of Camerino Italy > > > Website: https://python.g-node.org > Contact: python-info en g-node.org > > -- > Francesc Alted > > _______________________________________________ > Python-es mailing list > Python-es en python.org > https://mail.python.org/mailman/listinfo/python-es > > -- ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: From faltet en gmail.com Fri Mar 23 15:41:30 2018 From: faltet en gmail.com (Francesc Alted) Date: Fri, 23 Mar 2018 20:41:30 +0100 Subject: [Python-es] =?utf-8?b?W0FOTl0gMTHhtZfKsCBBZHZhbmNlZCBTY2llbnRp?= =?utf-8?q?fic_Programming_in_Python_in_Camerino=2C_Italy=2C_3?= =?utf-8?q?=E2=80=948_September=2C_2018?= In-Reply-To: References: Message-ID: 2018-03-23 18:02 GMT+01:00 Mario Alfonso Saucedo Gomez : > Buenos días estimados, > > Los links enviados no funcionan, una consulta este curso es de manera > presencial o virtual, se puede consultar los documentos de manera virtual. > ?A mi me funcionan, al menos https://python.g-node.org; a cual te refieres tú? Respecto a las preguntas, el curso es presencial?, pero siempre se pueden consultar los materiales de cursos pasados en: https://python.g-node.org/wiki/archives Saludos, -- Francesc Alted ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: From felix.listadebian en gmail.com Sat Mar 24 01:09:57 2018 From: felix.listadebian en gmail.com (Felix Perez) Date: Sat, 24 Mar 2018 02:09:57 -0300 Subject: [Python-es] =?utf-8?b?W0FOTl0gMTHhtZfKsCBBZHZhbmNlZCBTY2llbnRp?= =?utf-8?q?fic_Programming_in_Python_in_Camerino=2C_Italy=2C_3?= =?utf-8?q?=E2=80=948_September=2C_2018?= In-Reply-To: References: Message-ID: 2018-03-23 14:02 GMT-03:00 Mario Alfonso Saucedo Gomez : > Buenos días estimados, > > Los links enviados no funcionan, una consulta este curso es de manera > presencial o virtual, se puede consultar los documentos de manera virtual. > > Agradezco su tiempo e interés y quedo atento a sus comentarios. > > Un saludo cordial. > > Gracias. > > Cordialmente, > > Mario Saucedo Gómez. > > > > 2018-03-23 3:37 GMT-05:00 Francesc Alted : >> >> Hola, >> >> Esta es la nueva convocatoria del curso gratuito de programación >> científica avanzada en Python que este año tendrá lugar en Camerino, Italia. >> A ver si os animáis y por favor, darle difusión al tema. >> >> Suerte! >> Francesc >> >> 11?? Advanced Scientific Programming in Python >> ============================================== >> a Summer School by the G-Node and the University of Camerino >> >> https://python.g-node.org >> >> Scientists spend more and more time writing, maintaining, and debugging >> software. While techniques for doing this efficiently have evolved, only few >> scientists have been trained to use them. As a result, instead of doing >> their research, they spend far too much time writing deficient code and >> reinventing the wheel. In this course we will present a selection of >> advanced programming techniques and best practices which are standard in the >> industry, but especially tailored to the needs of a programming scientist. >> Lectures are devised to be interactive and to give the students enough time >> to acquire direct hands-on experience with the materials. Students will work >> in pairs throughout the school and will team up to practice the newly >> learned skills in a real programming project ? an entertaining computer >> game. >> >> We use the Python programming language for the entire course. Python works >> as a simple programming language for beginners, but more importantly, it >> also works great in scientific simulations and data analysis. We show how >> clean language design, ease of extensibility, and the great wealth of open >> source libraries for scientific computing and data visualization are driving >> Python to become a standard tool for the programming scientist. >> >> This school is targeted at Master or PhD students and Post-docs from all >> areas of science. Competence in Python or in another language such as Java, >> C/C++, MATLAB, or Mathematica is absolutely required. Basic knowledge of >> Python and of a version control system such as git, subversion, mercurial, >> or bazaar is assumed. Participants without any prior experience with Python >> and/or git should work through the proposed introductory material before the >> course. >> >> We are striving hard to get a pool of students which is international and >> gender-balanced: see how far we got in previous years >> ! >> >> Date & Location >> =============== >> 3?8 September, 2018. Camerino, Italy. >> >> Application >> =========== >> You can apply online: https://python.g-node.org/wiki/applications >> Application deadline: 23:59 UTC, 31 May, 2018. There will be no deadline >> extension, so be sure to apply on time. >> Be sure to read the FAQ before applying: >> https://python.g-node.org/wiki/faq >> >> Participation is for free, i.e. no fee is charged! Participants however >> should take care of travel, living, and accommodation expenses by >> themselves. >> >> Program >> ======= >> ? Version control with git and how to contribute to open source projects >> with GitHub >> ? Best practices in data visualization >> ? Organizing, documenting, and distributing scientific code >> ? Testing scientific code >> ? Profiling scientific code >> ? Advanced NumPy >> ? Advanced scientific Python: decorators, context managers, generators, >> and elements of object oriented programming >> ? Writing parallel applications in Python >> ? Speeding up scientific code with Cython and numba >> ? Memory-bound computations and the memory hierarchy >> ? Programming in teams >> >> Also see the detailed day-by-day schedule: >> https://python.g-node.org/wiki/schedule >> >> Faculty >> ======= >> ? Ashwin Trikuta Srinath, Cyberinfrastructure Technology Integration, >> Clemson University, SC USA >> ? Jenni Rinker, Department of Wind Energy, Technical University of >> Denmark, Roskilde Denmark >> ? Juan Nunez-Iglesias, Melbourne Bioinformatics, University of Melbourne >> Australia >> ? Nicolas P. Rougier, Inria Bordeaux Sud-Ouest, Institute of >> Neurodegenerative Disease, University of Bordeaux France >> ? Pietro Berkes, NAGRA Kudelski, Lausanne Switzerland >> ? Rike-Benjamin Schuppner, Institute for Theoretical Biology, >> Humboldt-Universität zu Berlin Germany >> ? Tiziano Zito, freelance consultant, Berlin Germany >> ? Zbigniew J?drzejewski-Szmek, Red Hat Inc., Warsaw Poland >> >> Organizers >> ========== >> For the German Neuroinformatics Node of the INCF (G-Node) Germany: >> >> ? Tiziano Zito, freelance consultant, Berlin Germany >> ? Caterina Buizza, Personal Robotics Lab, Imperial College London UK >> ? Zbigniew J?drzejewski-Szmek, Red Hat Inc., Warsaw Poland >> ? Jakob Jordan, Department of Physiology, University of Bern, Switzerland >> Switzerland >> >> For the University of Camerino Italy: >> >> ? Flavio Corradini, Computer Science Division, School of Science and >> Technology, University of Camerino Italy >> ? Barbara Re, Computer Science Division, School of Science and Technology, >> University of Camerino Italy >> >> >> Website: https://python.g-node.org >> Contact: python-info en g-node.org >> >> -- >> Francesc Alted >> >> _______________________________________________ >> Python-es mailing list >> Python-es en python.org >> https://mail.python.org/mailman/listinfo/python-es >> > > > > -- > > > > _______________________________________________ > Python-es mailing list > Python-es en python.org > https://mail.python.org/mailman/listinfo/python-es > Funcionan todos los links -- usuario linux #274354 normas de la lista: http://wiki.debian.org/es/NormasLista como hacer preguntas inteligentes: http://www.sindominio.net/ayuda/preguntas-inteligentes.html From francois.dion en gmail.com Thu Mar 29 10:59:05 2018 From: francois.dion en gmail.com (Francois Dion) Date: Thu, 29 Mar 2018 10:59:05 -0400 Subject: [Python-es] Treemaps Message-ID: Hola, Estoy buscando el termino exacto para un Treemap (en ingles), como por ejemplo con plotly y python: https://plot.ly/python/treemaps/ Mapa de árbol? Gracias, François -- about.me/francois.dion ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: From felix.listadebian en gmail.com Thu Mar 29 14:19:59 2018 From: felix.listadebian en gmail.com (Felix Perez) Date: Thu, 29 Mar 2018 15:19:59 -0300 Subject: [Python-es] Treemaps In-Reply-To: References: Message-ID: El 29 de marzo de 2018, 11:59, Francois Dion escribió: > Hola, > > Estoy buscando el termino exacto para un Treemap (en ingles), como por > ejemplo con plotly y python: > > https://plot.ly/python/treemaps/ > > Mapa de árbol? ¿Diagrama de árbol? > > Gracias, > François > > > -- > about.me/francois.dion > > _______________________________________________ > Python-es mailing list > Python-es en python.org > https://mail.python.org/mailman/listinfo/python-es > -- usuario linux #274354 normas de la lista: http://wiki.debian.org/es/NormasLista como hacer preguntas inteligentes: http://www.sindominio.net/ayuda/preguntas-inteligentes.html From francois.dion en gmail.com Thu Mar 29 15:44:13 2018 From: francois.dion en gmail.com (Francois Dion) Date: Thu, 29 Mar 2018 19:44:13 +0000 Subject: [Python-es] Treemaps In-Reply-To: References: Message-ID: Y este tipo? https://plot.ly/python/tree-plots/ Me parece que diagrama de árbol se refiere a eso. No son lo mismo... On Thu, Mar 29, 2018, 14:21 Felix Perez wrote: > El 29 de marzo de 2018, 11:59, Francois Dion > escribió: > > Hola, > > > > Estoy buscando el termino exacto para un Treemap (en ingles), como por > > ejemplo con plotly y python: > > > > https://plot.ly/python/treemaps/ > > > > Mapa de árbol? > > ¿Diagrama de árbol? > > > > > Gracias, > > François > > > > > > -- > > about.me/francois.dion > > > > _______________________________________________ > > Python-es mailing list > > Python-es en python.org > > https://mail.python.org/mailman/listinfo/python-es > > > > > > -- > usuario linux #274354 > normas de la lista: http://wiki.debian.org/es/NormasLista > como hacer preguntas inteligentes: > http://www.sindominio.net/ayuda/preguntas-inteligentes.html > _______________________________________________ > Python-es mailing list > Python-es en python.org > https://mail.python.org/mailman/listinfo/python-es > ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: From felix.listadebian en gmail.com Thu Mar 29 17:15:14 2018 From: felix.listadebian en gmail.com (Felix Perez) Date: Thu, 29 Mar 2018 18:15:14 -0300 Subject: [Python-es] Treemaps In-Reply-To: References: Message-ID: El 29 de marzo de 2018, 16:44, Francois Dion escribió: > Y este tipo? > > https://plot.ly/python/tree-plots/ > > Me parece que diagrama de árbol se refiere a eso. No son lo mismo... Toda la razón lo otro parece más como un diagrama por bloques ordenados, si me baso en la definción dada por wikipedia: "treemapping is a method for displaying hierarchical data using nested figures, usually rectangles." Podría definirlo como "diagrama de bloques o figuras anidadas" , lo de árbol "tree" se referiría a la complejidad de los esquemas resultantes un verdadero bosque por lo que estaría en uso d manera figurada.. Saludos. > > > > > > On Thu, Mar 29, 2018, 14:21 Felix Perez wrote: >> >> El 29 de marzo de 2018, 11:59, Francois Dion >> escribió: >> > Hola, >> > >> > Estoy buscando el termino exacto para un Treemap (en ingles), como por >> > ejemplo con plotly y python: >> > >> > https://plot.ly/python/treemaps/ >> > >> > Mapa de árbol? >> >> ¿Diagrama de árbol? >> >> > >> > Gracias, >> > François >> > >> > >> > -- >> > about.me/francois.dion >> > -- usuario linux #274354 normas de la lista: http://wiki.debian.org/es/NormasLista como hacer preguntas inteligentes: http://www.sindominio.net/ayuda/preguntas-inteligentes.html From francois.dion en gmail.com Fri Mar 30 08:16:13 2018 From: francois.dion en gmail.com (Francois Dion) Date: Fri, 30 Mar 2018 08:16:13 -0400 Subject: [Python-es] Treemaps In-Reply-To: References: Message-ID: Me gusta. He recibido varias respuestas de miembros de la ASA y otros, ahora hay que ver cual eligir... Gracias 2018-03-29 17:15 GMT-04:00 Felix Perez : > El 29 de marzo de 2018, 16:44, Francois Dion > escribió: > > Y este tipo? > > > > https://plot.ly/python/tree-plots/ > > > > Me parece que diagrama de árbol se refiere a eso. No son lo mismo... > > Toda la razón lo otro parece más como un diagrama por bloques > ordenados, si me baso en la definción dada por wikipedia: > "treemapping is a method for displaying hierarchical data using nested > figures, usually rectangles." > > Podría definirlo como "diagrama de bloques o figuras anidadas" , lo > de árbol "tree" se referiría a la complejidad de los esquemas > resultantes un verdadero bosque por lo que estaría en uso d manera > figurada.. > > Saludos. > > > > > > > > > > > > > On Thu, Mar 29, 2018, 14:21 Felix Perez > wrote: > >> > >> El 29 de marzo de 2018, 11:59, Francois Dion > >> escribió: > >> > Hola, > >> > > >> > Estoy buscando el termino exacto para un Treemap (en ingles), como por > >> > ejemplo con plotly y python: > >> > > >> > https://plot.ly/python/treemaps/ > >> > > >> > Mapa de árbol? > >> > >> ¿Diagrama de árbol? > >> > >> > > >> > Gracias, > >> > François > >> > > >> > > >> > -- > >> > about.me/francois.dion > >> > > > > > -- > usuario linux #274354 > normas de la lista: http://wiki.debian.org/es/NormasLista > como hacer preguntas inteligentes: > http://www.sindominio.net/ayuda/preguntas-inteligentes.html > _______________________________________________ > Python-es mailing list > Python-es en python.org > https://mail.python.org/mailman/listinfo/python-es > -- about.me/francois.dion ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: From tapia en openshine.com Thu Mar 29 12:10:52 2018 From: tapia en openshine.com (=?UTF-8?B?Q8Opc2FyIEdhcmPDrWEgVGFwaWE=?=) Date: Thu, 29 Mar 2018 18:10:52 +0200 Subject: [Python-es] Treemaps In-Reply-To: References: Message-ID: Yo lo he leído varias veces traducido como "diagrama de árbol". Saludos. *César García Tapia* Director técnico Tlf: +34 663 273 481 <+34+663+273+481> Skype: cesargarciatapia <#UNIQUE_ID_SafeHtmlFilter_> Web: https://www.openshine.com/ El 29 de marzo de 2018, 16:59, Francois Dion escribió: > Hola, > > Estoy buscando el termino exacto para un Treemap (en ingles), como por > ejemplo con plotly y python: > > https://plot.ly/python/treemaps/ > > Mapa de árbol? > > Gracias, > François > > > -- > about.me/francois.dion > > _______________________________________________ > Python-es mailing list > Python-es en python.org > https://mail.python.org/mailman/listinfo/python-es > > ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: From felix.listadebian en gmail.com Sat Mar 31 21:31:07 2018 From: felix.listadebian en gmail.com (Felix Perez) Date: Sat, 31 Mar 2018 22:31:07 -0300 Subject: [Python-es] Treemaps In-Reply-To: References: Message-ID: El 29 de marzo de 2018, 13:10, César García Tapia escribió: > Yo lo he leído varias veces traducido como "diagrama de árbol". > > Como ya se mencionó más arriba en el hilo no es lo mismo, son conceptos distintos. > > > El 29 de marzo de 2018, 16:59, Francois Dion > escribió: > >> Hola, >> >> Estoy buscando el termino exacto para un Treemap (en ingles), como por >> ejemplo con plotly y python: >> >> https://plot.ly/python/treemaps/ >> >> Mapa de árbol? >> >> Gracias, >> François >> >> >> -- >> about.me/francois.dion >> >> _______________________________________________ >> Python-es mailing list >> Python-es en python.org >> https://mail.python.org/mailman/listinfo/python-es >> >> > > _______________________________________________ > Python-es mailing list > Python-es en python.org > https://mail.python.org/mailman/listinfo/python-es > > -- usuario linux #274354 normas de la lista: http://wiki.debian.org/es/NormasLista como hacer preguntas inteligentes: http://www.sindominio.net/ayuda/preguntas-inteligentes.html ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: From damiansire en hotmail.com Sat Mar 31 19:03:13 2018 From: damiansire en hotmail.com (=?iso-8859-1?Q?Damian_Sir=E9?=) Date: Sat, 31 Mar 2018 23:03:13 +0000 Subject: [Python-es] =?iso-8859-1?q?Duda_con_respecto_a_scrapear_web_que_?= =?iso-8859-1?q?requiere_iniciar_sesi=F3n?= Message-ID: Uso python 3.6, entonces no puedo utilizar Mechanize, estube buscando en Stack y logre diseñar el siguiente código: (La web en si, no es esa, pero necesitaba una para probar) import bs4 import requests import login #Creamos el objeto se session para guardar los cockies s = requests.Session() #Examinar con consola en chrome s.post("https://foro.elhacker.net/login.html", data={'user': datauser.user, 'passwrd': datauser.passw, 'cookielength' : 90}) r = s.get("https://foro.elhacker.net/pm.html") print(r.text) Esto es la data que saque de la consola (Los campos) [enter image description here] El problema, es que cuando imprimo r.text, me muestra el texto de https://foro.elhacker.net/login.html y no el de https://foro.elhacker.net/pm.html Si alguien sabe, estaria genial, muchas gracias!! ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: