Skip to content
View madewitt's full-sized avatar

Block or report madewitt

Report abuse

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

Report abuse

Pinned Loading

  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