Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
jsbueno
jsbueno has asked
8
questions and find answers to
521
problems.
Stats
12.9k
EtPoint
4.1k
Vote count
8
questions
521
answers
About
Python hacker, GIMP hacker - can be contacted privately at jsobueno(at)gmail.com
jsbueno questions
What is the most pythonic way to have a generator expression executed?
How to pass more one code block to a function in Ruby?
Does Ctypes Structures and POINTERS automatically free the memory when the Python object is deleted?
Anyone using HyperDex in production?
jsbueno answers
Decomposition of a C big file in many other files
Using lru_cache on a class that has a classmethod
flake8 - E999 syntax error with python3 metaclass argument
How to create a falsy sentinel object in Python?
Context Managers as a class vs. function?
Accessing any object type from multiprocessing shared_memory?
How can we prevent html injection in FastAPI?
Loading Class Variables from JSON?
Nested, infinite dictionary in python
Writing a thin object proxy by implementing the __get__ descriptor