36 тысяч подписчиков
48 видео
Data Analysis with Pandas pivot table: a basic introduction!
How do empty Python strings use so much memory?
Python Oddities: did you know THIS about the round() function?
Jupyter Magic Commands: BOOST your Python productivity!
LPython: Faster than Numba!? C++ level speeds!?
How does Python code actually run?
Python Essentials: MUST knows about the zip() function!
Know THIS useful feature about Python dictionaries! (insertion ordering)
Computers can use more memory than physical RAM!?
Python: No more GIL!?
Python Oddities: know THIS about "is" and integers!
ELEGANT for loops via list comprehensions!?
Default arguments are TRICKY!
Did you know about THIS trick with Python dictionaries!? (tuples as keys)
Dataclasses simplify class comparisons in Python!
Did you know about these Easter Eggs in Python !?!
Python Sets Can Be TRICKY!
Python Oddities: making code both ERROR and SUCCEED!? (+= operator)
Learn how to SOLVE the palindrome tech interview problem!
Strange but USEFUL feature of python lists? (negative indexing)
You can COLORIZE Pandas Dataframes!?
Sequential Array Access != Random Array Access!
Python Essentials: AVOID these COMMON mistakes!
One of the MOST useful python functions!? (enumerate)
Did you KNOW about element jumping with python lists!?
LangChain in Python: What it is and why you should know about it!
How to SOLVE the list merge tech interview problem!
IS the Python GIL going away!? What's LPython? | Python Pulse Ep. 1
How to troll a python developer
Can you SOLVE this mini baseball python puzzle??
Don't use bare try-except blocks in Python!
Pandas Essentials: Blazing fast CSV loading!
Pandas vs Numpy: know this interview question!
Cool tricks for combining Python dictionaries!?
Floating point weirdness in Python!?
BIGGEST integer in Python!?
Adding a character to a Python string DOUBLES memory usage!?
Python Dataclasses Explained in 4 minutes!