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 619 46

  2. mayhem Public

    The Python asyncio tutorial I wish existed earlier

    Python 289 43

  3. new-coder Public

    New Coder tutorials

    CSS 595 391

  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 = {}

168 contributions in the last year

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

Contribution activity

April 2025

Opened 1 issue in 1 repository
pyladies/global-organizing 1 open
2 contributions in private repositories Apr 7
Loading