├── Bases_de_Datos_con_MySQLdb ├── Conectando_a_MySQLlib.md ├── Creando_nuestra_base_de_datos.md ├── Ejecutar_Sentencias_SQL.md ├── Instalando_MySQL.md ├── Instalar_MySQLlib.md ├── Introducción_mínima_a_SQL.md ├── Mas_alla_de_fetchnote.md ├── dict_cursor.md ├── introducción.md ├── referencias.md └── responsable ├── Expresiones_regulares ├── Expresiones_regulares Ejercicio.md ├── Expresiones_regulares I.md ├── Expresiones_regulares II.md ├── Expresiones_regulares Referencias e informacion.md └── responsable ├── Extraccion_de_informacion_de_paginas_web ├── contenido_Scrapy.md ├── ejercicio_autoevaluacion.md ├── ejercicio_modulo_Scrapy.md ├── html │ ├── contenido_Scrapy.html │ ├── ejercicio_autoevaluacion.html │ └── ejercicio_modulo_Scrapy.html ├── include.css ├── introduccion_Scrapy.md ├── md2html ├── recursosadicionales_Scrapy.md └── responsable ├── Interfaces_Graficas_con_PyGTK ├── .gitignore ├── code │ ├── 00_Initial_Code │ │ └── 00_initial_code.py │ ├── 01_Hola_Mundo │ │ └── 01_hola_mundo.py │ ├── 02_Barra_Progreso │ │ └── 02_barra_progreso.py │ ├── 03_Glade_Gtkbuilder │ │ ├── builder_example.glade │ │ └── main.py │ ├── 04_Ventanas │ │ ├── main.py │ │ ├── main2.py │ │ ├── ventanas.glade │ │ └── ventanas2.glade │ └── 05_Reglajes │ │ ├── .gitignore │ │ ├── README.md │ │ ├── electre.py │ │ ├── rF1.glade │ │ ├── reglajesF1.py │ │ ├── resources │ │ ├── about1.jpg │ │ ├── abu.jpg │ │ ├── albert_park (copia).jpg │ │ ├── albert_park.jpg │ │ ├── alemania_circuito.jpg │ │ ├── alm2.gif │ │ ├── aut2.gif │ │ ├── bahrein.jpg │ │ ├── bel2.gif │ │ ├── bhr2.gif │ │ ├── bra2.gif │ │ ├── brasil.jpg │ │ ├── calculator.gif │ │ ├── catalunya.jpg │ │ ├── chn2.gif │ │ ├── eau2.gif │ │ ├── esp2.gif │ │ ├── estambul.jpg │ │ ├── hun2.gif │ │ ├── hungria.jpg │ │ ├── ing2.gif │ │ ├── ita2.gif │ │ ├── jap2.gif │ │ ├── japon.jpg │ │ ├── monaco.jpg │ │ ├── monacocir.jpg │ │ ├── monza.jpg │ │ ├── my2.gif │ │ ├── portada.jpg │ │ ├── sepang.jpg │ │ ├── sg2.gif │ │ ├── shangai.jpg │ │ ├── silverstone.jpg │ │ ├── singapur.jpg │ │ ├── spa.jpg │ │ ├── tur2.gif │ │ └── valencia.jpg │ │ └── speed_circuits.db ├── contenido_PyGtk.md ├── ejercicio_autoevaluacion.md ├── ejercicio_modulo_PyGTK.md ├── html │ ├── contenido_PyGtk.html │ ├── ejercicio_autoevaluacion.html │ └── ejercicio_modulo_PyGTK.html ├── include.css ├── introduccion_PyGtk.md ├── md2html └── responsable ├── Presentacion ├── introduccion.md ├── requisitos.md └── responsable ├── README.md ├── Videojuegos_con_PyGame ├── animando_sprites.md ├── colisiones.md ├── hola_pygame.md ├── imagenes.md ├── instalacion.md ├── introduccion.md ├── movimiento.md ├── recursos.md ├── responsable ├── sonido.md ├── sprites.md └── texto.md ├── img ├── Bases_de_Datos_con_MySQLdb1.png ├── Bases_de_Datos_con_MySQLdb2.png ├── InterfacesGtk_01_hola_mundo.png ├── InterfacesGtk_02_Glade_01.png ├── InterfacesGtk_02_Glade_02.png ├── InterfacesGtk_03_ventanas_01.png ├── InterfacesGtk_03_ventanas_02.png ├── InterfacesGtk_04_BotonesLabelsCombobox_01.png ├── Scraping_EstructuraScrapy.png ├── Scraping_Firefinder.png ├── Scraping_XpathExpression.png ├── ScrapyShell1.png ├── ScrapyShell2.png ├── Videojuegos1.png ├── fondo.jpg ├── guitarra.wav ├── imagen.gif ├── imagen.png ├── monigotillo.png └── ouch.wav ├── include.css └── md2html /Bases_de_Datos_con_MySQLdb/Conectando_a_MySQLlib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Bases_de_Datos_con_MySQLdb/Conectando_a_MySQLlib.md -------------------------------------------------------------------------------- /Bases_de_Datos_con_MySQLdb/Creando_nuestra_base_de_datos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Bases_de_Datos_con_MySQLdb/Creando_nuestra_base_de_datos.md -------------------------------------------------------------------------------- /Bases_de_Datos_con_MySQLdb/Ejecutar_Sentencias_SQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Bases_de_Datos_con_MySQLdb/Ejecutar_Sentencias_SQL.md -------------------------------------------------------------------------------- /Bases_de_Datos_con_MySQLdb/Instalando_MySQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Bases_de_Datos_con_MySQLdb/Instalando_MySQL.md -------------------------------------------------------------------------------- /Bases_de_Datos_con_MySQLdb/Instalar_MySQLlib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Bases_de_Datos_con_MySQLdb/Instalar_MySQLlib.md -------------------------------------------------------------------------------- /Bases_de_Datos_con_MySQLdb/Introducción_mínima_a_SQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Bases_de_Datos_con_MySQLdb/Introducción_mínima_a_SQL.md -------------------------------------------------------------------------------- /Bases_de_Datos_con_MySQLdb/Mas_alla_de_fetchnote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Bases_de_Datos_con_MySQLdb/Mas_alla_de_fetchnote.md -------------------------------------------------------------------------------- /Bases_de_Datos_con_MySQLdb/dict_cursor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Bases_de_Datos_con_MySQLdb/dict_cursor.md -------------------------------------------------------------------------------- /Bases_de_Datos_con_MySQLdb/introducción.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Bases_de_Datos_con_MySQLdb/introducción.md -------------------------------------------------------------------------------- /Bases_de_Datos_con_MySQLdb/referencias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Bases_de_Datos_con_MySQLdb/referencias.md -------------------------------------------------------------------------------- /Bases_de_Datos_con_MySQLdb/responsable: -------------------------------------------------------------------------------- 1 | Pablo 2 | -------------------------------------------------------------------------------- /Expresiones_regulares/Expresiones_regulares Ejercicio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Expresiones_regulares/Expresiones_regulares Ejercicio.md -------------------------------------------------------------------------------- /Expresiones_regulares/Expresiones_regulares I.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Expresiones_regulares/Expresiones_regulares I.md -------------------------------------------------------------------------------- /Expresiones_regulares/Expresiones_regulares II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Expresiones_regulares/Expresiones_regulares II.md -------------------------------------------------------------------------------- /Expresiones_regulares/Expresiones_regulares Referencias e informacion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Expresiones_regulares/Expresiones_regulares Referencias e informacion.md -------------------------------------------------------------------------------- /Expresiones_regulares/responsable: -------------------------------------------------------------------------------- 1 | Renato 2 | -------------------------------------------------------------------------------- /Extraccion_de_informacion_de_paginas_web/contenido_Scrapy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Extraccion_de_informacion_de_paginas_web/contenido_Scrapy.md -------------------------------------------------------------------------------- /Extraccion_de_informacion_de_paginas_web/ejercicio_autoevaluacion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Extraccion_de_informacion_de_paginas_web/ejercicio_autoevaluacion.md -------------------------------------------------------------------------------- /Extraccion_de_informacion_de_paginas_web/ejercicio_modulo_Scrapy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Extraccion_de_informacion_de_paginas_web/ejercicio_modulo_Scrapy.md -------------------------------------------------------------------------------- /Extraccion_de_informacion_de_paginas_web/html/contenido_Scrapy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Extraccion_de_informacion_de_paginas_web/html/contenido_Scrapy.html -------------------------------------------------------------------------------- /Extraccion_de_informacion_de_paginas_web/html/ejercicio_autoevaluacion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Extraccion_de_informacion_de_paginas_web/html/ejercicio_autoevaluacion.html -------------------------------------------------------------------------------- /Extraccion_de_informacion_de_paginas_web/html/ejercicio_modulo_Scrapy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Extraccion_de_informacion_de_paginas_web/html/ejercicio_modulo_Scrapy.html -------------------------------------------------------------------------------- /Extraccion_de_informacion_de_paginas_web/include.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Extraccion_de_informacion_de_paginas_web/include.css -------------------------------------------------------------------------------- /Extraccion_de_informacion_de_paginas_web/introduccion_Scrapy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Extraccion_de_informacion_de_paginas_web/introduccion_Scrapy.md -------------------------------------------------------------------------------- /Extraccion_de_informacion_de_paginas_web/md2html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Extraccion_de_informacion_de_paginas_web/md2html -------------------------------------------------------------------------------- /Extraccion_de_informacion_de_paginas_web/recursosadicionales_Scrapy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Extraccion_de_informacion_de_paginas_web/recursosadicionales_Scrapy.md -------------------------------------------------------------------------------- /Extraccion_de_informacion_de_paginas_web/responsable: -------------------------------------------------------------------------------- 1 | Sera 2 | -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/.gitignore -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/00_Initial_Code/00_initial_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/00_Initial_Code/00_initial_code.py -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/01_Hola_Mundo/01_hola_mundo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/01_Hola_Mundo/01_hola_mundo.py -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/02_Barra_Progreso/02_barra_progreso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/02_Barra_Progreso/02_barra_progreso.py -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/03_Glade_Gtkbuilder/builder_example.glade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/03_Glade_Gtkbuilder/builder_example.glade -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/03_Glade_Gtkbuilder/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/03_Glade_Gtkbuilder/main.py -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/04_Ventanas/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/04_Ventanas/main.py -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/04_Ventanas/main2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/04_Ventanas/main2.py -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/04_Ventanas/ventanas.glade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/04_Ventanas/ventanas.glade -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/04_Ventanas/ventanas2.glade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/04_Ventanas/ventanas2.glade -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | # pyc files 3 | *.pyc 4 | -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/README.md -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/electre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/electre.py -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/rF1.glade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/rF1.glade -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/reglajesF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/reglajesF1.py -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/about1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/about1.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/abu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/abu.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/albert_park (copia).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/albert_park (copia).jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/albert_park.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/albert_park.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/alemania_circuito.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/alemania_circuito.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/alm2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/alm2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/aut2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/aut2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/bahrein.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/bahrein.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/bel2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/bel2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/bhr2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/bhr2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/bra2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/bra2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/brasil.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/brasil.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/calculator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/calculator.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/catalunya.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/catalunya.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/chn2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/chn2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/eau2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/eau2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/esp2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/esp2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/estambul.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/estambul.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/hun2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/hun2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/hungria.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/hungria.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/ing2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/ing2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/ita2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/ita2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/jap2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/jap2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/japon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/japon.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/monaco.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/monaco.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/monacocir.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/monacocir.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/monza.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/monza.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/my2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/my2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/portada.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/portada.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/sepang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/sepang.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/sg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/sg2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/shangai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/shangai.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/silverstone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/silverstone.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/singapur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/singapur.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/spa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/spa.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/tur2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/tur2.gif -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/valencia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/resources/valencia.jpg -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/code/05_Reglajes/speed_circuits.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/code/05_Reglajes/speed_circuits.db -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/contenido_PyGtk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/contenido_PyGtk.md -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/ejercicio_autoevaluacion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/ejercicio_autoevaluacion.md -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/ejercicio_modulo_PyGTK.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/ejercicio_modulo_PyGTK.md -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/html/contenido_PyGtk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/html/contenido_PyGtk.html -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/html/ejercicio_autoevaluacion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/html/ejercicio_autoevaluacion.html -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/html/ejercicio_modulo_PyGTK.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/html/ejercicio_modulo_PyGTK.html -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/include.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/include.css -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/introduccion_PyGtk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/introduccion_PyGtk.md -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/md2html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Interfaces_Graficas_con_PyGTK/md2html -------------------------------------------------------------------------------- /Interfaces_Graficas_con_PyGTK/responsable: -------------------------------------------------------------------------------- 1 | Sera 2 | -------------------------------------------------------------------------------- /Presentacion/introduccion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Presentacion/introduccion.md -------------------------------------------------------------------------------- /Presentacion/requisitos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Presentacion/requisitos.md -------------------------------------------------------------------------------- /Presentacion/responsable: -------------------------------------------------------------------------------- 1 | Pablo 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/README.md -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/animando_sprites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Videojuegos_con_PyGame/animando_sprites.md -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/colisiones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Videojuegos_con_PyGame/colisiones.md -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/hola_pygame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Videojuegos_con_PyGame/hola_pygame.md -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/imagenes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Videojuegos_con_PyGame/imagenes.md -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/instalacion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Videojuegos_con_PyGame/instalacion.md -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/introduccion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Videojuegos_con_PyGame/introduccion.md -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/movimiento.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Videojuegos_con_PyGame/movimiento.md -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/recursos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Videojuegos_con_PyGame/recursos.md -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/responsable: -------------------------------------------------------------------------------- 1 | Pablo 2 | -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/sonido.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Videojuegos_con_PyGame/sonido.md -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/sprites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Videojuegos_con_PyGame/sprites.md -------------------------------------------------------------------------------- /Videojuegos_con_PyGame/texto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/Videojuegos_con_PyGame/texto.md -------------------------------------------------------------------------------- /img/Bases_de_Datos_con_MySQLdb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/Bases_de_Datos_con_MySQLdb1.png -------------------------------------------------------------------------------- /img/Bases_de_Datos_con_MySQLdb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/Bases_de_Datos_con_MySQLdb2.png -------------------------------------------------------------------------------- /img/InterfacesGtk_01_hola_mundo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/InterfacesGtk_01_hola_mundo.png -------------------------------------------------------------------------------- /img/InterfacesGtk_02_Glade_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/InterfacesGtk_02_Glade_01.png -------------------------------------------------------------------------------- /img/InterfacesGtk_02_Glade_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/InterfacesGtk_02_Glade_02.png -------------------------------------------------------------------------------- /img/InterfacesGtk_03_ventanas_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/InterfacesGtk_03_ventanas_01.png -------------------------------------------------------------------------------- /img/InterfacesGtk_03_ventanas_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/InterfacesGtk_03_ventanas_02.png -------------------------------------------------------------------------------- /img/InterfacesGtk_04_BotonesLabelsCombobox_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/InterfacesGtk_04_BotonesLabelsCombobox_01.png -------------------------------------------------------------------------------- /img/Scraping_EstructuraScrapy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/Scraping_EstructuraScrapy.png -------------------------------------------------------------------------------- /img/Scraping_Firefinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/Scraping_Firefinder.png -------------------------------------------------------------------------------- /img/Scraping_XpathExpression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/Scraping_XpathExpression.png -------------------------------------------------------------------------------- /img/ScrapyShell1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/ScrapyShell1.png -------------------------------------------------------------------------------- /img/ScrapyShell2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/ScrapyShell2.png -------------------------------------------------------------------------------- /img/Videojuegos1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/Videojuegos1.png -------------------------------------------------------------------------------- /img/fondo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/fondo.jpg -------------------------------------------------------------------------------- /img/guitarra.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/guitarra.wav -------------------------------------------------------------------------------- /img/imagen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/imagen.gif -------------------------------------------------------------------------------- /img/imagen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/imagen.png -------------------------------------------------------------------------------- /img/monigotillo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/monigotillo.png -------------------------------------------------------------------------------- /img/ouch.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/img/ouch.wav -------------------------------------------------------------------------------- /include.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/include.css -------------------------------------------------------------------------------- /md2html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslugr/curso-python-avanzado/HEAD/md2html --------------------------------------------------------------------------------