Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
satoru
satoru has asked
97
questions and find answers to
41
problems.
Stats
1.7k
EtPoint
413
Vote count
97
questions
41
answers
About
Curious programmer.
satoru questions
How to match a pattern and a part of it at the same time in OCaml?
Why does `numpy.einsum` work faster with `float32` than `float16` or `uint16`? [duplicate]
How to assert that a mock function is called with a generator?
How to make sure a script only runs after another script
MySQLdb return `Decimal` for a `sum` of `INT`
What tools can be used to help multi-user testing
multiple level arguments processing with `optparse`
How to replace multiple overlapping patterns with regex?
How do you mix raw SQL with ORM APIs when you use django.db?
How to override the `is` operator [duplicate]
satoru answers
How to slice off a certain number of bytes from a string in Python?
Storing a collection of integers in a list
How to fix redefinition of str? [duplicate]
python sub class initialiser
Why are list(), dict(), and tuple() slower than [], {}, and ()?
Using IPython from the Python shell like `code.interact()`
Python regex: find a substring that doesn't contain a substring
How to remove duplicate digits from integers in list
python unittest methods
Why is (numpy.nan, 1) == (numpy.nan, 1)?