Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Marcel Wilson
Marcel Wilson has asked
12
questions and find answers to
20
problems.
Stats
460
EtPoint
110
Vote count
12
questions
20
answers
About
QA test automator. English is my first language. Python is my second.
Marcel Wilson questions
Why does PyCharm not catch type error between Optional[int] and Optional[str]?
Mypy Unsupported type Type[typeVarAlias]
How do you get the geckodriver version from python selenium firefox webdriver?
When should you use single curly braces vs double curly braces for variable reference in github actions?
Combining memoization and tail call optimization
grequests pool with multiple request.session?
Datetime string format alignment
Pythonic list comprehension possible with this loop?
Is it possible to use *args in a dataclass?
Marcel Wilson answers
How do I retain newlines when inserting a variable into a string?
Mypy Unsupported type Type[typeVarAlias]
Count Repeated occurence of a substring in string
if a == b or a == c: vs if a in {b, c}:
np.array - too many values to unpack
PyCharm not willing to import modules
Pycharm typehint on subclass using attrs
grequests pool with multiple request.session?
Python grequests with custom header
Pycharm code reformatting: align lines by operator