Skip to main content
Tour
About Us
Meta
current community
Stack Exchange
chat
Meta Stack Exchange
your communities
Sign up
or
log in
to customize your list.
more stack exchange communities
company blog
Log in
Stack Exchange
All Sites
Top 400 Users
Digests
joelb
top
accounts
reputation
activity
subscriptions
Top Questions
91
votes
Difference between TypeVar('T', A, B) and TypeVar('T', bound=Union[A, B])
python
generics
python-typing
asked Jan 27, 2020 at 15:18
stackoverflow.com
22
votes
Workaround for TypeVar bound on a TypeVar?
python
python-typing
asked Aug 21, 2019 at 10:57
stackoverflow.com
14
votes
In method call args, how to override keyword argument of unpacked dict?
python
dictionary
keyword-argument
asked Jun 27, 2017 at 15:43
stackoverflow.com
14
votes
When does a += b become a = a + b in Scala?
scala
assignment-operator
syntactic-sugar
asked Aug 21, 2018 at 15:28
stackoverflow.com
14
votes
Security implications to removing delay on empty passwords?
passwords
password-management
asked Feb 25, 2025 at 13:57
security.stackexchange.com
9
votes
"sh: 1: !: not found" in GitHub Actions
github-actions
asked Nov 13, 2024 at 10:53
stackoverflow.com
8
votes
Fill missing values AND normalise
keras
pandas
normalization
missing-data
numpy
asked Jul 26, 2018 at 11:54
datascience.stackexchange.com
8
votes
What can ref do that references couldn't?
rust
pattern-matching
language-design
asked Oct 8, 2019 at 19:02
stackoverflow.com
8
votes
Into and From interfaces: struggling with typing.Type's covariance
python
python-typing
covariance
asked Oct 12, 2019 at 13:30
stackoverflow.com
8
votes
How to reset initialization in TensorFlow 2
python
tensorflow
pytest
tensorflow2.0
asked Jan 6, 2020 at 17:27
stackoverflow.com
1
2
next
Top Answers
15
"sh: 1: !: not found" in GitHub Actions
stackoverflow.com
12
Problem installing .deb in Software Install Ubuntu 20.04
askubuntu.com
11
Are abstract base classes redundant since Protocol classes were introduced?
stackoverflow.com
10
Scala predicate composition
stackoverflow.com
10
Type hint that a function never returns
stackoverflow.com
9
How can I approximate method overloading?
stackoverflow.com
9
What is __init__.py for?
stackoverflow.com
8
Why is println considered an impure function?
stackoverflow.com
8
Private Constructor in Python
stackoverflow.com
7
Min and Max of each index in sublists
stackoverflow.com
7
How do I swap tensor's axes in TensorFlow?
stackoverflow.com
6
Python: 'Private' module in a package
stackoverflow.com
6
Why don't Scala traits allow constructor parameters?
stackoverflow.com
6
Is there a tensorflow equivalent to np.empty?
stackoverflow.com
6
How to use Generic (higher-level) type variables in type hinting system?
stackoverflow.com
6
Can Python implement dependent types?
stackoverflow.com
6
TypeVar inference broken by lru_cache decorator
stackoverflow.com
6
Which module should I use for Python collection type hints: collections.abc or typing?
stackoverflow.com
5
Using either for error handling in return
stackoverflow.com
5
What is the maximum size of Tuple, Array and List is supported in Scala?
stackoverflow.com
5
Finding 'tidy numbers' in Scala
stackoverflow.com
5
How to process every value in a HashMap and optionally reject some?
stackoverflow.com
5
Type hint for Tuple, if the number of arguments can be 2 or 3
stackoverflow.com
5
Types that constrain vectors based on norm
stackoverflow.com
5
Can I avoid lower-case global variables being shadowed in types?
stackoverflow.com
5
Conditional types with mypy
stackoverflow.com
5
abstractmethod returns a type of self
stackoverflow.com