Sobes.tech

Does __init__ create an object?

Middle+
169

What is GIL and how to bypass it?

Middle+
162

What is a CPU-bound task? Why is training LLM CPU-bound?.

Middle+
145

What are context managers and what are they used for?

Middle+
142

What are ACID properties in databases?

Middle+
139

Optimizing PostgreSQL for high write load (500+ records/sec)

Middle+
136

What are magic methods (dunder methods)? Why are they called magic?

Middle+
136

How do NumPy and Pandas work with GIL?

Middle+
133

How do asynchronous, multithreading, and multiprocessing differ? What tasks are they used for?

Middle+
133

What are indexes in databases, what are they used for, and why can't they be everywhere? How to determine which indexes are needed? What types of indexes exist?

Middle+
127

Is it possible to get asynchronous elements or a specific element by index in a generator?

Middle+
127

What data types are there in Python, and how do they differ?

Middle+
123

What are iterators and generators? What is their purpose?

Middle+
122

What is the difference between list, tuple, and set?

Middle+
121