Skip to content
Block or report user

Report or block alexmojaki

Hide content and notifications from this user.

Learn more about blocking users

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse
Pro

Pinned

  1. Graphical Python debugger which lets you easily view the values of all evaluated expressions

    JavaScript 1.1k 59

  2. Manages streaming of data to AWS S3 without knowing the size beforehand and without keeping it all in memory or writing to disk.

    Java 78 24

  3. Dark magic delights in Python

    Python 206 12

  4. A library that adds object oriented power to fields, letting you do better than traditional getters and setters.

    Java 12 1

  5. A tool for automatically solving problems of the form "I need a python function that does X."

    Python 163 5

  6. Python library to easily handle JSON contained within strings.

    Python 4 4

1,753 contributions in the last year

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

Contribution activity

May 2019

Created a pull request in cool-RR/PySnooper that received 3 comments

Allow using snoop as context manager

This lets the library be used like so: import pysnooper def foo(): for i in range(100): pass with pysnooper.snoop(): y = 2 foo() Output: New var:..…

+288 −108 3 comments

Created an issue in cool-RR/PySnooper that received 5 comments

Repeatedly opening a file is very slow

This: from littleutils import timer import pysnooper f = open('/tmp/snoop2', 'w') @pysnooper.snoop(f.write) def foo(): for i in range(10000): pass w…

5 comments
10 contributions in private repositories May 1 – May 3

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.