Skip to content
View euclides-filho's full-sized avatar

Block or report euclides-filho

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. kaggle-allstate-purchase kaggle-allstate-purchase Public

    Code used to achieve 9th/1568 on private leaderboard on Kaggle's 'Allstate Purchase Prediction Challenge'

    Python 3

  2. ml_utils ml_utils Public

    Python 1

  3. pydatomic pydatomic Public

    Forked from gns24/pydatomic

    Python library for accessing the datomic DBMS

    Python

  4. visualizations visualizations Public

  5. Python Parallel 101 Python Parallel 101
    1
    
                  
    2
    
                  
    3
        from multiprocessing import Pool
    4
        from time import sleep, time
    5
    
                  
  6. Rename Pictures and Videos appending... Rename Pictures and Videos appending the timestamp of creation to the name as well as other options
    1
    import re
    2
    import os
    3
    import math
    4
    import platform
    5
    from pyexifinfo import get_json as exif_get_json