Skip to content
View econchick's full-sized avatar

Organizations

@pyladies @PyCon @newcoder-io

Block or report econchick

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 Loading

  1. interrogate Public

    Explain yourself! Interrogate a codebase for docstring coverage.

    Python 606 45

  2. mayhem Public

    The Python asyncio tutorial I wish existed earlier

    Python 289 44

  3. new-coder Public

    New Coder tutorials

    CSS 596 392

  4. Python implementation of Dijkstra's ...
    1
    class Graph:
    2
      def __init__(self):
    3
        self.nodes = set()
    4
        self.edges = defaultdict(list)
    5
        self.distances = {}

235 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created 1 commit in 1 repository
Opened 1 issue in 1 repository
pyladies/global-organizing 1 open
8 contributions in private repositories Mar 4 – Mar 10
Loading