Skip to content
View paulochf's full-sized avatar

Block or report paulochf

Report abuse

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

Report abuse

Pinned Loading

  1. scikit-learn/scikit-learn scikit-learn/scikit-learn Public

    scikit-learn: machine learning in Python

    Python 67.1k 27.3k

  2. tcc tcc Public

    Repo for undergrad thesis

    TeX

  3. IPython/Jupyter Notebook enlarge/cha... IPython/Jupyter Notebook enlarge/change cell width
    1
    from IPython.display import display, HTML
    2
    
                  
    3
    display(HTML(data="""
    4
    <style>
    5
        div#notebook-container    { width: 95%; }
  4. mba_thesis mba_thesis Public

    Jupyter Notebook

  5. python-dotenv python-dotenv Public

    Forked from theskumar/python-dotenv

    Get and set values in your .env file in local and production servers like Heroku does. 🎉

    Python

  6. Outdated. Used with discretion. Acce... Outdated. Used with discretion. Accepting updates.
    1
    CREATE TABLE IF NOT EXISTS `country` (
    2
      `id` int(11) NOT NULL AUTO_INCREMENT,
    3
      `iso` char(2) NOT NULL,
    4
      `name` varchar(80) NOT NULL,
    5
      `nicename` varchar(80) NOT NULL,