Skip to main content
wjandrea's user avatar
wjandrea's user avatar
wjandrea's user avatar
wjandrea
open to work
  • Member for 10 years, 3 months
  • Last seen this week
60 votes
11 answers
119k views

How do I calculate square root in Python?

12 votes
2 answers
15k views

How do I get the IPython version from inside IPython?

5 votes
1 answer
1k views

How can I check if an identifier is dunder or class-private (i.e. will be mangled)?

3 votes
1 answer
299 views

Why does Python allow unpacking an empty iterable?

3 votes
0 answers
152 views

IPython doesn't return anything from a statement block [duplicate]

3 votes
1 answer
212 views

How to assign a list to an array, starting from an arbitrary index

2 votes
1 answer
804 views

How do I list extensions installed from VSIX?

1 vote
1 answer
1k views

How do I use Jupyter/IPython magic commands in VSCode?

0 votes
1 answer
612 views

Is there a way to show the linter status in VSCode?

0 votes
4 answers
8k views

Variable not available to sub-function [duplicate]

-1 votes
1 answer
104 views

Is there an easy way to print Unix-style error messages?

-1 votes
1 answer
99 views

How can I split up operands but keep the options together, in a wrapper script?