Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
SorousH Bakhtiary
SorousH Bakhtiary has asked
6
questions and find answers to
25
problems.
Stats
669
EtPoint
207
Vote count
6
questions
25
answers
About
I'm here to help and learn :)
To contact me:
[email protected]
SorousH Bakhtiary questions
How to type hint a function which takes a callable and its required positional arguments?
Dictionary/Hashmap implementation using double hashing is stuck in an infinite loop
Indexing a SearchVector vs Having a SearchVectorField in Django. When should I use which?
Impact of removing a list item on reversed() in python
SorousH Bakhtiary answers
Filter a dictionary of lists
Should I use a capital L List for type hinting in Python 3.9+?
Type hint for dictionary view objects
How to solve pylint (too-many-return-statements) elegantly?
How to write docstring summary on multiple lines without triggering D205 and D400?
Inheriting from int object
Why does for loop exit for "" (empty string) in python?
Python 3.10 Type Hinting causes Syntax Error
Lazy evaluation of dict values?
Python asyncio.create_task() - really need to keep a reference?