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

Block or report madewitt

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. flight-data-logging flight-data-logging Public

    Flight data collection system for a radio-controlled aircraft. (C and Python)

    C 3 1

  2. altair-examples altair-examples Public

    IPython notebook demonstrating some features of the Altair statistical visualization library for Python. Used as part of a presentation I gave at PYPTUG.

    Jupyter Notebook 1

  3. Python script to get index (.idx) fi... Python script to get index (.idx) files from the SEC's EDGAR database and save them to text files in a local directory.
    1
    import requests
    2
    import os
    3
    import time
    4
    
                  
    5
    # List of years to be searched
  4. temperature-predictor temperature-predictor Public

    Predict the temperature in Ft. Lauderdale, FL for any day of the year.

    Python