Skip to content
View egoberdon's full-sized avatar

Block or report egoberdon

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. wadjet wadjet Public

    a python library for working with nasa open apis

    Python

  2. disk_dict disk_dict Public

    Python

  3. a lil refresher on classes and how t... a lil refresher on classes and how to instantiate them in python :)
    1
    """
    2
    A simple class, with some child classes, as a refresher on classes and different ways to use them in Python 3 😎
    3
    """
    4
    
                  
    5
    from locale import getlocale
  4. common shell aliases I use common shell aliases I use
    1
    alias cdp="cd ~/Documents/Projects"
    2
    alias maingit="git checkout main && git pull && git checkout - && git merge main"  # pulls most recent changes down to local main and merges them into your current branch
    3
    alias prettypaste="echo | pbpaste | python -m json.tool"  # pretty formats json in the clipboard