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
28
problems.
Stats
716
EtPoint
217
Vote count
6
questions
28
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
How to filter out strings from a list of strings with dates?
Type hint for a "char" / "character" type
Accessing attributes of a Python Descriptor
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?