Skip to content
View dehivix's full-sized avatar
  • Barcelona, EspaΓ±a
  • 09:09 (UTC +01:00)

Block or report dehivix

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dehivix/README.md

Pinned Loading

  1. Download Lambda functions from aws a... Download Lambda functions from aws account.
    1
    """
    2
        The below method is used to download all the lambda functions in a given region (implicitly set as part of default 
    3
        aws cli profile). All the lambda functions are extracted into folders as per their given function names.
    4
    """
    5
    import os
  2. Script para enviar mensajes con python Script para enviar mensajes con python
    1
    #testeado con un ZTE N720
    2
    #!/usr/bin/env python
    3
    import gammu
    4
    import sys
    5
     
  3. alienSDS alienSDS Public

    un juego sencillo creado con python usando pygame

    Python 2 6

  4. compilerURG compilerURG Public

    Compilador basado en la libreria ply con fines educativos

    Python 6 6

  5. WicryptoTerminal WicryptoTerminal Public

    Python Pandas implementation to deal with datasets

    Python

  6. PruebaSplinter.py PruebaSplinter.py
    1
    #instalar splinter desde pip(pip install splinter)
    2
    import splinter #importamos la libreria instalada previamente en el sistema o entorno virtual
    3
    b = splinter.Browser('firefox') #definimos una variable donde indicamos el navegador a utilizar
    4
    b.visit('http://google.com') #aca se define la url que abriremos con el comando visit de splinter
    5
    b.fill('q', 'hola splinter') #primero con fill buscamos un campo llamado 'q' y escribimos el texto