Skip to content
View darwing1210's full-sized avatar
  • Handraise
  • Austin, TX
  • 13:22 (UTC -05:00)
  • LinkedIn in/dmedina93

Block or report darwing1210

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

Pinned Loading

  1. introduccion-a-python introduccion-a-python Public

    Este tutorial es una versión traducida y reducida del tutorial Introduction to Python for Data Science impartido en Pycon 2018.

    Jupyter Notebook

  2. sqlalchemy-introduction sqlalchemy-introduction Public

    Spanish version of https://towardsdatascience.com/sqlalchemy-python-tutorial-79a577141a91 used in a local Python Meetup

    Jupyter Notebook

  3. A Python Fabfile to deploy a wordpre... A Python Fabfile to deploy a wordpress site over SSH
    1
    import os
    2
    from time import time
    3
    from fabric.api import sudo, run, task, env, cd, get, local
    4
    from fabric.context_managers import shell_env
    5
    
                  
  4. woo-to-printavo woo-to-printavo Public

    Custom Multisite implementation to send WooCommerce Orders to Printavo

    PHP 1

  5. Script to download files in a async ... Script to download files in a async way, using Python asyncio
    1
    import os
    2
    import asyncio
    3
    import aiohttp  # pip install aiohttp
    4
    import aiofile  # pip install aiofile
    5
    
                  
  6. flask-meetup flask-meetup Public

    Taller de Flask impartido por la comunidad de Python Nicaragua

    Python