← Back to context

Comment by xrd

1 year ago

I'm a bit new to Python but using it a lot the last few weeks.

People here are suggesting that without an ide typing in Python doesn't make sense. I'm finding that as an emacs user this feels true.

Is anyone using emacs primarily and if so, do you have suggestions on what to do to benefit from Python typing?

Also, I've been struggling with python in the repl. Is there a way to see types in a more dynamic way there? Obviously autocomplete works but I wish a function call would suggest the type. I assume I'm not using things correctly.