Advanced Python Dictionaries with Benedict

preview_player
Показать описание
In this video, we learn about Benedict, a Python package that introduces flexible advanced dictionaries.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💼 Services 💼

🌐 Social Media & Contact 🌐
Рекомендации по теме
Комментарии
Автор

1:00 - It seems to require "from benedict import BeneDict" (v6.0.1). Also, "from_json" is now "load_json_file".

MarkJesus
Автор

Extremely useful library. Thank you. This might be the easiest way to work with xml data. I have to try this immediately.

chikaBurton
Автор

You are just awesome🫡, love the way you explain things in every vedio🩵

vishnuvardhan
Автор

Hi, could you please make videos on elasticsearch with python client?
Since you already have best resources of python that would be an add on, which is literally used everywhere wherever python is used mostly.
Thanks

adityaheart
Автор

Very nice lib! Is there a json-schema integration?

iklintsov
Автор

Why I would trade pandas for Benedict?

marcosl
Автор

the keyboard noise is really loud and distractive

batman
Автор

I got this error after installing the module
from benedict import benedict
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/benedict/__init__.py", line 1, in <module>
from .core import (
ImportError: cannot import name 'BeneDict' from 'benedict.core'

I tried several other ways to install the module, but I can't get it to work.

sushismitcher