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
17
problems.
Stats
507
EtPoint
162
Vote count
6
questions
17
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
Lazy evaluation of dict values?
Python asyncio.create_task() - really need to keep a reference?
__new__ method giving error object.__new__() takes exactly one argument (the type to instantiate)
Should I use python magic methods directly?
Impact of removing a list item on reversed() in python
Why doesn't NaN raise any errors in python?
Are Python docstrings and comments stored in memory when a module is loaded?
Why does print(t) error if t.__str__() returns a non-string, but not print(t.__str__())?
Special __init__() method
How can I print the first text inside a tag