Skip to content
View TomasBeuzen's full-sized avatar
👨‍💻
Coding
👨‍💻
Coding

Highlights

  • Pro
Block or Report

Block or report TomasBeuzen

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
TomasBeuzen/README.md

Hi!

I'm a data scientist based in Sydney, Australia. I currently work in the renewable energy sector, but have experience in research, teaching, and consulting in various fields including data science, coastal engineering, and climate science. I'm fascinated with the natural and engineered world, and how data science can be used to solve problems in these domains. I also enjoy developing open-source, educational data science material. Here's some material I've come up with so far:

At present, my main interests are:

  • 📊 Data science
  • ♻️ Reproducibility & open-source
  • ☀️ Renewable energy
  • :bowtie: Bow ties


Pinned

  1. py-pkgs/py-pkgs py-pkgs/py-pkgs Public

    Open source book about making Python packages.

    Jupyter Notebook 268 49

  2. executablebooks/cookiecutter-jupyter-book executablebooks/cookiecutter-jupyter-book Public

    Cookiecutter template for a simple jupyter book

    TeX 132 50

  3. machine-learning-tutorials machine-learning-tutorials Public

    A collection of tutorials for different machine learning tasks

    Jupyter Notebook 38 13

  4. pybeach pybeach Public

    A Python package for locating the dune toe on cross-shore beach profile transects.

    Jupyter Notebook 14 10

  5. UNCG-DAISY/PyWebCAT UNCG-DAISY/PyWebCAT Public

    Python tool for working with the NOAA NOS Web Camera Applications Testbed (WebCAT)

    Jupyter Notebook 3 1

  6. GitHub Fork, Branch & Pull Workflow GitHub Fork, Branch & Pull Workflow
    1
    # The Fork & Pull Workflow
    2
    
                  
    3
    The fork and pull workflow is necessary for effectively and efficiently contributing to and collaborating on open-source work. This gist describes the workflow for contributing to an open-source project for which you don't have write access. It is an adaptation from a post on my [website here](https://www.tomasbeuzen.com/post/git-fork-branch-pull/).
    4
    
                  
    5
    - [The Short Version](#1)