Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Azat Ibrakov
Azat Ibrakov has asked
1
questions and find answers to
32
problems.
Stats
640
EtPoint
178
Vote count
1
questions
32
answers
About
Type hints is one of the greatest things that ever happened to
Python
because as all of us know
Explicit is better than implicit.
Readability counts.
In the face of ambiguity, refuse the temptation to guess.
Azat Ibrakov questions
Azat Ibrakov answers
Do something to a collection and then return the same type as the collection
access a dictionary value with dynamic path using in python
Read, Modify the xml save it in a new xml using python
Checking the valid state of shapely.geometry.LinearRing object with is_valid property, bug or misconception from my side?
Type hint for returning non-instantiated class type [duplicate]
SQLAlchemy PostgreSQL UPSERT array of values raises UnsupportedCompilationError
Capture Nested Exceptions in Python
Python, generate pair of distinct random numbers
mypy: "Item of Union has no attribute" error
Can the use of * to dump excess return in parallel assignment be made compatible in Python 2.x?