The Wayback Machine - https://web.archive.org/web/20220629102112/https://github.com/econchick
Skip to content
Avatar

Organizations

@pyladies @PyCon @newcoder-io
Block or Report

Block or report econchick

Report abuse

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

Report abuse

Pinned

  1. interrogate Public

    Explain yourself! Interrogate a codebase for docstring coverage.

    Python 367 28

  2. mayhem Public

    The Python asyncio tutorial I wish existed earlier

    Python 243 47

  3. new-coder Public

    New Coder tutorials

    CSS 596 416

  4. 1
    class Graph:
    2
      def __init__(self):
    3
        self.nodes = set()
    4
        self.edges = defaultdict(list)
    5
        self.distances = {}

276 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

June 2022

5 contributions in private repositories Jun 2 – Jun 6