Skip to content
View cantoniazzi's full-sized avatar

Organizations

@pythonbrasil @zapimoveis @pythoneiros
Block or Report

Block or report cantoniazzi

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. nodejs-arduino-proximity nodejs-arduino-proximity Public

    A simple presence control developed with arduino board and nodejs

    JavaScript 1

  2. turdus turdus Public

    Turdus is an interface to consume Twitter data based on specific searches and consolidating this data in file format for the user.

    Go 1

  3. rudderlabs/rudder-server rudderlabs/rudder-server Public

    Privacy and Security focused Segment-alternative, in Golang and React

    Go 4k 298

  4. drink-delivery-api drink-delivery-api Public

    Python

  5. presto connection with python presto connection with python
    1
    from pyhive import presto
    2
    from pandas import read_sql
    3
    
                  
    4
    
                  
    5
    def get_presto_conn():
  6. creating pdf with python and jinja creating pdf with python and jinja
    1
    from jinja2 import Environment
    2
    from jinja2 import FileSystemLoader
    3
    from pdfkit import from_string
    4
    
                  
    5