Skip to content
View CodyBarnesCS's full-sized avatar
Block or Report

Block or report CodyBarnesCS

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

  1. Web-Scraper Web-Scraper Public

    A web scraper that uses the Beautiful Soup library to extract data from a Steam webpage, such as the name, price, and current date, every 24 hours and records it in a CSV file. It also triggers a s…

    Python

  2. Google-Data-Analytics-Capstone-Project Google-Data-Analytics-Capstone-Project Public

    My capstone project for the Google Data Analytics Professional Certificate

  3. File-Sorter File-Sorter Public

    Python script that sorts files in a specified directory based on their file extensions, creating separate folders for each extension and moving the corresponding files into their respective folders.

    Python 1

  4. Arithmetic-Formatter Arithmetic-Formatter Public

    Created a function that receives a list of strings that are arithmetic problems and returns the problems arranged vertically and side-by-side. The function should optionally take a second argument.…

    Python

  5. Time-Calculator Time-Calculator Public

    Wrote a function named add_time that takes in two required parameters and one optional parameter: a start time in the 12-hour clock format (ending in AM or PM), a duration time that indicates the n…

    Python

  6. Python-BMI-Calculator Python-BMI-Calculator Public

    Code for a BMI calculator written in Python

    Jupyter Notebook