Replies: 1 comment 1 reply
-
This would be tough, I think, given that whitespace is syntactically meaningful in Python (unlike most languages including R). It's an interesting idea to think about how we might improve the experience, though! Would you say you are thinking about this when typing out Python code in a regular |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes, one wants to write codes that are not too Pythonic, for example when chaining function in
pandas
, orplotnine
commandIn R, when using the pipe
%>%
in almost functions and+
in ggplot2 functions, they are automatically connected. Can we implement the same thing for Python code in Positron?Beta Was this translation helpful? Give feedback.
All reactions