Pinned Repositories
birdseye
Graphical Python debugger which lets you easily view the values of all evaluated expressions
executing
Get information about what a Python frame is currently doing, particularly the AST node being executed
funcfinder
A tool for automatically solving problems of the form "I need a python function that does X."
futurecoder
100% free and interactive Python course for beginners
heartrate
Simple real time visualisation of the execution of a Python program.
instant_api
Instantly create an HTTP API with automatic type conversions, JSON RPC, and a Swagger UI. Just add methods!
pure_eval
Safely evaluate AST nodes without side effects
s3-stream-upload
Manages streaming of data to AWS S3 without knowing the size beforehand and without keeping it all in memory or writing to disk.
snoop
A powerful set of Python debugging tools, based on PySnooper
sorcery
Dark magic delights in Python
alexmojaki's Repositories
alexmojaki/instant_api
Instantly create an HTTP API with automatic type conversions, JSON RPC, and a Swagger UI. Just add methods!
alexmojaki/friendly_states
Declarative, explicit, tool-friendly finite state machines in Python
alexmojaki/nameof
Python function to get the name of a variable or attribute, as in C#
alexmojaki/instant_client
Type safe JSON RPC client with automatic (de)serialization. Best paired with instant_api.
alexmojaki/datafunctions
Automatic (de)serialization of arguments and return values for Python functions
alexmojaki/dependent_types
alexmojaki/icecream
🍦 Sweet and creamy print debugging.
alexmojaki/astroid
A common base representation of python source code for pylint and other projects
alexmojaki/asttokens
Annotate Python AST trees with source text and token information
alexmojaki/boxx
Tool-box for efficient build and debug in Python. Especially for Scientific Computing and Computer Vision.
alexmojaki/Cyberbrain
[WIP] A Cyberbrain that helps you remember everything.
alexmojaki/DidYouMean-Python
Module to have suggestions in case of errors (NameError, AttributeError, etc).
alexmojaki/flasgger
Easy OpenAPI specs and Swagger UI for your Flask API
alexmojaki/fopp
Foundations of Python Programming
alexmojaki/herokutest
alexmojaki/ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
alexmojaki/jayehernandez
Profile README + Site made with 11ty and TailwindCSS
alexmojaki/manim
Animation engine for explanatory math videos
alexmojaki/more-itertools
More routines for operating on iterables, beyond itertools
alexmojaki/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
alexmojaki/PySnooper
Never use print for debugging again
alexmojaki/python-varname
Dark magics about variable names in python
alexmojaki/qualname
__qualname__ emulation for older Python versions
alexmojaki/RunestoneComponents
Packaging of the Runestone tools for publishing educational materials using github pages
alexmojaki/scramble_to_unscramble
Unscramble words quickly!
alexmojaki/sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
alexmojaki/sentry-docs
The new place for the sentry documentation (and tools to build it)
alexmojaki/sentry-python
The new Python SDK for Sentry.io
alexmojaki/simonsays
Experimenting with a game concept
alexmojaki/stackprinter
Debugging-friendly exceptions for Python