Skip to content
View ptd3v's full-sized avatar
😄
Happy
😄
Happy
Block or Report

Block or report ptd3v

Report abuse

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

Report abuse
ptd3v/README.md

Hello!

My name is Paul, a Computer Science graduate with an MBA, seeking a software engineering career. My experience spans data analysis, business management, strategy, development, and operations. I aim to leverage my broad skillset, background in web development and digital infrastructure with my passion for data analytics and machine learning to transition towards full time software engineering.

Proficient in Python, SQL, AWS, HTML, and CSS.

Pinned Loading

  1. machine-learning-data-analysis machine-learning-data-analysis Public

    My first experience and test with machine learning. This uses scikit-learn and is coded on Google Collaboratory. It creates and analyses between data sets.

    Jupyter Notebook

  2. python-url-scraper-kaggle python-url-scraper-kaggle Public

    This Python URL Scraper was created to help the 'Scroll Prize' Kaggle project. It accepts a URL, finds and exports all links using BeautifulSoup and Pandas.

    Python

  3. file-organiser-script file-organiser-script Public

    This script can take a folder filled with a variety of different file types and sort them into folders based on their file type. Scalable and documented.

    Python 1

  4. golang-password-generator golang-password-generator Public

    Generates a random 20 character password using the math/rand package. Can be improved with the crypto/rand package for more secure generation.

    Go